diff options
author | 2000-06-18 18:06:47 +0000 | |
---|---|---|
committer | 2000-06-18 18:06:47 +0000 | |
commit | 95559252681fce0e8690cfebad68d85a579b2c4e (patch) | |
tree | 7599e2477665d0b199e1cab1df1f8ffdde0681b6 | |
parent | remove now-unnecessary statement due to "for" logic clarfication. (diff) | |
download | wireguard-openbsd-95559252681fce0e8690cfebad68d85a579b2c4e.tar.xz wireguard-openbsd-95559252681fce0e8690cfebad68d85a579b2c4e.zip |
Xr hostname.if
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 03f1cda187d..2c070473097 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.44 2000/05/23 05:02:43 deraadt Exp $ +.\" $OpenBSD: ifconfig.8,v 1.45 2000/06/18 18:06:47 niklas 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 $ .\" @@ -563,7 +563,9 @@ tried to alter an interface's configuration. .Sh SEE ALSO .Xr netstat 1 , .Xr ifmedia 4 , +.Xr ifmedia 4 , .Xr netintro 4 , +.Xr hostname.if 5 , .Xr brconfig 8 , .Xr rc 8 , .Xr routed 8 |