Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys fix typo in sigaction(2)



details:   https://anonhg.NetBSD.org/src/rev/79b772640ad9
branches:  trunk
changeset: 366261:79b772640ad9
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat May 21 01:38:14 2022 +0000

description:
fix typo in sigaction(2)

diffstat:

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

diffs (18 lines):

diff -r b7b8bab5d890 -r 79b772640ad9 lib/libc/sys/sigaction.2
--- a/lib/libc/sys/sigaction.2  Fri May 20 21:31:24 2022 +0000
+++ b/lib/libc/sys/sigaction.2  Sat May 21 01:38:14 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sigaction.2,v 1.51 2018/05/22 05:39:44 wiz Exp $
+.\"    $NetBSD: sigaction.2,v 1.52 2022/05/21 01:38:14 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -287,7 +287,7 @@
 .Xr termios 4 .
 .El
 .Pp
-If the signal handler is called due to signal delively resulting from reasons
+If the signal handler is called due to signal delivery resulting from reasons
 other than direct calls to
 .Xr kill 2
 or



Home | Main Index | Thread Index | Old Index