Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Remove the cross reference of fileno(3). It is ...



details:   https://anonhg.NetBSD.org/src/rev/cc18d871c944
branches:  trunk
changeset: 532715:cc18d871c944
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 13 18:02:38 2002 +0000

description:
Remove the cross reference of fileno(3). It is more appropriate to
cross reference this from fopen(3). After discussion with John Heasley
in PR/17224.

diffstat:

 lib/libc/sys/open.2 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7c09d0b90d6a -r cc18d871c944 lib/libc/sys/open.2
--- a/lib/libc/sys/open.2       Thu Jun 13 16:48:34 2002 +0000
+++ b/lib/libc/sys/open.2       Thu Jun 13 18:02:38 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: open.2,v 1.23 2002/06/12 09:20:48 wiz Exp $
+.\"    $NetBSD: open.2,v 1.24 2002/06/13 18:02:38 christos Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -302,7 +302,6 @@
 .Xr read 2 ,
 .Xr umask 2 ,
 .Xr write 2 ,
-.Xr fileno 3 ,
 .Xr getdtablesize 3
 .Sh STANDARDS
 The



Home | Main Index | Thread Index | Old Index