summaryrefslogtreecommitdiffstats
path: root/share/man/man9/sleep.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-10-23 02:33:03 +0000
committerhmp <hmp@FreeBSD.org>2003-10-23 02:33:03 +0000
commit9b05395427a806bf09dec64da6d70c6cb662ee32 (patch)
tree866b2c85b54bd63c2febf886beaabe6ead419fa4 /share/man/man9/sleep.9
parent72f855551d82f2bd6e4ccc7a94e68abc36ea3d25 (diff)
downloadFreeBSD-src-9b05395427a806bf09dec64da6d70c6cb662ee32.zip
FreeBSD-src-9b05395427a806bf09dec64da6d70c6cb662ee32.tar.gz
Mdoc Janitor:
* Fix hard sentence breaks.
Diffstat (limited to 'share/man/man9/sleep.9')
-rw-r--r--share/man/man9/sleep.99
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9
index f3b5f6c..0a3cdb3 100644
--- a/share/man/man9/sleep.9
+++ b/share/man/man9/sleep.9
@@ -58,7 +58,8 @@ external event, it is put on sleep by
The parameter
.Fa ident
is an arbitrary address that uniquely identifies the event on which
-the process is being asleep. All processes sleeping on a single
+the process is being asleep.
+All processes sleeping on a single
.Fa ident
are woken up later by
.Fn wakeup ,
@@ -77,7 +78,8 @@ The
function is used to make the first process in the queue that is
sleeping on the parameter
.Fa ident
-runnable. This can prevent the system from becoming saturated
+runnable.
+This can prevent the system from becoming saturated
when a large number of processes are sleeping on the same address,
but only one of them can actually do any useful work when made
runnable.
@@ -98,7 +100,8 @@ If
includes the
.Dv PCATCH
flag, signals are checked before and after sleeping, else signals are
-not checked. Returns 0 if awakened,
+not checked.
+Returns 0 if awakened,
.Er EWOULDBLOCK
if the timeout expires.
If
OpenPOWER on IntegriCloud