summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>2001-06-25 04:30:00 +0000
committerpjanzen <pjanzen@openbsd.org>2001-06-25 04:30:00 +0000
commit1d027e20a58f63043c1644e57cdbdfaab243740b (patch)
tree77c17924b33a7d96cf3197026e3feb3cd14460ea /lib/libc
parentManpage login_krb5(8), made by copying login_krb4(8) and changing some pieces. (diff)
downloadwireguard-openbsd-1d027e20a58f63043c1644e57cdbdfaab243740b.tar.xz
wireguard-openbsd-1d027e20a58f63043c1644e57cdbdfaab243740b.zip
Refer to siginterrupt(3) rather than to a nonexistant part of intro(2)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/wait.27
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index 9b0140324ba..dec3eadbdf4 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wait.2,v 1.10 2000/10/18 05:12:12 aaron Exp $
+.\" $OpenBSD: wait.2,v 1.11 2001/06/25 04:30:00 pjanzen Exp $
.\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -208,9 +208,8 @@ If a signal is caught while any of the
.Fn wait
calls is pending, the call may be interrupted or restarted when the
signal-catching routine returns, depending on the options in effect
-for the signal; see
-.Xr intro 2 ,
-System call restart.
+for the signal; for further information, see
+.Xr siginterrupt 3 .
.Sh RETURN VALUES
If
.Fn wait