Commit 3b602edc authored by Phil Blundell's avatar Phil Blundell

Documentation updates.

parent 39b7aeb5
......@@ -32,32 +32,7 @@ Contents:
Notes
-----
This is net-tools 1.55. Since 1.54, various bugs have been fixed.
Notable changes since 1.53 include:
- Jiri Pavlovsky supplied a Czech translation
Notable changes since 1.52 include:
- a bunch of buffer overrun vulnerabilities are fixed (thanks to
David Wagner)
- Meelis Roos contributed an Estonian translation
- netstat recognizes ESP and GRE protocols, courtesy John D. Hardin.
Notable changes since 1.51 include:
- Jean-Michel Vansteene updated the French translation.
- Dag Brattli contributed support for IrDA
Notable changes since 1.50 include:
- Tuan Hoang added support to netstat for printing multicast group
information (option --groups)
- Jan Kratochvil added support to netstat for displaying details of
the process owning a socket (option --programs)
- Steve Whitehouse contributed support for DECnet
- Ralf Bächle provided a translation to German
This is net-tools 1.56.
You need kernel 2.0 or later to use these programs. These programs
should compile cleanly with both glibc (version 2.0 or 2.1) and libc5,
......@@ -66,7 +41,8 @@ though support for libc5 is not well tested.
The NLS support was changed from catgets to GNU gettext by Arnaldo
Carvalho de Melo <acme@conectiva.com.br> in June, 1998, to make the
source more readable. Translations to brazilian portuguese (pt_BR),
German (de) and French (fr) are available and others are welcome!
German (de), Estonian (ee), Czech (cz) and French (fr) are available.
Others are welcome!
route/netstat -r do not yet support different address families
cleanly. IPX/DDP/AX25 people, please feel free to add the code.
......
......@@ -3,7 +3,7 @@
* that either displays or sets the characteristics of
* one or more of the system's networking interfaces.
*
* Version: $Id: ifconfig.c,v 1.35 2000/05/20 18:08:48 pb Exp $
* Version: $Id: ifconfig.c,v 1.36 2000/05/21 13:46:39 pb Exp $
*
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
* and others. Copyright 1993 MicroWalt Corporation
......@@ -114,7 +114,7 @@ static const char *if_port_text[][4] =
#include "sockets.h"
#include "util.h"
char *Release = RELEASE, *Version = "ifconfig 1.39 (1999-03-18)";
char *Release = RELEASE, *Version = "ifconfig 1.40 (2000-05-21)";
int opt_a = 0; /* show all interfaces */
int opt_i = 0; /* show the statistics */
......
......@@ -9,6 +9,12 @@ rarp \- manipulate the system RARP table
.B "rarp [-v] -d hostname ..."
.br
.B "rarp [-v] [-t type] -s hostname hw_addr"
.SH NOTE
.P
This program is obsolete. From version 2.3, the Linux kernel
no longer contains RARP support. For a replacement RARP daemon, see
.I
ftp://ftp.dementia.org/pub/net-tools
.SH DESCRIPTION
.B Rarp
manipulates the kernel's RARP table in various ways. The primary options
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment