Skip site navigation (1)Skip section navigation (2)
Date:      02 Dec 2001 21:56:42 -0800
From:      "Gary W. Swearingen" <swear@blarg.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/32462: ifconfig(8) has extraneous "prefixlength".
Message-ID:  <10n110n8x1.110@localhost.localdomain>

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

>Number:         32462
>Category:       docs
>Synopsis:       ifconfig(8) has extraneous "prefixlength".
>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:   Sun Dec 02 22:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gary W. Swearingen
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
none
>Environment:
n/a
================
>Description:

The first "synopsis" example has a "[/prefixlength]" which shouldn't
be there, since that stuff is part of the preceeding "address" as is
explained in the description of "address".

(The way it is now, 192.168.0.1/16/prefixlength would be a proper
operand.  Note that "prefixlength" is not mentioned by name anywhere.)
================
>How-To-Repeat:
n/a
================
>Fix:

patch -d "unknown uncompressed man directory" < this-PR

--- ifconfig..orig.8	Sun Dec  2 21:40:51 2001
+++ ifconfig.8	Sun Dec  2 21:53:40 2001
@@ -46,7 +46,7 @@
 .Op Cm create
 .Op Ar address_family
 .Oo
-.Ar address Ns Op Cm / Ns Ar prefixlength
+.Ar address
 .Op Ar dest_address
 .Oc
 .Op Ar parameters
>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?10n110n8x1.110>