Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2002 19:55:18 +1000 (EST)
From:      Joshua Goodall <joshua@roughtrade.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/37221: obsolete reference to seqpacket in mount_nfs.8
Message-ID:  <20020418095518.911F43E2A@green.shallow.net>

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

>Number:         37221
>Category:       docs
>Synopsis:       obsolete reference to seqpacket in mount_nfs.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 18 03:00:05 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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