Bug 46183

Summary: Wrong parameter name in manual-page chroot(2).
Product: Documentation Reporter: Dirk Gouders <gouders>
Component: Books & ArticlesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dirk Gouders 2002-12-11 10:00:14 UTC
	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.
Comment 1 ru freebsd_committer freebsd_triage 2002-12-11 14:08:59 UTC
State Changed
From-To: open->closed

Committed, thanks!