| Summary: | Wrong parameter name in manual-page chroot(2). | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Dirk Gouders <gouders> |
| Component: | Books & Articles | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed, thanks! |
The manual-page chroot(2) refers to an undefined parameter `path'; the name of the parameter should be `dirname'. Fix: Here is a diff: --- chroot.2~ Wed Jan 9 15:24:23 2002 +++ chroot.2 Wed Dec 11 10:52:36 2002 @@ -117,7 +117,7 @@ .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. How-To-Repeat: Take a look at the manual-page.