Bug#288343: [net-tools-cvscommit at lists.berlios.de: [net-tools-cvscommit] net-tools/man/en_US arp.8, 1.10, 1.11 ethers.5, 1.2, 1.3 hostname.1, 1.2, 1.3 ifconfig.8, 1.13, 1.14 mii-tool.8, 1.3, 1.4 nameif.8, 1.1, 1.2 netstat.8, 1.20, 1.21 plipconfig.8, 1.1, 1.2 rarp.8,
Bernd Eckenfels
be-mail2008 at lina.inka.de
Fri Oct 3 01:59:40 UTC 2008
The patches are now part of the upstream CVS, too
(http://net-tools.berlios.de/)
Gruss
Bernd
----- Forwarded message from CVS Commits for net-tools project <net-tools-cvscommit at lists.berlios.de> -----
Envelope-to: net-tools at lina.inka.de
Delivery-date: Fri, 03 Oct 2008 01:17:13 +0200
To: net-tools-cvscommit at lists.berlios.de
From: CVS Commits for net-tools project <net-tools-cvscommit at lists.berlios.de>
Subject: [net-tools-cvscommit] net-tools/man/en_US arp.8, 1.10, 1.11 ethers.5,
1.2, 1.3 hostname.1, 1.2, 1.3 ifconfig.8, 1.13,
1.14 mii-tool.8, 1.3, 1.4 nameif.8, 1.1, 1.2 netstat.8, 1.20,
1.21 plipconfig.8, 1.1, 1.2 rarp.8, 1.5, 1.6 route.8, 1.7,
1.8 slattach.8, 1.3, 1.4
X-BeenThere: net-tools-cvscommit at lists.berlios.de
X-Mailman-Version: 2.1.9
Reply-To: net-tools at lina.inka.de, net-tools-cvscommit at lists.berlios.de
List-Id: CVS Commits for net-tools project
<net-tools-cvscommit.lists.berlios.de>
List-Unsubscribe: <https://lists.berlios.de/mailman/listinfo/net-tools-cvscommit>,
<mailto:net-tools-cvscommit-request at lists.berlios.de?subject=unsubscribe>
List-Archive: <https://lists.berlios.de/pipermail/net-tools-cvscommit>
List-Post: <mailto:net-tools-cvscommit at lists.berlios.de>
List-Help: <mailto:net-tools-cvscommit-request at lists.berlios.de?subject=help>
List-Subscribe: <https://lists.berlios.de/mailman/listinfo/net-tools-cvscommit>,
<mailto:net-tools-cvscommit-request at lists.berlios.de?subject=subscribe>
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on
calista.eckenfels.net
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=4.7 tests=BAYES_00 autolearn=ham
version=3.0.3
Update of /cvsroot/net-tools/net-tools/man/en_US
In directory sheep:/tmp/cvs-serv11168
Modified Files:
arp.8 ethers.5 hostname.1 ifconfig.8 mii-tool.8 nameif.8
netstat.8 plipconfig.8 rarp.8 route.8 slattach.8
Log Message:
Fix hypen in man pages (Debian Bug#288343 from Andrew Moise)
Move man pages to sysadmin books
update samples for route(8) (Debian Bug#400844, #368697 Danny Rathjens)
update see also for ifconfig(8) (Debian Bug#365916 Dan Jacobs)
Index: arp.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/arp.8,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** arp.8 2 Oct 2008 22:42:51 -0000 1.10
--- arp.8 2 Oct 2008 23:16:59 -0000 1.11
***************
*** 1,3 ****
! .TH ARP 8 "2008-10-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
arp \- manipulate the system ARP cache
--- 1,3 ----
! .TH ARP 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
arp \- manipulate the system ARP cache
Index: ethers.5
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/ethers.5,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ethers.5 13 May 2005 22:34:20 -0000 1.2
--- ethers.5 2 Oct 2008 23:16:59 -0000 1.3
***************
*** 1,3 ****
! .TH ETHERS 5 "May 15th, 2005" "" "File formats"
.SH NAME \"{{{roff}}}\"{{{
ethers \- Ethernet address to IP number database
--- 1,3 ----
! .TH ETHERS 5 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME \"{{{roff}}}\"{{{
ethers \- Ethernet address to IP number database
***************
*** 8,22 ****
.sp
.RS
! \fIEthernet-address\fP \fIIP-number\fP
.RE
.sp
The two items are separated by any number of SPACE and/or TAB characters.
A \fB#\fP at the beginning of a line starts a comment
! which extends to the end of the line. The \fIEthernet-address\fP is
written as
.IR x : x : x : x : x : x ,
where \fIx\fP is a hexadecimal number between \fB0\fP and \fBff\fP
which represents one byte of the address, which is in network byte
! order (big-endian). The \fIIP-number\fP may be a hostname which
can be resolved by DNS or a dot separated number.
.\"}}}
--- 8,22 ----
.sp
.RS
! \fIEthernet\-address\fP \fIIP\-number\fP
.RE
.sp
The two items are separated by any number of SPACE and/or TAB characters.
A \fB#\fP at the beginning of a line starts a comment
! which extends to the end of the line. The \fIEthernet\-address\fP is
written as
.IR x : x : x : x : x : x ,
where \fIx\fP is a hexadecimal number between \fB0\fP and \fBff\fP
which represents one byte of the address, which is in network byte
! order (big-endian). The \fIIP\-number\fP may be a hostname which
can be resolved by DNS or a dot separated number.
.\"}}}
Index: hostname.1
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/hostname.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** hostname.1 27 Feb 1999 11:27:50 -0000 1.2
--- hostname.1 2 Oct 2008 23:16:59 -0000 1.3
***************
*** 1,3 ****
! .TH HOSTNAME 1 "28 Jan 1996" "net-tools" "Linux Programmer's Manual"
.SH NAME
--- 1,3 ----
! .TH HOSTNAME 1 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
***************
*** 24,28 ****
.RB [ \-\-fqdn ]
.RB [ \-i ]
! .RB [ \-\-ip-address ]
.RB [ \-\-long ]
.RB [ \-s ]
--- 24,28 ----
.RB [ \-\-fqdn ]
.RB [ \-i ]
! .RB [ \-\-ip\-address ]
.RB [ \-\-long ]
.RB [ \-s ]
***************
*** 182,186 ****
Print a usage message and exit.
.TP
! .I "\-i, \-\-ip-address"
Display the IP address(es) of the host.
.TP
--- 182,186 ----
Print a usage message and exit.
.TP
! .I "\-i, \-\-ip\-address"
Display the IP address(es) of the host.
.TP
***************
*** 206,212 ****
.B /etc/hosts
.SH AUTHOR
! Peter Tobias, <tobias at et-inf.fho-emden.de>
.br
! Bernd Eckenfels, <net-tools at lina.inka.de> (NIS and manpage).
.br
Steve Whitehouse, <SteveW at ACM.org> (DECnet support and manpage).
--- 206,212 ----
.B /etc/hosts
.SH AUTHOR
! Peter Tobias, <tobias at et\-inf.fho\-emden.de>
.br
! Bernd Eckenfels, <net\-tools at lina.inka.de> (NIS and manpage).
.br
Steve Whitehouse, <SteveW at ACM.org> (DECnet support and manpage).
Index: ifconfig.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/ifconfig.8,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ifconfig.8 7 Nov 2007 23:01:38 -0000 1.13
--- ifconfig.8 2 Oct 2008 23:16:59 -0000 1.14
***************
*** 1,3 ****
! .TH IFCONFIG 8 "2007-11-07" "net-tools" "Linux Programmer's Manual"
.SH NAME
ifconfig \- configure a network interface
--- 1,3 ----
! .TH IFCONFIG 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
ifconfig \- configure a network interface
***************
*** 19,23 ****
argument is given, it displays the status of the given interface
only; if a single
! .B -a
argument is given, it displays the status of all interfaces, even
those that are down. Otherwise, it configures an interface.
--- 19,23 ----
argument is given, it displays the status of the given interface
only; if a single
! .B \-a
argument is given, it displays the status of all interfaces, even
those that are down. Otherwise, it configures an interface.
***************
*** 139,143 ****
all drivers can do this.
.TP
! .B "[-]broadcast [addr]"
If the address argument is given, set the protocol broadcast
address for this interface. Otherwise, set (or clear) the
--- 139,143 ----
all drivers can do this.
.TP
! .B "[\-]broadcast [addr]"
If the address argument is given, set the protocol broadcast
address for this interface. Otherwise, set (or clear) the
***************
*** 145,149 ****
flag for the interface.
.TP
! .B "[-]pointopoint [addr]"
This keyword enables the
.B point-to-point
--- 145,149 ----
flag for the interface.
.TP
! .B "[\-]pointopoint [addr]"
This keyword enables the
.B point-to-point
***************
*** 195,199 ****
command.
.LP
! Since net-tools 1.61 ifconfig is printing byte counters and human readable
counters with IEC 60027-2 units. So 1 KiB are 2^10 byte. Note, the numbers
are truncated to one decimal (which can by quite a large error if you
--- 195,199 ----
command.
.LP
! Since net\-tools 1.60\-4 ifconfig is printing byte counters and human readable
counters with IEC 60027-2 units. So 1 KiB are 2^10 byte. Note, the numbers
are truncated to one decimal (which can by quite a large error if you
***************
*** 203,207 ****
.I (SIOCSIIFLAGS: Resource temporarily unavailable)
it is most likely a interrupt conflict. See
! .I http://www.scyld.com/expert/irq-conflict.html
for more information.
.SH FILES
--- 203,207 ----
.I (SIOCSIIFLAGS: Resource temporarily unavailable)
it is most likely a interrupt conflict. See
! .I http://www.scyld.com/expert/irq\-conflict.html
for more information.
.SH FILES
***************
*** 215,219 ****
altered by this command.
.SH SEE ALSO
! route(8), netstat(8), arp(8), rarp(8), ipchains(8), iptables(8)
.br
http://physics.nist.gov/cuu/Units/binary.html - Prefixes for binary multiples
--- 215,219 ----
altered by this command.
.SH SEE ALSO
! route(8), netstat(8), arp(8), rarp(8), ipchains(8), iptables(8), ifup(8), interfaces(5).
.br
http://physics.nist.gov/cuu/Units/binary.html - Prefixes for binary multiples
***************
*** 227,229 ****
Andi Kleen
.br
! Bernd Eckenfels, <net-tools at lina.inka.de>
--- 227,229 ----
Andi Kleen
.br
! Bernd Eckenfels, <net\-tools at lina.inka.de>
Index: mii-tool.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/mii-tool.8,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mii-tool.8 13 May 2005 22:31:41 -0000 1.3
--- mii-tool.8 2 Oct 2008 23:16:59 -0000 1.4
***************
*** 2,12 ****
.\" mii-tool.8 1.5 2000/04/25 22:58:19
.\"
! .TH MII-TOOL 8 "2004/03/28 23:30:00" "net-tools"
.SH NAME
! mii-tool \- view, manipulate media-independent interface status
.SH SYNOPSIS
! .B mii-tool
[\fB\-v\fR, \fB\-\-verbose\fR]
[\fB\-V\fR, \fB\-\-version\fR]
--- 2,12 ----
.\" mii-tool.8 1.5 2000/04/25 22:58:19
.\"
! .TH MII\-TOOL 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
! mii\-tool \- view, manipulate media-independent interface status
.SH SYNOPSIS
! .B mii\-tool
[\fB\-v\fR, \fB\-\-verbose\fR]
[\fB\-V\fR, \fB\-\-version\fR]
***************
*** 33,42 ****
simply detecting either a 10baseT or 100baseT link beat. The \fB\-F\fR
or \fB\-\-force\fR options can be used to force the MII to operate in
! one mode, instead of autonegotiating. The \fB\-A\fR and \fB-F\fR
options are mutually exclusive.
.PP
The default short output reports the negotiated link speed and link
status for each interface. If an interface or interfaces are not
! specified on the command line, then \fBmii-tool\fR will check any
available interfaces from \fBeth0\fR through \fBeth7\fR.
.SH OPTIONS
--- 33,42 ----
simply detecting either a 10baseT or 100baseT link beat. The \fB\-F\fR
or \fB\-\-force\fR options can be used to force the MII to operate in
! one mode, instead of autonegotiating. The \fB\-A\fR and \fB\-F\fR
options are mutually exclusive.
.PP
The default short output reports the negotiated link speed and link
status for each interface. If an interface or interfaces are not
! specified on the command line, then \fBmii\-tool\fR will check any
available interfaces from \fBeth0\fR through \fBeth7\fR.
.SH OPTIONS
***************
*** 60,64 ****
.TP
\fB\-l\fR, \fB\-\-log\fR
! Used with \fB-w\fR, records link status changes in the system log
instead of printing on standard output.
.TP
--- 60,64 ----
.TP
\fB\-l\fR, \fB\-\-log\fR
! Used with \fB\-w\fR, records link status changes in the system log
instead of printing on standard output.
.TP
Index: nameif.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/nameif.8,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nameif.8 18 Oct 2000 17:26:29 -0000 1.1
--- nameif.8 2 Oct 2008 23:16:59 -0000 1.2
***************
*** 1,9 ****
! .TH NAMEIF 8 "18 Oct 2000" "net-tools" "Linux's Administrator's Manual"
.SH NAME
nameif \- name network interfaces based on MAC addresses
.SH SYNOPSIS
! .B "nameif [-c configfile] [-s]"
.br
! .B "nameif [-c configfile] [-s] {interface macaddress}"
.SH DESCRIPTION
.B nameif
--- 1,9 ----
! .TH NAMEIF 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
nameif \- name network interfaces based on MAC addresses
.SH SYNOPSIS
! .B "nameif [\-c configfile] [\-s]"
.br
! .B "nameif [\-c configfile] [\-s] {interface macaddress}"
.SH DESCRIPTION
.B nameif
***************
*** 19,27 ****
When the
! .I -s
argument is given all error messages go to the syslog.
When the
! .I -c
argument is given with a file name that file is read instead of /etc/mactab.
--- 19,27 ----
When the
! .I \-s
argument is given all error messages go to the syslog.
When the
! .I \-c
argument is given with a file name that file is read instead of /etc/mactab.
Index: netstat.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/netstat.8,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** netstat.8 2 Oct 2008 22:30:25 -0000 1.20
--- netstat.8 2 Oct 2008 23:16:59 -0000 1.21
***************
*** 9,13 ****
.\"
.\"
! .TH NETSTAT 8 "2008-10-04" "net-tools" "Linux System Administrator's Manual"
.SH NAME
--- 9,13 ----
.\"
.\"
! .TH NETSTAT 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
***************
*** 24,28 ****
.RB [ \-\-all | \-a ]
.RB [ \-\-numeric | \-n ]
! .RB [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ]
.RB [ \-\-symbolic | \-N ]
.RB [ \-\-extend | \-e [ \-\-extend | \-e] ]
--- 24,28 ----
.RB [ \-\-all | \-a ]
.RB [ \-\-numeric | \-n ]
! .RB [ \-\-numeric\-hosts "] [" \-\-numeric\-ports "] [" \-\-numeric\-users ]
.RB [ \-\-symbolic | \-N ]
.RB [ \-\-extend | \-e [ \-\-extend | \-e] ]
***************
*** 38,42 ****
.RB [ \-\-verbose | \-v ]
.RB [ \-\-numeric | \-n ]
! .RB [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ]
.RB [ \-\-continuous | \-c]
.P
--- 38,42 ----
.RB [ \-\-verbose | \-v ]
.RB [ \-\-numeric | \-n ]
! .RB [ \-\-numeric\-hosts "] [" \-\-numeric\-ports "] [" \-\-numeric\-users ]
.RB [ \-\-continuous | \-c]
.P
***************
*** 54,58 ****
.RB { \-\-groups | \-g }
.RB [ \-\-numeric | \-n ]
! .RB [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ]
.RB [ \-\-continuous | \-c]
.P
--- 54,58 ----
.RB { \-\-groups | \-g }
.RB [ \-\-numeric | \-n ]
! .RB [ \-\-numeric\-hosts "] [" \-\-numeric\-ports "] [" \-\-numeric\-users ]
.RB [ \-\-continuous | \-c]
.P
***************
*** 61,65 ****
.RB [ \-\-extend | \-e ]
.RB [ \-\-numeric | \-n ]
! .RB [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ]
.RB [ \-\-continuous | \-c]
.P
--- 61,65 ----
.RB [ \-\-extend | \-e ]
.RB [ \-\-numeric | \-n ]
! .RB [ \-\-numeric\-hosts "] [" \-\-numeric\-ports "] [" \-\-numeric\-users ]
.RB [ \-\-continuous | \-c]
.P
***************
*** 122,132 ****
Show numerical addresses instead of trying to determine symbolic host, port
or user names.
! .SS "\-\-numeric-hosts"
shows numerical host addresses but does not affect the resolution of
port or user names.
! .SS "\-\-numeric-ports"
shows numerical port numbers but does not affect the resolution of
host or user names.
! .SS "\-\-numeric-users"
shows numerical user IDs but does not affect the resolution of host or
port names.
--- 122,132 ----
Show numerical addresses instead of trying to determine symbolic host, port
or user names.
! .SS "\-\-numeric\-hosts"
shows numerical host addresses but does not affect the resolution of
port or user names.
! .SS "\-\-numeric\-ports"
shows numerical port numbers but does not affect the resolution of
host or user names.
! .SS "\-\-numeric\-users"
shows numerical user IDs but does not affect the resolution of host or
port names.
***************
*** 171,175 ****
.SS "\-a, \-\-all"
Show both listening and non-listening sockets. With the
! .B --interfaces
option, show interfaces that are not up
.SS "\-F"
--- 171,175 ----
.SS "\-a, \-\-all"
Show both listening and non-listening sockets. With the
! .B \-\-interfaces
option, show interfaces that are not up
.SS "\-F"
***************
*** 183,190 ****
.SS "Proto"
The protocol (tcp, udp, raw) used by the socket.
! .SS "Recv-Q"
Established: The count of bytes not copied by the user program connected to this socket.
Listening: Since Kernel 2.6.18 this column contains the current syn backlog.
! .SS "Send-Q"
Established: The count of bytes not acknowledged by the remote host.
Listening: Since Kernel 2.6.18 this column contains the maximum size of the syn backlog.
--- 183,190 ----
.SS "Proto"
The protocol (tcp, udp, raw) used by the socket.
! .SS "Recv\-Q"
Established: The count of bytes not copied by the user program connected to this socket.
Listening: Since Kernel 2.6.18 this column contains the current syn backlog.
! .SS "Send\-Q"
Established: The count of bytes not acknowledged by the remote host.
Listening: Since Kernel 2.6.18 this column contains the maximum size of the syn backlog.
***************
*** 263,267 ****
Slash-separated pair of the process id (PID) and process name of the
process that owns the socket.
! .B --program
causes this column to be included. You will also need
.I superuser
--- 263,267 ----
Slash-separated pair of the process id (PID) and process name of the
process that owns the socket.
! .B \-\-program
causes this column to be included. You will also need
.I superuser
***************
*** 366,370 ****
.SH NOTES
Starting with Linux release 2.2
! .B netstat -i
does not show interface statistics for alias interfaces. To get per
alias interface counters you need to setup explicit rules using the
--- 366,370 ----
.SH NOTES
Starting with Linux release 2.2
! .B netstat \-i
does not show interface statistics for alias interfaces. To get per
alias interface counters you need to setup explicit rules using the
***************
*** 446,450 ****
.SH AUTHORS
The netstat user interface was written by Fred Baumgarten
! <dc6iq at insu1.etec.uni-karlsruhe.de>, the man page basically
by Matt Welsh <mdw at tc.cornell.edu>. It was updated by
Alan Cox <Alan.Cox at linux.org> but could do with a bit more
--- 446,450 ----
.SH AUTHORS
The netstat user interface was written by Fred Baumgarten
! <dc6iq at insu1.etec.uni\-karlsruhe.de>, the man page basically
by Matt Welsh <mdw at tc.cornell.edu>. It was updated by
Alan Cox <Alan.Cox at linux.org> but could do with a bit more
***************
*** 452,456 ****
<tqhoang at bigfoot.com>.
.br
! The man page and the command included in the net-tools
package is totally rewritten by Bernd Eckenfels
<ecki at linux.de>.
--- 452,456 ----
<tqhoang at bigfoot.com>.
.br
! The man page and the command included in the net\-tools
package is totally rewritten by Bernd Eckenfels
<ecki at linux.de>.
Index: plipconfig.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/plipconfig.8,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** plipconfig.8 9 Jan 1999 14:36:46 -0000 1.1
--- plipconfig.8 2 Oct 2008 23:16:59 -0000 1.2
***************
*** 1,3 ****
! .TH PLIPCONFIG 8 "17 February 1995" "" ""
.SH NAME
plipconfig \- fine tune PLIP device parameters
--- 1,3 ----
! .TH PLIPCONFIG 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
plipconfig \- fine tune PLIP device parameters
Index: rarp.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/rarp.8,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rarp.8 5 Nov 2001 13:12:11 -0000 1.5
--- rarp.8 2 Oct 2008 23:16:59 -0000 1.6
***************
*** 1,13 ****
! .TH RARP 8 "4 August 1997" "net-tools" "Linux Programmer's Manual"
.SH NAME
rarp \- manipulate the system RARP table
.SH SYNOPSIS
! .B "rarp [-V] [--version] [-h] [--help]"
.br
! .B "rarp -a"
.br
! .B "rarp [-v] -d hostname ..."
.br
! .B "rarp [-v] [-t type] -s hostname hw_addr"
.SH NOTE
.P
--- 1,13 ----
! .TH RARP 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
rarp \- manipulate the system RARP table
.SH SYNOPSIS
! .B "rarp [\-V] [\-\-version] [\-h] [\-\-help]"
.br
! .B "rarp \-a"
.br
! .B "rarp [\-v] \-d hostname ..."
.br
! .B "rarp [\-v] [\-t type] \-s hostname hw_addr"
.SH NOTE
.P
***************
*** 15,19 ****
no longer contains RARP support. For a replacement RARP daemon, see
.I
! ftp://ftp.dementia.org/pub/net-tools
.SH DESCRIPTION
.B Rarp
--- 15,19 ----
no longer contains RARP support. For a replacement RARP daemon, see
.I
! ftp://ftp.dementia.org/pub/net\-tools
.SH DESCRIPTION
.B Rarp
Index: route.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/route.8,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** route.8 13 May 2005 22:28:41 -0000 1.7
--- route.8 2 Oct 2008 23:16:59 -0000 1.8
***************
*** 1,3 ****
! .TH ROUTE 8 "02 October 2003" "net-tools" "Linux Programmer's Manual"
.SH NAME
route \- show / manipulate the IP routing table
--- 1,3 ----
! .TH ROUTE 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
route \- show / manipulate the IP routing table
***************
*** 52,56 ****
.RB [ \-\-version ]
.RB [ \-h ]
! .RB [ \--help ]
.SH DESCRIPTION
.B Route
--- 52,56 ----
.RB [ \-\-version ]
.RB [ \-h ]
! .RB [ \-\-help ]
.SH DESCRIPTION
.B Route
***************
*** 74,87 ****
.TP
.B \-A family
! use the specified address family (eg `inet'; use `route --help' for a full
list).
.TP
! .B -F
operate on the kernel's FIB (Forwarding Information Base) routing
table.
This is the default.
.TP
! .B -C
operate on the kernel's routing cache.
--- 74,87 ----
.TP
.B \-A family
! use the specified address family (eg `inet'; use `route \-\-help' for a full
list).
.TP
! .B \-F
operate on the kernel's FIB (Forwarding Information Base) routing
table.
This is the default.
.TP
! .B \-C
operate on the kernel's routing cache.
***************
*** 97,101 ****
.B \-e
use
! .BR netstat (8)-format
for displaying the routing table.
.B \-ee
--- 97,101 ----
.B \-e
use
! .BR netstat (8)\-format
for displaying the routing table.
.B \-ee
***************
*** 118,122 ****
is a network.
.TP
! .B -host
the
.B target
--- 118,122 ----
is a network.
.TP
! .B \-host
the
.B target
***************
*** 180,201 ****
.SH EXAMPLES
.TP
! .B route add -net 127.0.0.0
! adds the normal loopback entry, using netmask 255.0.0.0 (class A net,
! determined from the destination address) and associated with the
"lo" device (assuming this device was previously set up correctly with
.BR ifconfig (8)).
.TP
! .B route add -net 192.56.76.0 netmask 255.255.255.0 dev eth0
! adds a route to the network 192.56.76.x via
! "eth0". The Class C netmask modifier is not really necessary here because
! 192.* is a Class C IP address. The word "dev" can be omitted here.
.TP
! .B route add default gw mango-gw
adds a default route (which will be used if no other route matches).
! All packets using this route will be gatewayed through "mango-gw". The
device which will actually be used for that route depends on how we
! can reach "mango-gw" - the static route to "mango-gw" will have to be
set up before.
--- 180,204 ----
.SH EXAMPLES
.TP
! .B route add \-net 127.0.0.0 netmask 255.0.0.0 dev lo
! adds the normal loopback entry, using netmask 255.0.0.0 and associated with the
"lo" device (assuming this device was previously set up correctly with
.BR ifconfig (8)).
.TP
! .B route add \-net 192.56.76.0 netmask 255.255.255.0 dev eth0
! adds a route to the local network 192.56.76.x via
! "eth0". The word "dev" can be omitted here.
.TP
! .B route del default
! deletes the current default route, which is labeled "default" or 0.0.0.0
! in the destination field of the current routing table.
!
! .TP
! .B route add default gw mango\-gw
adds a default route (which will be used if no other route matches).
! All packets using this route will be gatewayed through "mango\-gw". The
device which will actually be used for that route depends on how we
! can reach "mango\-gw" - the static route to "mango\-gw" will have to be
set up before.
***************
*** 206,215 ****
.TP
! .B route add -net 192.57.66.0 netmask 255.255.255.0 gw ipx4
This command adds the net "192.57.66.x" to be gatewayed through the former
route to the SLIP interface.
.TP
! .B route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
This is an obscure one documented so people know how to do it. This sets
all of the class D (multicast) IP routes to go via "eth0". This is the
--- 209,218 ----
.TP
! .B route add \-net 192.57.66.0 netmask 255.255.255.0 gw ipx4
This command adds the net "192.57.66.x" to be gatewayed through the former
route to the SLIP interface.
.TP
! .B route add \-net 224.0.0.0 netmask 240.0.0.0 dev eth0
This is an obscure one documented so people know how to do it. This sets
all of the class D (multicast) IP routes to go via "eth0". This is the
***************
*** 217,221 ****
.TP
! .B route add -net 10.0.0.0 netmask 255.0.0.0 reject
This installs a rejecting route for the private network "10.x.x.x."
--- 220,224 ----
.TP
! .B route add \-net 10.0.0.0 netmask 255.0.0.0 reject
This installs a rejecting route for the private network "10.x.x.x."
***************
*** 283,288 ****
.TP
.B Use
! Count of lookups for the route. Depending on the use of -F and -C this will
! be either route cache misses (-F) or hits (-C).
.TP
.B Iface
--- 286,291 ----
.TP
.B Use
! Count of lookups for the route. Depending on the use of \-F and \-C this will
! be either route cache misses (\-F) or hits (\-C).
.TP
.B Iface
***************
*** 324,326 ****
Linux 1.1.22. irtt support and merged with netstat from Bernd Eckenfels.
.SH AUTHOR
! Currently maintained by Phil Blundell <Philip.Blundell at pobox.com>.
--- 327,329 ----
Linux 1.1.22. irtt support and merged with netstat from Bernd Eckenfels.
.SH AUTHOR
! Currently maintained by Phil Blundell <Philip.Blundell at pobox.com> and Bernd Eckenfels <net-tools at lina.inka.de>.
Index: slattach.8
===================================================================
RCS file: /cvsroot/net-tools/net-tools/man/en_US/slattach.8,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slattach.8 10 Oct 2006 05:58:46 -0000 1.3
--- slattach.8 2 Oct 2008 23:16:59 -0000 1.4
***************
*** 1,7 ****
! .TH SLATTACH 8 "10 Oct 2006" "" ""
.SH NAME
slattach \- attach a network interface to a serial line
.SH SYNOPSIS
! .B "slattach [-dehlLmnqv] [-c command] [-p proto] [-s speed] [tty]"
.br
.SH DESCRIPTION
--- 1,7 ----
! .TH SLATTACH 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
slattach \- attach a network interface to a serial line
.SH SYNOPSIS
! .B "slattach [\-dehlLmnqv] [\-c command] [\-p proto] [\-s speed] [tty]"
.br
.SH DESCRIPTION
***************
*** 12,16 ****
.SH OPTIONS
.TP
! .B "[-c command]"
Execute
.B command
--- 12,16 ----
.SH OPTIONS
.TP
! .B "[\-c command]"
Execute
.B command
***************
*** 18,53 ****
connections when a link goes down.
.TP
! .B "[-d]"
Enable debugging output. Useful when determining why a given
setup doesn't work.
.TP
! .B "[-h]"
Exit when the carrier is lost. This works on both /dev/tty and /dev/cua
devices by directly monitoring the carrier status every 15 seconds.
.TP
! .B "[-v]"
Enable verbose output. Useful in shell scripts.
.TP
! .B "[-q]"
Operate in quiet mode - no messages at all.
.TP
! .B "[-l]"
Create an UUCP-style lockfile for the device in /var/lock.
.TP
! .B "[-n]"
Equivalent to the "mesg n" command.
.TP
! .B "[-m]"
Do \fBnot\fP initialize the line into 8 bits raw mode.
.TP
! .B "[-e]"
Exit right after initializing device, instead of waiting for the
line to hang up.
.TP
! .B "[-L]"
Enable 3 wire operation. The terminal is moved into CLOCAL mode,
carrier watching is disabled.
.TP
! .B "[-p proto]"
Set a specific kind of protocol to use on the line. The default
is set to
--- 18,53 ----
connections when a link goes down.
.TP
! .B "[\-d]"
Enable debugging output. Useful when determining why a given
setup doesn't work.
.TP
! .B "[\-h]"
Exit when the carrier is lost. This works on both /dev/tty and /dev/cua
devices by directly monitoring the carrier status every 15 seconds.
.TP
! .B "[\-v]"
Enable verbose output. Useful in shell scripts.
.TP
! .B "[\-q]"
Operate in quiet mode - no messages at all.
.TP
! .B "[\-l]"
Create an UUCP-style lockfile for the device in /var/lock.
.TP
! .B "[\-n]"
Equivalent to the "mesg n" command.
.TP
! .B "[\-m]"
Do \fBnot\fP initialize the line into 8 bits raw mode.
.TP
! .B "[\-e]"
Exit right after initializing device, instead of waiting for the
line to hang up.
.TP
! .B "[\-L]"
Enable 3 wire operation. The terminal is moved into CLOCAL mode,
carrier watching is disabled.
.TP
! .B "[\-p proto]"
Set a specific kind of protocol to use on the line. The default
is set to
***************
*** 72,76 ****
program should be used.
.TP
! .B "[-s speed]"
Set a specific line speed, other than the default.
.PP
--- 72,76 ----
program should be used.
.TP
! .B "[\-s speed]"
Set a specific line speed, other than the default.
.PP
_______________________________________________
net-tools-cvscommit mailing list
net-tools-cvscommit at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/net-tools-cvscommit
----- End forwarded message -----
--
(OO) -- Bernd_Eckenfels at Mörscher_Strasse_8.76185Karlsruhe.de --
( .. ) ecki@{inka.de,linux.de,debian.org} http://www.eckes.org/
o--o 1024D/E383CD7E eckes at IRCNet v:+497211603874 f:+49721151516129
(O____O) When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl!
More information about the Pkg-net-tools-maintainers
mailing list