Various manual fixes.
[mLib] / man / sig.3
index d3b1af3..a176e12 100644 (file)
--- a/man/sig.3
+++ b/man/sig.3
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH sel 3 "23 July 1999" mLib
+.TH sel 3 "23 July 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 sig \- more controlled signal handling
 .\" @sig_init
@@ -20,9 +20,9 @@ The
 subsystem uses the I/O multiplexing capabilities of
 .B mLib
 (see
-.BR sel (3) for details)
-to provide a more convenient interface for handling signals which don't
-need to be dealt with `right away'.  Like the I/O system,
+.BR sel (3)
+for details) to provide a more convenient interface for handling signals
+which don't need to be dealt with `right away'.  Like the I/O system,
 .B sig
 doesn't allocate any memory for itself: you have to give it space to
 work in.
@@ -90,4 +90,4 @@ The
 flag is also set, so that stopped child processes aren't reported by a
 signal.  This is normally right, but ought to be configurable.
 .SH "AUTHOR"
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>