This commit is contained in:
soren 2000-08-21 23:23:23 +00:00
parent a703d1e88e
commit 7eaf9092e8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: usleep.3,v 1.10 1999/03/22 19:44:48 garbled Exp $
.\" $NetBSD: usleep.3,v 1.11 2000/08/21 23:23:23 soren Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -59,7 +59,7 @@ scheduling of other activity by the system.
.Pp
The
.Fa microseconds
argument must be less than 1,000,000. If The value of
argument must be less than 1,000,000. If the value of
.Fa microseconds
is 0, then the call has no effect.
.Sh RETURN VALUE