diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3 index 520cce7c8bb0..26d351a12fff 100644 --- a/lib/libc/gen/usleep.3 +++ b/lib/libc/gen/usleep.3 @@ -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