Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys -1 -> \-1.
details: https://anonhg.NetBSD.org/src/rev/aaef84fe1276
branches: trunk
changeset: 535516:aaef84fe1276
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Aug 20 16:42:35 2002 +0000
description:
-1 -> \-1.
diffstat:
lib/libc/sys/open.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c6f1de2b2ad9 -r aaef84fe1276 lib/libc/sys/open.2
--- a/lib/libc/sys/open.2 Tue Aug 20 16:39:09 2002 +0000
+++ b/lib/libc/sys/open.2 Tue Aug 20 16:42:35 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: open.2,v 1.25 2002/08/17 17:25:37 yamt Exp $
+.\" $NetBSD: open.2,v 1.26 2002/08/20 16:42:35 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -194,7 +194,7 @@
If successful,
.Fn open
returns a non-negative integer, termed a file descriptor.
-Otherwise, a value of -1 is returned and
+Otherwise, a value of \-1 is returned and
.Va errno
is set to indicate the error.
.Sh ERRORS
Home |
Main Index |
Thread Index |
Old Index