diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-01-10 02:10:05 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-01-10 02:10:05 +0000 |
commit | b5db729d089c7c1d71bd336007abd7f750906c19 (patch) | |
tree | 84a39c87a9b781487eec614706ff593537988d94 /share | |
parent | b69a9f1d7d7df2be242a1e4400037a51cceedd39 (diff) |
document (through example) using hostname.* files to run arbitrary commands
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/hostname.if.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 1e76c7a83ed..fc40be8b2f6 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.9 2000/01/02 15:48:01 todd Exp $ +.\" $OpenBSD: hostname.if.5,v 1.10 2000/01/10 02:10:04 todd Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -75,6 +75,9 @@ Regular ipv6 network setup: Other network setup: .Bd -literal -offset xxxx .Va addr_family Va options +.Va # This is parsed as a comment +.Va # Below we set the mac address for a wi0 interface +.Va !wicontrol \e$if -n C0:01:00:00:D4:d3 .Ed .Pp For example, |