chiark / gitweb /
Add list of link pages to generate.
[mLib] / man / report.3
index e9dc2269bf8da0da321ec49252e33cfa929eaf8f..4c5db7d6d879744b28f662d75e369db25033ebbd 100644 (file)
@@ -1,7 +1,9 @@
 .\" -*-nroff-*-
-.TH report 3mLib "20 June 1999" mLib
+.TH report 3 "20 June 1999" mLib
 .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>