Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/lib/libc/sys Pullup patch (requested by kleink in ticke...
details: https://anonhg.NetBSD.org/src/rev/d1db6641f896
branches: netbsd-2-0
changeset: 561260:d1db6641f896
user: jmc <jmc%NetBSD.org@localhost>
date: Tue Jun 01 17:54:05 2004 +0000
description:
Pullup patch (requested by kleink in ticket #432)
Dont refer to errno as "global integer variable".
diffstat:
lib/libc/sys/close.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a3e97fb5ca9b -r d1db6641f896 lib/libc/sys/close.2
--- a/lib/libc/sys/close.2 Tue Jun 01 04:40:52 2004 +0000
+++ b/lib/libc/sys/close.2 Tue Jun 01 17:54:05 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: close.2,v 1.15 2003/08/07 16:43:56 agc Exp $
+.\" $NetBSD: close.2,v 1.15.2.1 2004/06/01 17:54:05 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -103,7 +103,7 @@
.Dq Fa d .
.Sh RETURN VALUES
Upon successful completion, a value of 0 is returned.
-Otherwise, a value of -1 is returned and the global integer variable
+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