summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-25 21:45:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-25 21:45:33 +0000
commit6dd167ed5691a99505cae44d121aeeb533d42c42 (patch)
treec773485c433bc1f7782c5fc41fa6695c7da9cc4a /lib/libc
parent0bbe9e0841286da9188e963c05513502beec8cf3 (diff)
empty pathname is invalid; from Akinori Saitoh;
ok millert@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/intro.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index d7ed1886037..336db43dc20 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.27 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: intro.2,v 1.28 2003/11/25 21:45:32 jmc Exp $
.\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
@@ -593,7 +593,7 @@ If a path name begins with a slash, the path search begins at the
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 pathname is invalid.
.It Directory
A directory is a special type of file that contains entries
that are references to other files.