Module Name:    src
Committed By:   wiz
Date:           Sun Nov  1 08:52:29 UTC 2015

Modified Files:
        src/lib/libc/sys: sigaction.2

Log Message:
Fix macro. Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/lib/libc/sys/sigaction.2

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/sys/sigaction.2
diff -u src/lib/libc/sys/sigaction.2:1.46 src/lib/libc/sys/sigaction.2:1.47
--- src/lib/libc/sys/sigaction.2:1.46	Sat Oct 31 17:45:32 2015
+++ src/lib/libc/sys/sigaction.2	Sun Nov  1 08:52:29 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sigaction.2,v 1.46 2015/10/31 17:45:32 christos Exp $
+.\"	$NetBSD: sigaction.2,v 1.47 2015/11/01 08:52:29 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -289,8 +289,8 @@ flag in
 .Pp
 If the signal handler is called due to signal delively resulting from reasons
 other than direct calls to
-.Xr kill 2 
-or 
+.Xr kill 2
+or
 .Xr _lwp_kill 2
 or indirect calls to
 .Xr _lwp_kill 2
@@ -300,7 +300,7 @@ or
 .Xr raise 3
 any activity (such as calling functions or assigning variables in the global
 or static scopes) other than setting a variable of the type
-.Dt volatile sig_atomic_t
+.Vt volatile sig_atomic_t
 is undefined.
 .Pp
 Only functions that are async-signal-safe can safely be used in signal

Reply via email to