Module Name: src
Committed By: wiz
Date: Sat Mar 30 09:09:50 UTC 2013
Modified Files:
src/share/man/man4: athn.4
Log Message:
Use ifconfig.if(5) instead of hostname.if(5) on NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/athn.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/athn.4
diff -u src/share/man/man4/athn.4:1.2 src/share/man/man4/athn.4:1.3
--- src/share/man/man4/athn.4:1.2 Sat Mar 30 08:26:20 2013
+++ src/share/man/man4/athn.4 Sat Mar 30 09:09:50 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: athn.4,v 1.2 2013/03/30 08:26:20 wiz Exp $
+.\" $NetBSD: athn.4,v 1.3 2013/03/30 09:09:50 wiz Exp $
.\" $OpenBSD: athn.4,v 1.21 2012/09/17 11:04:24 sthen Exp $
.\"
.\" Copyright (c) 2009 Damien Bergamini <[email protected]>.
@@ -175,7 +175,7 @@ firmware files, which are loaded when an
.\".Xr fw_update 1 .
.Sh EXAMPLES
The following
-.Xr hostname.if 5
+.Xr ifconfig.if 5
example configures athn0 to join whatever network is available on boot,
using WEP key
.Dq 0x1deadbeef1 ,
@@ -185,7 +185,7 @@ dhcp NONE NONE NONE nwkey 0x1deadbeef1 c
.Ed
.Pp
The following
-.Xr hostname.if 5
+.Xr ifconfig.if 5
example creates a host-based access point on boot:
.Bd -literal -offset indent
inet 192.168.1.1 255.255.255.0 NONE media autoselect \e
@@ -231,7 +231,7 @@ The file might be missing or corrupted.
.Xr netintro 4 ,
.Xr pci 4 ,
.Xr usb 4 ,
-.Xr hostname.if 5 ,
+.Xr ifconfig.if 5 ,
.Xr ifconfig 8
.Sh HISTORY
The