Source-Changes-HG archive

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

[src/netbsd-1-6]: src/lib/libc/sys Pull up revision 1.36 (requested by kleink...



details:   https://anonhg.NetBSD.org/src/rev/4b4d5611b749
branches:  netbsd-1-6
changeset: 531021:4b4d5611b749
user:      cyber <cyber%NetBSD.org@localhost>
date:      Wed Nov 26 07:11:37 2003 +0000

description:
Pull up revision 1.36 (requested by kleink in ticket #1567):
Catch up with namei: An empty string is not a valid pathname.
Noted by SAITOH Akinori in PR misc/23565.

diffstat:

 lib/libc/sys/intro.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 80f5e497675b -r 4b4d5611b749 lib/libc/sys/intro.2
--- a/lib/libc/sys/intro.2      Wed Nov 26 05:09:30 2003 +0000
+++ b/lib/libc/sys/intro.2      Wed Nov 26 07:11:37 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.2,v 1.27.2.1 2002/07/21 05:04:14 lukem Exp $
+.\"    $NetBSD: intro.2,v 1.27.2.2 2003/11/26 07:11:37 cyber Exp $
 .\"
 .\" Copyright (c) 1980, 1983, 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)intro.2    8.5 (Berkeley) 2/27/95
 .\"
-.Dd March 14, 2000
+.Dd November 25, 2003
 .Dt INTRO 2
 .Os
 .Sh NAME
@@ -628,7 +628,7 @@
 as part of
 file names because of the special meaning attached to these characters
 by the shell.
-.It  Path Name
+.It  Pathname
 A path name is a
 .Tn NUL Ns -terminated
 character string starting with an
@@ -645,7 +645,7 @@
 directory.
 Otherwise, the search begins from the current working directory.
 A slash by itself names the root directory.
-An empty pathname refers to the current directory.
+An empty string is not a valid pathname.
 .It  Directory
 A directory is a special type of file that contains entries
 that are references to other files.



Home | Main Index | Thread Index | Old Index