diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-04 02:45:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-04 02:45:26 +0000 |
commit | 8b44fe6976bc998d4f0e2aad3f16532a857e5794 (patch) | |
tree | 196a1ce3b84d92c654f45f5c001905bd1b00101d /sbin/ifconfig/ifconfig.8 | |
parent | 67797a0990e5f662d6d5a45d57b8df9621d9b446 (diff) |
start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 21d77c7f37c..edb369cdfae 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.23 1999/05/23 14:11:15 aaron Exp $ +.\" $OpenBSD: ifconfig.8,v 1.24 1999/06/04 02:45:17 aaron Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -85,14 +85,14 @@ For the .Tn DARPA-Internet family, the address is either a host name present in the host name data -base, +base, .Xr hosts 5 , or a .Tn DARPA Internet address expressed in the Internet standard .Dq dot notation . For the Xerox Network Systems(tm) and Internetwork Packet Exchange families, -addresses are +addresses are .Ar net:a.b.c.d.e.f , where .Ar net @@ -111,7 +111,7 @@ family, addresses are specified as a long hexadecimal string, as in the Xerox family. However, two consecutive dots imply a zero byte, and the dots are optional, if the user wishes to (carefully) count out long strings of digits in network byte order. -.Tn AppleTalk +.Tn AppleTalk (LLAP) addresses are specified as nn.na (Network Number.Node Address). Node addresses are divided into 2 classes: User Node IDs and Server Node IDs. 1-127($01-$7F) are for User Node IDs while 128-254($80-$FE) @@ -141,7 +141,7 @@ for example, .Dq en0 . .El .Pp -The following parameters may be set with +The following parameters may be set with .Nm ifconfig : .Bl -tag -width dest_addressxx .It Cm alias @@ -184,7 +184,7 @@ Mark an interface When an interface is marked .Dq down , the system will not attempt to -transmit messages through that interface. +transmit messages through that interface. If possible, the interface will be reset to disable reception as well. This action does not automatically disable routes using the interface. .It Cm ipdst @@ -254,7 +254,7 @@ and 0's for the host part. The mask should contain at least the standard network portion, and the subnet field should be contiguous with the network portion. -.\" see +.\" see .\" Xr eon 5 . .It Cm nsellength Ar n .Pf ( Tn ISO @@ -323,7 +323,7 @@ for more information. Disable special processing at the link level with the specified interface. .It Cm up Mark an interface -.Dq up . +.Dq up . This may be used to enable an interface after an .Dq ifconfig down . It happens automatically when setting the first address on an interface. @@ -372,8 +372,8 @@ Assign the inet(4) address of 192.168.1.10 with a network mask of Assign the ipx(3) address of 12625920 specified in decimal to interface fxp0. .Pp .It Cm ifconfig fxp0 atalk 39108.128 range 39107-39109 phase 2 -Assign the AppleTalk network 39108 and server node 128 with a network -range of 39107-39109 to interface fxp0 on a phase 2 AppleTalk network. +Assign the AppleTalk network 39108 and server node 128 with a network +range of 39107-39109 to interface fxp0 on a phase 2 AppleTalk network. .Pp .It Cm ifconfig xl0 media 10baseT Configure the xl0 interface to use 10baseT. |