Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys typo



details:   https://anonhg.NetBSD.org/src/rev/c79774bf1463
branches:  trunk
changeset: 782065:c79774bf1463
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Oct 14 08:49:28 2012 +0000

description:
typo

diffstat:

 lib/libc/sys/sigaction.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f7a91a97cf64 -r c79774bf1463 lib/libc/sys/sigaction.2
--- a/lib/libc/sys/sigaction.2  Sun Oct 14 08:35:45 2012 +0000
+++ b/lib/libc/sys/sigaction.2  Sun Oct 14 08:49:28 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sigaction.2,v 1.43 2006/06/03 18:23:52 christos Exp $
+.\"    $NetBSD: sigaction.2,v 1.44 2012/10/14 08:49:28 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -288,7 +288,7 @@
 .El
 .Pp
 Only functions that are async-signal-safe can safely be used in signal
-handlers, see
+handlers; see
 .Xr signal 7
 for a complete list.
 .Sh NOTES



Home | Main Index | Thread Index | Old Index