X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/08da152ecf0c34dbb9fbfa9e863f1057c092e860..6f444bda1b7deb31cf7fb2395cb0993c3e3b8c42:/man/exc.3 diff --git a/man/exc.3 b/man/exc.3 index 99b2905..dea64c3 100644 --- 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 +.B "#include " .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