Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ifconfig - Remove description about trailers/-trailers ...
details: https://anonhg.NetBSD.org/src/rev/65bc983f91fa
branches: trunk
changeset: 494190:65bc983f91fa
user: enami <enami%NetBSD.org@localhost>
date: Mon Jul 03 09:18:52 2000 +0000
description:
- Remove description about trailers/-trailers since they are no longer
a meaningful option.
- Don't captialize the word address or interface when it refers an arugment.
- Use .Ar macro for dest_address since it is not a keyword.
diffstat:
sbin/ifconfig/ifconfig.8 | 26 ++++----------------------
1 files changed, 4 insertions(+), 22 deletions(-)
diffs (61 lines):
diff -r 5a5a3bd8e0d1 -r 65bc983f91fa sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8 Mon Jul 03 08:59:26 2000 +0000
+++ b/sbin/ifconfig/ifconfig.8 Mon Jul 03 09:18:52 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ifconfig.8,v 1.35 2000/07/03 08:55:14 enami Exp $
+.\" $NetBSD: ifconfig.8,v 1.36 2000/07/03 09:18:52 enami Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -84,7 +84,7 @@
Available operands for
.Nm "" :
.Bl -tag -width Ds
-.It Ar Address
+.It Ar address
For the
.Tn DARPA-Internet
family,
@@ -129,7 +129,7 @@
.Dq iso ,
and
.Dq ns .
-.It Ar Interface
+.It Ar interface
The
.Ar interface
parameter is a string of the form
@@ -185,7 +185,7 @@
Use
.Fl alias
with explicit IPv6 address instead.
-.It Cm dest_address
+.It Ar dest_address
Specify the address of the correspondent on the other end
of a point to point link.
.It Cm down
@@ -329,24 +329,6 @@
.It Fl tentative
(inet6 only)
Clear the IPv6 tentative address bit.
-.It Cm trailers
-Request the use of a ``trailer'' link level encapsulation when
-sending (default).
-If a network interface supports
-.Cm trailers ,
-the system will, when possible, encapsulate outgoing
-messages in a manner which minimizes the number of
-memory to memory copy operations performed by the receiver.
-On networks that support the Address Resolution Protocol (see
-.Xr arp 4 ;
-currently, only 10 Mb/s Ethernet),
-this flag indicates that the system should request that other
-systems use trailers when sending to this host.
-Similarly, trailer encapsulations will be sent to other
-hosts that have made such requests.
-Currently used by Internet protocols only.
-.It Fl trailers
-Disable the use of a ``trailer'' link level encapsulation.
.It Cm link[0-2]
Enable special processing of the link level of the interface.
These three options are interface specific in actual effect, however,
Home |
Main Index |
Thread Index |
Old Index