Module Name:    src
Committed By:   wiz
Date:           Mon Jun  6 08:27:05 UTC 2016

Modified Files:
        src/lib/libc/gen: signal.3

Log Message:
Use Fn. Merge two EINVAL sections.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/signal.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/gen/signal.3
diff -u src/lib/libc/gen/signal.3:1.25 src/lib/libc/gen/signal.3:1.26
--- src/lib/libc/gen/signal.3:1.25	Sun Jun  5 17:16:44 2016
+++ src/lib/libc/gen/signal.3	Mon Jun  6 08:27:05 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: signal.3,v 1.25 2016/06/05 17:16:44 christos Exp $
+.\"	$NetBSD: signal.3,v 1.26 2016/06/06 08:27:05 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -114,7 +114,8 @@ function returns and
 the process continues from where it left off when the signal occurred.
 .Bf -symbolic
 Unlike previous signal facilities, the handler
-func() remains installed after a signal has been delivered.
+.Fn func
+remains installed after a signal has been delivered.
 .Ef
 .Pp
 For some system calls, if a signal is caught while the call is
@@ -166,9 +167,8 @@ will fail and no action will take place 
 .It Bq Er EINVAL
 Specified
 .Em sig
-is not a valid signal number.
-.It Bq Er EINVAL
-An attempt is made to ignore or supply a handler for
+is not a valid signal number;
+or an attempt is made to ignore or supply a handler for
 .Dv SIGKILL
 or
 .Dv SIGSTOP .

Reply via email to