Date: Fri, 30 Jul 2004 22:45:01 +0200 From: Pawel Malachowski <pawmal-posting@freebsd.lublin.pl> To: freebsd-ipfw@freebsd.org Subject: ipfw(8) man page, space between IP address and dot. Message-ID: <20040730204501.GB18079@shellma.zin.lublin.pl>
next in thread | raw e-mail | index | archive | help
Hello, Are these spaces between IP address and dot (ending sentence) intentional and correct? % zgrep -ER '[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+\ +\.' /usr/share/man/cat* /usr/share/man/cat8/ipfw.8.gz: 1.2.3.0 to 1.2.3.127 . /usr/share/man/cat8/ipfw.8.gz: 1.2.3.128, 1.2.3.35 to 1.2.3.55, 1.2.3.89 . In other man pages there is no such space: % zgrep -ER '[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+\.' /usr/share/man/cat* /usr/share/man/cat1/tcpdump.1.gz: address 128.32.137.3. The total size of the response was 273 bytes, /usr/share/man/cat4/bpf.4.gz: 128.3.112.35. /usr/share/man/cat5/named.conf.5.gz: (`.''), such as 123, 45.67 or 89.123.45.67. /usr/share/man/cat5/named.conf.5.gz: 127.0.0.0 with netmask 255.0.0.0. 1.2.3.0/28 is network 1.2.3.0 with /usr/share/man/cat5/named.conf.5.gz: netmask 255.255.255.240. /usr/share/man/cat5/named.conf.5.gz: port 1234 of an address on the machine in net 1.2 that is not 1.2.3.4. /usr/share/man/cat5/ipnat.5.gz: This would send alternate connections to either 203.1.2.3 or 203.1.2.4. /usr/share/man/cat5/ipnat.5.gz: 203.1.2.4 and then 203.1.2.5 before going back to 203.1.2.3. In accom- /usr/share/man/cat8/route.8.gz: 192.168.64/20 is interpreted as -net 192.168.64 -netmask 255.255.240.0. /usr/share/man/cat8/natd.8.gz: machine 10.0.0.8. /usr/share/man/cat8/natd.8.gz: would specify an alias address of 158.152.17.1. Options that /usr/share/man/cat8/ppp.8.gz: only accept an address of 192.244.177.38. /usr/share/man/cat8/ppp.8.gz: and won't permit the use of any IP address but 192.244.177.2. When /usr/share/man/cat8/ppp.8.gz: uses 192.244.177.2. /usr/share/man/cat8/ppp.8.gz: 192.244.177.255. /usr/share/man/cat8/ppp.8.gz: 192.244.191.255. -- Paweł Małachowski
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040730204501.GB18079>