summaryrefslogtreecommitdiff
path: root/lib/libc/sys/wait.2
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2001-06-25 04:30:01 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2001-06-25 04:30:01 +0000
commit19419baf980d8e8dd3c02bb1d14ea041840ffc38 (patch)
tree393ea8da894723e84540b1d540239189ee1c650b /lib/libc/sys/wait.2
parenteb96d778875e9d1516a2da55b5a203c68ac35605 (diff)
Refer to siginterrupt(3) rather than to a nonexistant part of intro(2)
Diffstat (limited to 'lib/libc/sys/wait.2')
-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