diff options
author | 2003-11-25 21:45:32 +0000 | |
---|---|---|
committer | 2003-11-25 21:45:32 +0000 | |
commit | 56d3033fedf04ba4b0b4bf70cb78f4af9d680e23 (patch) | |
tree | 2a87d7eaa5af973421420aaa6f0c77c37ab4ac5b | |
parent | Make SIOCGIFHWADDR work. ok mickey@ (diff) | |
download | wireguard-openbsd-56d3033fedf04ba4b0b4bf70cb78f4af9d680e23.tar.xz wireguard-openbsd-56d3033fedf04ba4b0b4bf70cb78f4af9d680e23.zip |
empty pathname is invalid; from Akinori Saitoh;
ok millert@
-rw-r--r-- | lib/libc/sys/intro.2 | 4 |
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. |