url: Allow `;' to separate key/value pairs in URL-encoded strings.
[mLib] / man / report.3
index e9dc226..1ccecb6 100644 (file)
@@ -1,7 +1,9 @@
 .\" -*-nroff-*-
-.TH report 3mLib "20 June 1999" mLib
+.TH report 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 report \- report errors
+.\" @moan
+.\" @die
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/report.h>"
@@ -16,7 +18,7 @@ function emits a message to the standard error stream consisting of the
 program's name (as read by the
 .B quis
 function; see
-.BR quis (3mLib) for details),
+.BR quis (3) for details),
 a colon, a space, and the
 .BR printf -style
 formatted string
@@ -36,6 +38,7 @@ to halt the program.  This is a handy way to report fatal errors in a
 program.
 .SH SEE ALSO
 .BR exit (3),
-.BR quis (3mLib).
+.BR quis (3),
+.BR mLib (3).
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>