chiark / gitweb /
Add list of link pages to generate.
[mLib] / man / exc.3
index 368a6f80c5d0acf250e3438960e1cdfbf77f54aa..99b2905cba1b5a0205d75c1fbeb35cb8ffa06d99 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>