diff options
author | 1997-09-26 00:37:15 +0000 | |
---|---|---|
committer | 1997-09-26 00:37:15 +0000 | |
commit | 7e4e85bb8077a1d05c8a585f23921f7189eec18d (patch) | |
tree | df5d8cb6b0da2d54a1ef0ef09ad78c5d162a6aca /lib/libc/sys/chroot.2 | |
parent | Add back that XXX i386-specific code as the old isadma code needs it. Sorry! (diff) | |
download | wireguard-openbsd-7e4e85bb8077a1d05c8a585f23921f7189eec18d.tar.xz wireguard-openbsd-7e4e85bb8077a1d05c8a585f23921f7189eec18d.zip |
path/dirname; entropy@tardis.bernstein.com
Diffstat (limited to 'lib/libc/sys/chroot.2')
-rw-r--r-- | lib/libc/sys/chroot.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/chroot.2 b/lib/libc/sys/chroot.2 index 2bdb61d1147..57652f44573 100644 --- a/lib/libc/sys/chroot.2 +++ b/lib/libc/sys/chroot.2 @@ -92,7 +92,7 @@ Search permission is denied for any component of the path name. .It Bq Er ELOOP Too many symbolic links were encountered in translating the pathname. .It Bq Er EFAULT -.Fa Path +.Fa Dirname points outside the process's allocated address space. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system. |