From dunstan@freebsd.czest.pl  Sat Apr 23 20:59:40 2005
Return-Path: <dunstan@freebsd.czest.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 84B1216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Apr 2005 20:59:40 +0000 (GMT)
Received: from freebsd.czest.pl (silver.iplus.pl [80.48.250.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 85A7B43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Apr 2005 20:59:39 +0000 (GMT)
	(envelope-from dunstan@freebsd.czest.pl)
Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4])
	by freebsd.czest.pl (8.12.10/8.12.9) with ESMTP id j3NL8hKf074777
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Apr 2005 21:08:43 GMT
	(envelope-from dunstan@freebsd.czest.pl)
Received: (from dunstan@localhost)
	by freebsd.czest.pl (8.12.10/8.12.9/Submit) id j3NL8hRP074776;
	Sat, 23 Apr 2005 21:08:43 GMT
	(envelope-from dunstan)
Message-Id: <200504232108.j3NL8hRP074776@freebsd.czest.pl>
Date: Sat, 23 Apr 2005 21:08:43 GMT
From: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
Reply-To: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] "nonfs" instead of "nfs" in mount.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80290
>Category:       docs
>Synopsis:       [PATCH] "nonfs" instead of "nfs" in mount.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 23 21:00:36 GMT 2005
>Closed-Date:    Sun Apr 24 02:57:29 GMT 2005
>Last-Modified:  Sun Jul  3 00:30:59 GMT 2005
>Originator:     Wojciech A. Koszek
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dunstan.freebsd.czest.pl 5.4-STABLE FreeBSD 5.4-STABLE #8: Sat Apr 16 16:26:40 CEST 2005 dunstan@dunstan.freebsd.czest.pl:/usr/obj/usr/src/sys/HOME8 i386

>Description:
mount(8) manual page uses wrong filesystem name.
>How-To-Repeat:
man mount | col -b | grep nonfs
>Fix:
--- diff.0.mount.8 begins here ---
Index: src/sbin/mount/mount.8
===================================================================
RCS file: /home/ncvs/src/sbin/mount/mount.8,v
retrieving revision 1.72
diff -r1.72 mount.8
372c372
< mount -a -t nonfs,nullfs
---
> mount -a -t nfs,nullfs
--- diff.0.mount.8 ends here ---

>Release-Note:
>Audit-Trail:

From: Matteo Riondato <rionda@gufi.org>
To: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@freebsd.org
Subject: Re: docs/80290: [PATCH] "nonfs" instead of "nfs" in mount.8
Date: Sat, 23 Apr 2005 23:33:10 +0200

 > >Description:
 > mount(8) manual page uses wrong filesystem name.
 > >How-To-Repeat:
 > man mount | col -b | grep nonfs
 
 This is not a bug. Please read the man page and you'll find that
 "nonfs" is correct.
 Best Regards
 -- 
 Rionda aka Matteo Riondato
 Disinformato per default
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
State-Changed-From-To: open->closed  
State-Changed-By: jcamou 
State-Changed-When: Sun Apr 24 02:55:58 GMT 2005 
State-Changed-Why:  
This is not a typo, nonfs is the intended word. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80290 

From: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/80290: [PATCH] "nonfs" instead of "nfs" in mount.8
Date: Sun, 24 Apr 2005 07:09:07 +0000

 On Sun, Apr 24, 2005 at 02:57:27AM +0000, Jesus R. Camou wrote:
 > Synopsis: [PATCH] "nonfs" instead of "nfs" in mount.8
 > 
 > State-Changed-From-To: open->closed 
 > State-Changed-By: jcamou
 > State-Changed-When: Sun Apr 24 02:55:58 GMT 2005
 > State-Changed-Why: 
 > This is not a typo, nonfs is the intended word.
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=80290
 
 Hello,
 
 I was thinking about this mistake, and it seems I've posted
 wrong patch. I mean I know "nonfs" is correct, but we should
 have also "nonullfs", since neither NFS nor NULLFS has to be
 mounted.
 
 Sorry and thanks!
 Best regards,
 -- 
 * Wojciech A. Koszek && dunstan@FreeBSD.czest.pl
 
 --- diff.1.mount.8 begins here ---
 Index: src/sbin/mount/mount.8
 ===================================================================
 RCS file: /home/ncvs/src/sbin/mount/mount.8,v
 retrieving revision 1.72
 diff -r1.72 mount.8
 372c372
 < mount -a -t nonfs,nullfs
 ---
 > mount -a -t nonfs,nonullfs
 --- diff.1.mount.8 ends here ---

From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/80290: [PATCH] "nonfs" instead of "nfs" in mount.8
Date: Mon, 25 Apr 2005 22:03:22 +0200

 --EeQfGwPcQSOJBaQU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2005.04.24 07:00:39 +0000, Wojciech A. Koszek wrote:
 
 >  On Sun, Apr 24, 2005 at 02:57:27AM +0000, Jesus R. Camou wrote:
 >  > Synopsis: [PATCH] "nonfs" instead of "nfs" in mount.8
 >  >=20
 >  > State-Changed-From-To: open->closed=20
 >  > State-Changed-By: jcamou
 >  > State-Changed-When: Sun Apr 24 02:55:58 GMT 2005
 >  > State-Changed-Why:=20
 >  > This is not a typo, nonfs is the intended word.
 >  >=20
 >  > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D80290
 > =20
 >  Hello,
 > =20
 >  I was thinking about this mistake, and it seems I've posted
 >  wrong patch. I mean I know "nonfs" is correct, but we should
 >  have also "nonullfs", since neither NFS nor NULLFS has to be
 >  mounted.
 
 The manual page states:
 
              [...] The list of file system types can be pre-
              fixed with ``no'' to specify the file system types for which
              action should not be taken.  For example, the mount command:
 
 It's the list that can be prefixed, not the filesystem name itself.
 
 =46rom a quick check here on 6.0-CURRENT, that also seems to be what it
 does.  Maybee the manual page can be clarified to make that point more
 clear, but I'm not sure exactly how...
 
 --=20
 Simon L. Nielsen
 
 --EeQfGwPcQSOJBaQU
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCbU0Kh9pcDSc1mlERAsKWAJ9eEMlUv+e8L2/7uppVOIc683t7eQCdEAWA
 VpOOzLUtcJpyyA21C/L4rRs=
 =1WF5
 -----END PGP SIGNATURE-----
 
 --EeQfGwPcQSOJBaQU--

From: Matteo Riondato <rionda@gufi.org>
To: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
Cc: freebsd-bugs@freebsd.org
Subject: Re: docs/80290: [PATCH] "nonfs" instead of "nfs" in mount.8
Date: Sat, 23 Apr 2005 23:33:10 +0200

 > >Description:
 > mount(8) manual page uses wrong filesystem name.
 > >How-To-Repeat:
 > man mount | col -b | grep nonfs
 
 This is not a bug. Please read the man page and you'll find that
 "nonfs" is correct.
 Best Regards
 -- 
 Rionda aka Matteo Riondato
 Disinformato per default
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
 _______________________________________________
 freebsd-bugs@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
 To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
 
>Unformatted:
