Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2004 01:00:38 -0800 (PST)
From:      Marc Silver <marcs@draenor.org>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/53303: mount(2) man page error
Message-ID:  <200401170900.i0H90cBm004662@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/53303; it has been noted by GNATS.

From: Marc Silver <marcs@draenor.org>
To: freebsd-gnats-submit@FreeBSD.org, larse@nik.isi.edu
Cc:  
Subject: Re: docs/53303: mount(2) man page error
Date: Sat, 17 Jan 2004 08:51:53 +0000

 --sm4nu43k4a2Rpi4c
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 
 It seems as though UFS is currently seen as an internally known file
 system type, and therefore there is no mount_ufs command or man page.
 I've modified the man page for mount(2) slightly, so that it now reads:
 
       The data argument is a pointer to a structure that contains the
       type spe- cific arguments to mount.  The format for these argument
       structures is described in the manual page for each file system.
       By convention file system manual pages are named by prefixing
       ``mount_'' to the name of the file system as returned by lsvfs(1).
       Thus the NFS file system is described by the mount_nfs(8) manual
       page.  It should however be noted that manual pages for internally
       known file system types such as UFS, do not exist.
 
 Would that be sufficient?
 
 - Marc
 
 --sm4nu43k4a2Rpi4c
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="mount.2.patch"
 
 --- mount.2-orig	Sat Jan 17 10:36:52 2004
 +++ mount.2	Sat Jan 17 10:45:12 2004
 @@ -166,7 +166,8 @@
  .Tn NFS
  file system is described by the
  .Xr mount_nfs 8
 -manual page.
 +manual page.  It should however be noted that manual pages for 
 +internally known file system types such as UFS, do not exist.
  .Pp
  The
  .Fn unmount
 
 --sm4nu43k4a2Rpi4c--



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