summaryrefslogtreecommitdiff
path: root/lib/libc/gen/usleep.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-10-24 14:34:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-10-24 14:34:40 +0000
commit105f0626b70ecc584595ab513f4b30aa42356739 (patch)
tree5ead3ccb46d5855fc23ef717e367e2a14a516e2f /lib/libc/gen/usleep.3
parenta1511cb09776460f553d983261cc7984ce9523b1 (diff)
some SEE ALSO additions from Ingo Schwarze;
Diffstat (limited to 'lib/libc/gen/usleep.3')
-rw-r--r--lib/libc/gen/usleep.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3
index 3f3cb1646da..5854047efc2 100644
--- a/lib/libc/gen/usleep.3
+++ b/lib/libc/gen/usleep.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usleep.3,v 1.16 2007/05/31 19:19:29 jmc Exp $
+.\" $OpenBSD: usleep.3,v 1.17 2008/10/24 14:34:39 jmc Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: October 24 2008 $
.Dt USLEEP 3
.Os
.Sh NAME
@@ -86,6 +86,7 @@ specified a value of 1,000,000 or more microseconds.
.Sh NOTES
A microsecond is 0.000001 seconds.
.Sh SEE ALSO
+.Xr sleep 1 ,
.Xr getitimer 2 ,
.Xr nanosleep 2 ,
.Xr setitimer 2 ,