diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-01-30 23:42:48 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-01-30 23:42:48 +0000 |
commit | 0ca1e3ba1a5dfd0d5ccc6b2f608115f414bcac4f (patch) | |
tree | 7f2ae680e0934d4b6eebeca7a9bf65bdf0e8ace0 /share/man/man9 | |
parent | b222cad611d176c0b88ddbc610bd2a8d2b14d6c2 (diff) |
Xr sleep(9) and timeout(9).
ok jmc@ dlg@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/delay.9 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/delay.9 b/share/man/man9/delay.9 index 1efe86bb328..19bb72a2b85 100644 --- a/share/man/man9/delay.9 +++ b/share/man/man9/delay.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: delay.9,v 1.1 2006/01/12 00:17:17 dlg Exp $ +.\" $OpenBSD: delay.9,v 1.2 2006/01/30 23:42:47 jsg Exp $ .\" .\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> .\" @@ -30,3 +30,6 @@ is called in the kernel to busy wait for a period of time. The .Fa delay argument specifies the period of time to wait for, in microseconds. +.Sh SEE ALSO +.Xr sleep 9 , +.Xr timeout 9 |