Module Name:    src
Committed By:   dholland
Date:           Sat May 21 01:38:14 UTC 2022

Modified Files:
        src/lib/libc/sys: sigaction.2

Log Message:
fix typo in sigaction(2)


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/sigaction.2

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/sys/sigaction.2
diff -u src/lib/libc/sys/sigaction.2:1.51 src/lib/libc/sys/sigaction.2:1.52
--- src/lib/libc/sys/sigaction.2:1.51	Tue May 22 05:39:44 2018
+++ src/lib/libc/sys/sigaction.2	Sat May 21 01:38:14 2022
@@ -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 @@ flag in
 .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

Reply via email to