Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 10:58:47 +0100 (CET)
From:      Dirk Gouders <gouders@et.bocholt.fh-ge.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/46183: Wrong parameter name in manual-page chroot(2).
Message-ID:  <200212110958.gBB9wlHN000600@musashi.et.bocholt.fh-gelsenkirchen.de>

next in thread | raw e-mail | index | archive | help


>Number:         46183
>Category:       misc
>Synopsis:       Wrong parameter name in manual-page chroot(2).
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 02:00:14 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Gouders
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FH Gelsenkirchen, Abt. Bocholt
>Environment:
System: FreeBSD musashi.et.bocholt.fh-gelsenkirchen.de 4.7-STABLE FreeBSD 4.7-STABLE #3: Thu Nov 21 21:10:21 CET 2002 root@musashi.et.bocholt.fh-gelsenkirchen.de:/usr/src/sys/compile/MUSASHI i386


	
>Description:
	The manual-page chroot(2) refers to an undefined parameter `path';
    the name of the parameter should be `dirname'.
>How-To-Repeat:
	Take a look at the manual-page.
>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.



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212110958.gBB9wlHN000600>