chiark / gitweb /
Import buf from Catacomb; split out the dstr bits, and throw away the mp and
[mLib] / man / exc.3
index 99b2905cba1b5a0205d75c1fbeb35cb8ffa06d99..d4c7eb9e7cb92408bc90e69ed554dca792ffcdae 100644 (file)
--- a/man/exc.3
+++ b/man/exc.3
@@ -11,7 +11,7 @@
 .sp 1
 .fi
 ..
-.TH exc 3 "20 June 1999" mLib
+.TH exc 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 exc \- exception handling for C programs
 .\" @TRY
@@ -20,7 +20,7 @@ exc \- exception handling for C programs
 .\" @THROW
 .\" @RETHROW
 .\"
-.\" @exc_encaught
+.\" @exc_uncaught
 .\"
 .\" @EXC_PAIR
 .\" @EXC_ALLOC
@@ -30,7 +30,7 @@ exc \- exception handling for C programs
 .\" @EXC_ALLOCS
 .\"
 .SH SYNOPSIS
-.B "#include <mLib/exc.h>
+.B "#include <mLib/exc.h>"
 .sp 1
 .B TRY
 .I statement
@@ -254,7 +254,7 @@ the signal number.
 String data.  Signals a miscellaneous failure.  The data is a pointer to
 an explanatory string.
 .SH BUGS
-The call to an exception handler is acheived using
+The call to an exception handler is achieved using
 .BR longjmp (3).
 Therefore all the caveats about
 .B longjmp
@@ -264,4 +264,4 @@ recover from a signal.
 .SH "SEE ALSO"
 .BR mLib (3).
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>