diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-26 07:41:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-26 07:41:43 +0000 |
commit | ffa9454606dc94e7c1b42b6e94c259e6aec81ffb (patch) | |
tree | 8887833c63f50603ad4daf066f646c8d307595fa | |
parent | cf9b87d24c6f212111ebab70ef2e88eda4b14133 (diff) |
remove wicontrol stuff;
-rw-r--r-- | share/man/man5/hostname.if.5 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 461770ebc94..260cbada92a 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.45 2006/05/26 04:02:59 deraadt Exp $ +.\" $OpenBSD: hostname.if.5,v 1.46 2006/06/26 07:41:42 jmc Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -98,10 +98,9 @@ inet alias 10.0.1.13 255.255.255.255 10.0.1.13 inet alias 10.0.1.14 255.255.255.255 NONE inet alias 10.0.1.15 255.255.255.255 inet alias 10.0.1.16 0xffffffff +# This is an example comment line. inet6 alias fec0::1 64 inet6 alias fec0::2 64 anycast -# This is an example comment line. -!wicontrol \e$if -t 2 # Set to 2Mbps .Ed .Pp The above formats have the following field values: @@ -180,10 +179,9 @@ Comments are allowed. Anything following a comment character is treated as a comment. .It Li \&! Ns Ar command-line Arbitrary shell commands can be executed using this directive. -Useful for doing interface specific configuration using commands like -.Xr wicontrol 8 , +Useful for doing interface specific configuration such as setting up custom routes using -.Xr route 8 , +.Xr route 8 or establishing tunnels using .Xr ifconfig 8 . It is worth noting that @@ -335,5 +333,4 @@ are permitted. .Xr ifconfig 8 , .Xr lmccontrol 8 , .Xr netstart 8 , -.Xr rc 8 , -.Xr wicontrol 8 +.Xr rc 8 |