diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-21 21:35:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-21 21:35:18 +0000 |
commit | 92d794a50c11b41ae85a0bb9d7250ac45f4d111d (patch) | |
tree | a6fe3251a3d626151968327d9213ef493ad46be1 /sbin/ifconfig | |
parent | 44aa806204e2544f557a02a0335b079a5f6ef291 (diff) |
put description of `dest_address' in the right place;
ok deraadt@
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index b5051e2ab9b..b766606a5f8 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.110 2005/06/14 03:54:31 henning Exp $ +.\" $OpenBSD: ifconfig.8,v 1.111 2005/09/21 21:35:17 jmc 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 $ .\" @@ -230,6 +230,9 @@ supported are .Dq atalk , and .Dq ipx . +.It Ar dest_address +Specify the address of the correspondent on the other end +of a point-to-point link. .It Ar interface The .Ar interface @@ -367,9 +370,6 @@ configured onto a tunnel interface. Specify a description of the interface. This can be used to label interfaces in situations where they may otherwise be difficult to distinguish. -.It Ar dest_address -Specify the address of the correspondent on the other end -of a point-to-point link. .It Cm destroy Destroy the specified network pseudo-device. .It Cm down |