Module Name:    src
Committed By:   njoly
Date:           Wed Apr 14 07:20:28 UTC 2010

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

Log Message:
Add missing double quote.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/psignal.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/psignal.3
diff -u src/lib/libc/gen/psignal.3:1.15 src/lib/libc/gen/psignal.3:1.16
--- src/lib/libc/gen/psignal.3:1.15	Thu Aug  7 16:42:55 2003
+++ src/lib/libc/gen/psignal.3	Wed Apr 14 07:20:27 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: psignal.3,v 1.15 2003/08/07 16:42:55 agc Exp $
+.\"	$NetBSD: psignal.3,v 1.16 2010/04/14 07:20:27 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -63,7 +63,7 @@
 If the signal number is not recognized
 .Pq Xr sigaction 2 ,
 the string
-.Dq "Unknown signal
+.Dq "Unknown signal"
 is produced.
 .Pp
 The message strings can be accessed directly using the external array

Reply via email to