Wonderful new version number.
[mLib] / man / exc.3
index 368a6f8..99b2905 100644 (file)
--- a/man/exc.3
+++ b/man/exc.3
 .sp 1
 .fi
 ..
-.TH exc 3mLib "20 June 1999" mLib
+.TH exc 3 "20 June 1999" mLib
 .SH NAME
 exc \- exception handling for C programs
+.\" @TRY
+.\" @CATCH
+.\" @END_TRY
+.\" @THROW
+.\" @RETHROW
+.\"
+.\" @exc_encaught
+.\"
+.\" @EXC_PAIR
+.\" @EXC_ALLOC
+.\" @EXC_ALLOCN
+.\" @EXC_ALLOCI
+.\" @EXC_ALLOCP
+.\" @EXC_ALLOCS
+.\"
 .SH SYNOPSIS
 .B "#include <mLib/exc.h>
 .sp 1
@@ -246,5 +261,7 @@ Therefore all the caveats about
 and automatic data apply.  Also, note that status such as the signal
 mask is not reset, so you might have to do that manually in order to
 recover from a signal.
+.SH "SEE ALSO"
+.BR mLib (3).
 .SH AUTHOR
 Mark Wooding, <mdw@nsict.org>