diff options
| author | dholland <dholland@NetBSD.org> | 2022-05-21 01:38:14 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2022-05-21 01:38:14 +0000 |
| commit | 862de1995b0e2fa6b2971dfe63efccfa2561e26b (patch) | |
| tree | df426889223301aed3ade509066ed856631a6e83 /lib/libc | |
| parent | e53d5517555a4cd81eeaf6ba4ea3fe41e72e9931 (diff) | |
fix typo in sigaction(2)
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 66a4f5c079e..c6bedc188e4 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -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 |
