Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2003 16:40:54 -0700 (PDT)
From:      Lars Eggert <larse@nik.isi.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/53303: mount(2) man page error
Message-ID:  <200306132340.h5DNesZX068774@nik.isi.edu>
Resent-Message-ID: <200306132350.h5DNoEKB025242@freefall.freebsd.org>

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

>Number:         53303
>Category:       docs
>Synopsis:       mount(2) man page error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 13 16:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert <larse@isi.edu>
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nik.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Thu Jun 12 10:02:16 PDT 2003 root@nik.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.23 i386


	
>Description:
The mount(2) man page implicitly refers to a nonexisting mount_ufs man page
in this paragraph:

     Data is a pointer to a structure that contains the type specific argu-
     ments to mount.  The format for these argument structures is described in
     the manual page for each filesystem.  By convention filesystem manual
     pages are named by prefixing ``mount_'' to the name of the filesystem as
     returned by lsvfs(1).  Thus the NFS filesystem is described by the
     mount_nfs(8) manual page.

Since lsvfs lists "ufs" as a file system name, mount_ufs should exist that
documents toe appropriate structure.

>How-To-Repeat:
# lsvfs 
Filesystem                        Refs Flags
-------------------------------- ----- ---------------
ufs                                  2 
procfs                               1 synthetic
linprocfs                            1 synthetic
ntfs                                 1 
nfs                                  4 network

# man mount_ufs
No manual entry for mount_ufs

>Fix:

	


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



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