diff options
author | ru <ru@FreeBSD.org> | 2002-12-11 14:04:37 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-11 14:04:37 +0000 |
commit | 40d653afff15e7dfa211c651b99742ecbedf12f7 (patch) | |
tree | 7226b97f8234f24a33cf1082a887e4fe6e34e24a /lib | |
parent | f55ab56cd6bc18a4023afd45f093f24b57f277b6 (diff) | |
download | FreeBSD-src-40d653afff15e7dfa211c651b99742ecbedf12f7.zip FreeBSD-src-40d653afff15e7dfa211c651b99742ecbedf12f7.tar.gz |
Fixed the parameter's name.
PR: docs/46183
Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de>
Approved by: re
Diffstat (limited to 'lib')
-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 cae864d..8c750c4 100644 --- a/lib/libc/sys/chroot.2 +++ b/lib/libc/sys/chroot.2 @@ -120,7 +120,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. |