summaryrefslogtreecommitdiff
path: root/lib/libc/gen/pause.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-12-24 00:31:01 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-12-24 00:31:01 +0000
commitb1044a070b87b20a73f593b1087fae3a062d5920 (patch)
treedaa375c4c5a8cf9fabd0f0657b2141fbb899ef71 /lib/libc/gen/pause.3
parent89891a551cfa28139f6165de0c822d75e1035761 (diff)
Various repairs, mostly to get rid of short lines.
Diffstat (limited to 'lib/libc/gen/pause.3')
-rw-r--r--lib/libc/gen/pause.312
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3
index 6f52ebb1e80..931463d0273 100644
--- a/lib/libc/gen/pause.3
+++ b/lib/libc/gen/pause.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pause.3,v 1.7 1999/07/09 13:35:18 aaron Exp $
+.\" $OpenBSD: pause.3,v 1.8 2000/12/24 00:30:50 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -49,12 +49,9 @@ Pause is made obsolete by
.Pp
The
.Fn pause
-function
-forces a process to pause until
-a signal is received from either the
+function forces a process to pause until a signal is received from either the
.Xr kill 2
-function
-or an interval timer
+function or an interval timer
(see
.Xr setitimer 2 ) .
.Pp
@@ -83,6 +80,5 @@ The call was interrupted.
.Sh HISTORY
A
.Fn pause
-syscall
-appeared in
+syscall appeared in
.At v6 .