Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2001 18:45:09 +0200
From:      Jesper Skriver <jesper@FreeBSD.org>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/ifconfig ifconfig.c
Message-ID:  <20010505184509.A5508@skriver.dk>
In-Reply-To: <20010505110314.A1168@skriver.dk>; from jesper@skriver.dk on Sat, May 05, 2001 at 11:03:14AM %2B0200
References:  <200105041845.f44IjaM61325@freefall.freebsd.org> <20010505010044.W18676@fw.wintelcom.net> <20010505110314.A1168@skriver.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 05, 2001 at 11:03:14AM +0200, Jesper Skriver wrote:
> On Sat, May 05, 2001 at 01:00:44AM -0700, Alfred Perlstein wrote:
> > * Jesper Skriver <jesper@FreeBSD.org> [010504 11:45] wrote:
> > > jesper      2001/05/04 11:45:36 PDT
> > > 
> > >   Modified files:
> > >     sbin/ifconfig        ifconfig.c 
> > >   Log:
> > >   Implement slash/CIDR notation for IPv4 and IPv6 addresses.
> > 
> > It'd be nice to see an example of how to use this in the manpage.
> 
> Yes, it get something together, but man pages is woodoo to me, any good
> guides ?

If someone could have a look at the diff I've made at 

http://people.FreeBSD.org/~jesper/ifconfig.8.diff

I have one problem, I cannot avoid the space between the address and the /

This is a problem in 2 places

SYNOPSIS
     ifconfig [-L] interface [address_family] [address [/prefixlength]

and

             ifconfig [inet|inet6] <interface> <address> / <prefixlength>

Which should be

     ifconfig [-L] interface [address_family] [address[/prefixlength]

and

             ifconfig [inet|inet6] <interface> <address>/<prefixlength>

Any help would me much appreciated. 

/Jesper

-- 
Jesper Skriver, jesper(at)skriver(dot)dk  -  CCIE #5456
Work:    Network manager   @ AS3292 (Tele Danmark DataNetworks)
Private: FreeBSD committer @ AS2109 (A much smaller network ;-)

One Unix to rule them all, One Resolver to find them,
One IP to bring them all and in the zone to bind them.

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?20010505184509.A5508>