Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/cc2b591b24e9
branches:  trunk
changeset: 985063:cc2b591b24e9
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Aug 07 03:17:23 2021 +0000

description:
typo

diffstat:

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

diffs (18 lines):

diff -r 14c10096a20f -r cc2b591b24e9 lib/libc/gen/signal.3
--- a/lib/libc/gen/signal.3     Fri Aug 06 19:38:53 2021 +0000
+++ b/lib/libc/gen/signal.3     Sat Aug 07 03:17:23 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: signal.3,v 1.28 2017/12/06 16:38:22 dholland Exp $
+.\"    $NetBSD: signal.3,v 1.29 2021/08/07 03:17:23 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -148,7 +148,7 @@
 ignored signals remain ignored.
 .Pp
 Only functions that are async-signal-safe can safely be used in signal
-handlers, see
+handlers; see
 .Xr sigaction 2
 for a complete list.
 .Sh RETURN VALUES



Home | Main Index | Thread Index | Old Index