Subject: Re: bin/26214 (mount(8) does not mention NFS options)
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: dieter roelants <dieter.r@pandora.be>
List: netbsd-bugs
Date: 11/28/2006 22:05:03
The following reply was made to PR bin/26214; it has been noted by GNATS.

From: dieter roelants <dieter.r@pandora.be>
To: gnats-bugs@NetBSD.org
Cc: Bernd Ernesti <veego@NetBSD.org>
Subject: Re: bin/26214 (mount(8) does not mention NFS options)
Date: Tue, 28 Nov 2006 23:00:37 +0100

 On Tue, 28 Nov 2006 19:25:03 +0000 (UTC)
 Bernd Ernesti <veego@NetBSD.org> wrote:
 
 >  > see http://rafb.net/paste/results/Ge0Mzr38.html:
 >  
 >  The url doesn't work.
 
 It expired (after 24h I think).
 
 >  > diff -u -r1.53 mount_nfs.c
 >  > --- mount_nfs.c 9 Nov 2006 10:07:00 -0000       1.53
 >  > +++ mount_nfs.c 26 Nov 2006 19:39:43 -0000
 >  [..]
 >  
 >  Is that a reversed diff or why are these options removed?
 >  
 >  Wasn't the pr about missing documentation and not about removing
 >  something?
 
 I thought it was better to document all nfs-related options in the
 mount_nfs man page instead of in the mount man page, so I moved the one
 option that was explained in mount.8 to mount_nfs.8. I should probably
 have replied to gnats to make that clear. In case you or anybody else
 wonders about other changes in the patch; it
 - explains all other -o options for mount_nfs, mostly by referring to
   single-letter options (maybe the wording could be better)
 - comments out the maxgroups option from the man page because it's #if
   0'd in the code
 - adapts the usage and -o options to a recent change yamt@ made
   (removal of -D and -L)
 
 Kind regards
 dieter
 
 >  
 >  Bernd
 >  
 >