From: mdw Date: Wed, 22 Dec 1999 15:41:44 +0000 (+0000) Subject: Formatting mistake fixed. X-Git-Tag: 2.0.4~188 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/d4704deebb4f75da81c9b866fef0847fe9b3c79a Formatting mistake fixed. --- diff --git a/man/sig.3 b/man/sig.3 index d3b1af3..8e301ba 100644 --- a/man/sig.3 +++ b/man/sig.3 @@ -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.