Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen completion, not completition; mark up errno; us...
details: https://anonhg.NetBSD.org/src/rev/10dca2572ac1
branches: trunk
changeset: 535996:10dca2572ac1
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Sep 04 01:03:58 2002 +0000
description:
completion, not completition; mark up errno; use \- instead of -.
diffstat:
lib/libc/gen/usleep.3 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r b0861ab556a1 -r 10dca2572ac1 lib/libc/gen/usleep.3
--- a/lib/libc/gen/usleep.3 Wed Sep 04 01:03:24 2002 +0000
+++ b/lib/libc/gen/usleep.3 Wed Sep 04 01:03:58 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usleep.3,v 1.14 2002/02/07 07:00:18 ross Exp $
+.\" $NetBSD: usleep.3,v 1.15 2002/09/04 01:03:58 wiz Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -63,9 +63,11 @@
.Fa microseconds
is 0, then the call has no effect.
.Sh RETURN VALUES
-On successful completition,
+On successful completion,
.Fn usleep
-returns 0. Otherwhise, it returns -1 and sets errno to indicate the error.
+returns 0. Otherwise, it returns \-1 and sets
+.Va errno
+to indicate the error.
.Sh ERRORS
The
.Fn usleep
Home |
Main Index |
Thread Index |
Old Index