Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Don't refer to errno as "global integer variable".



details:   https://anonhg.NetBSD.org/src/rev/726eee3fa7fb
branches:  trunk
changeset: 567129:726eee3fa7fb
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Jun 01 16:12:51 2004 +0000

description:
Don't refer to errno as "global integer variable".

diffstat:

 lib/libc/gen/closefrom.3 |  6 +++---
 lib/libc/sys/close.2     |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 46583bc5699a -r 726eee3fa7fb lib/libc/gen/closefrom.3
--- a/lib/libc/gen/closefrom.3  Tue Jun 01 16:10:29 2004 +0000
+++ b/lib/libc/gen/closefrom.3  Tue Jun 01 16:12:51 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: closefrom.3,v 1.4 2004/06/01 16:06:43 kleink Exp $
+.\"    $NetBSD: closefrom.3,v 1.5 2004/06/01 16:12:51 kleink Exp $
 .\"    $OpenBSD: closefrom.2,v 1.2 2004/01/12 20:52:09 jmc Exp $
 .\"
 .\" Copyright (c) 2004 Ted Unangst.  All rights reserved.
@@ -23,7 +23,7 @@
 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
-.Dd January 11, 2004
+.Dd June 1, 2004
 .Dt CLOSEFROM 3
 .Os
 .Sh NAME
@@ -44,7 +44,7 @@
 on each descriptor.
 .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
diff -r 46583bc5699a -r 726eee3fa7fb lib/libc/sys/close.2
--- a/lib/libc/sys/close.2      Tue Jun 01 16:10:29 2004 +0000
+++ b/lib/libc/sys/close.2      Tue Jun 01 16:12:51 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: close.2,v 1.16 2004/05/13 10:20:57 wiz Exp $
+.\"    $NetBSD: close.2,v 1.17 2004/06/01 16:14:10 kleink 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