From joshua@green.shallow.net  Thu Apr 18 02:55:23 2002
Return-Path: <joshua@green.shallow.net>
Received: from green.shallow.net (c16486.smelb1.vic.optusnet.com.au [210.49.224.105])
	by hub.freebsd.org (Postfix) with ESMTP id CD00B37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Apr 2002 02:55:22 -0700 (PDT)
Received: by green.shallow.net (Postfix, from userid 1001)
	id 911F43E2A; Thu, 18 Apr 2002 19:55:18 +1000 (EST)
Message-Id: <20020418095518.911F43E2A@green.shallow.net>
Date: Thu, 18 Apr 2002 19:55:18 +1000 (EST)
From: Joshua Goodall <joshua@roughtrade.net>
Reply-To: Joshua Goodall <joshua@roughtrade.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: obsolete reference to seqpacket in mount_nfs.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37221
>Category:       docs
>Synopsis:       obsolete reference to seqpacket in mount_nfs.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 18 03:00:05 PDT 2002
>Closed-Date:    Tue May 13 07:46:59 PDT 2003
>Last-Modified:  Mon May 19 16:30:15 PDT 2003
>Originator:     Joshua Goodall
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD green.shallow.net 4.5-STABLE FreeBSD 4.5-STABLE #3: Sat Apr 6 23:01:47 EST 2002 joshua@green.shallow.net:/usr/obj/usr/src/sys/GREEN i386
>Description:

mount_nfs.8 refers to a -o seqpacket and related option -p that
aren't supported and are unlikely to be so unless someone resurrects
the ISO protocols as an RPC transport.

>How-To-Repeat:
>Fix:

Index: mount_nfs.8
===================================================================
RCS file: /cvs/src/sbin/mount_nfs/mount_nfs.8,v
retrieving revision 1.32
diff -u -r1.32 mount_nfs.8
--- mount_nfs.8	12 Nov 2001 02:43:56 -0000	1.32
+++ mount_nfs.8	18 Apr 2002 03:47:00 -0000
@@ -262,9 +262,6 @@
 .It resvport
 Same as
 .Fl P .
-.It seqpacket
-Same as
-.Fl p .
 .It soft
 Same as
 .Fl s .
Index: mount_nfs.c
===================================================================
RCS file: /cvs/src/sbin/mount_nfs/mount_nfs.c,v
retrieving revision 1.50
diff -u -r1.50 mount_nfs.c
--- mount_nfs.c	21 Mar 2002 13:14:20 -0000	1.50
+++ mount_nfs.c	18 Apr 2002 03:47:50 -0000
@@ -255,7 +255,7 @@
 	nfsargs = nfsdefargs;
 	nfsargsp = &nfsargs;
 	while ((c = getopt(argc, argv,
-	    "23a:bcdD:g:I:iLl:No:PpR:r:sTt:w:x:U")) != -1)
+	    "23a:bcdD:g:I:iLl:No:PR:r:sTt:w:x:U")) != -1)
 		switch (c) {
 		case '2':
 			mountmode = V2;
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed May 7 08:19:48 CEST 2003 
Responsible-Changed-Why:  
trhodes will take care of this 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37221 
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Sat May 10 17:41:03 PDT 2003 
State-Changed-Why:  
The doc patch was not really committed as I just used vi(1) for a closer 
inspection of the mount_nfs(8) manual page.  Set state to patched until 
I MFC the committed version. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37221 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Tue May 13 07:46:29 PDT 2003 
State-Changed-Why:  
MFC Complete.  Thanks for the submission! 

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

From: Giorgos Keramidas <keramida@freebsd.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: docs/37221: obsolete reference to seqpacket in mount_nfs.8
Date: Tue, 20 May 2003 02:23:47 +0300

 Adding to the audit trail...
 
 : ----- pending/51981 --------------------------------------------------
 :
 : Message-Id: <20030508134407.638ff0c9.trhodes@FreeBSD.org>
 : Date: Thu, 8 May 2003 13:44:07 -0400
 : From: Tom Rhodes <trhodes@FreeBSD.org>
 :
 : Josh, Lars,
 :
 : After looking over this a little closer, I'm totally lost at why these
 : PRs were filed.
 :
 : -p is listed in the manual page as a historic and deprecated option.
 : -P is listed in the manual page as obsolete.
 :
 : I can understand removing them both from the usage message, however
 : they seem to be documented fine in the manual page (as obsolete).
 :
 : Currently I have an email in to murray and bmah about this, and
 : my personal opinion is that the manual page is fine.
 :
 : Any opinions on just removing the -P and -p option from the code
 : and leaving the manual page as is?  What do the other -doc committers
 : think about this?
 :
 : ----- pending/51988 --------------------------------------------------
 :
 : Message-Id: <20030508231909.GO609@unixpages.org>
 : Date: Fri, 9 May 2003 01:19:09 +0200
 : From: Christian Brueffer <chris@unixpages.org>
 :
 : Apparently mbr removed ISO support from the code a while ago (which
 : didn't work anyway) and these are leftovers.
 : It's not fatal if this stays in, but as it's something that isn't
 : even implemented anymore, it would be nice to be thrown out.
 
>Unformatted:
