chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor tidying and typo correction.
[mLib]
/
man
/
exc.3
diff --git
a/man/exc.3
b/man/exc.3
index 99b2905cba1b5a0205d75c1fbeb35cb8ffa06d99..452d177f4eff7e6bde6ebf6f0aeac660f529977f 100644
(file)
--- a/
man/exc.3
+++ b/
man/exc.3
@@
-20,7
+20,7
@@
exc \- exception handling for C programs
.\" @THROW
.\" @RETHROW
.\"
.\" @THROW
.\" @RETHROW
.\"
-.\" @exc_
e
ncaught
+.\" @exc_
u
ncaught
.\"
.\" @EXC_PAIR
.\" @EXC_ALLOC
.\"
.\" @EXC_PAIR
.\" @EXC_ALLOC
@@
-30,7
+30,7
@@
exc \- exception handling for C programs
.\" @EXC_ALLOCS
.\"
.SH SYNOPSIS
.\" @EXC_ALLOCS
.\"
.SH SYNOPSIS
-.B "#include <mLib/exc.h>
+.B "#include <mLib/exc.h>
"
.sp 1
.B TRY
.I statement
.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
String data. Signals a miscellaneous failure. The data is a pointer to
an explanatory string.
.SH BUGS
-The call to an exception handler is ach
ei
ved using
+The call to an exception handler is ach
ie
ved using
.BR longjmp (3).
Therefore all the caveats about
.B longjmp
.BR longjmp (3).
Therefore all the caveats about
.B longjmp