Module Name:    src
Committed By:   wiz
Date:           Mon May  6 13:29:12 UTC 2013

Modified Files:
        src/lib/libc/compat-43: sigsetmask.3

Log Message:
End sentence with a dot.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/compat-43/sigsetmask.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/compat-43/sigsetmask.3
diff -u src/lib/libc/compat-43/sigsetmask.3:1.18 src/lib/libc/compat-43/sigsetmask.3:1.19
--- src/lib/libc/compat-43/sigsetmask.3:1.18	Thu Aug  7 16:42:40 2003
+++ src/lib/libc/compat-43/sigsetmask.3	Mon May  6 13:29:12 2013
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)sigsetmask.2	8.1 (Berkeley) 6/2/93
-.\"	$NetBSD: sigsetmask.3,v 1.18 2003/08/07 16:42:40 agc Exp $
+.\"	$NetBSD: sigsetmask.3,v 1.19 2013/05/06 13:29:12 wiz Exp $
 .\"
 .Dd August 10, 2002
 .Dt SIGSETMASK 3
@@ -48,7 +48,7 @@ This interface is made obsolete by:
 .Xr sigprocmask 2 .
 .Pp
 .Fn sigsetmask
-sets the current signal mask
+sets the current signal mask.
 Signals are blocked from delivery if the
 corresponding bit in
 .Fa mask

Reply via email to