summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-11-25 21:45:32 +0000
committerjmc <jmc@openbsd.org>2003-11-25 21:45:32 +0000
commit56d3033fedf04ba4b0b4bf70cb78f4af9d680e23 (patch)
tree2a87d7eaa5af973421420aaa6f0c77c37ab4ac5b /lib/libc
parentMake SIOCGIFHWADDR work. ok mickey@ (diff)
downloadwireguard-openbsd-56d3033fedf04ba4b0b4bf70cb78f4af9d680e23.tar.xz
wireguard-openbsd-56d3033fedf04ba4b0b4bf70cb78f4af9d680e23.zip
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.