Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Add missing double quote.



details:   https://anonhg.NetBSD.org/src/rev/c4e9c6df870b
branches:  trunk
changeset: 753927:c4e9c6df870b
user:      njoly <njoly%NetBSD.org@localhost>
date:      Wed Apr 14 07:20:27 2010 +0000

description:
Add missing double quote.

diffstat:

 lib/libc/gen/psignal.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0cda0e612abc -r c4e9c6df870b lib/libc/gen/psignal.3
--- a/lib/libc/gen/psignal.3    Wed Apr 14 06:31:23 2010 +0000
+++ b/lib/libc/gen/psignal.3    Wed Apr 14 07:20:27 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index