Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Use ifconfig.if(5) instead of hostname.if(5) ...



details:   https://anonhg.NetBSD.org/src/rev/50a998752953
branches:  trunk
changeset: 785808:50a998752953
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Mar 30 09:09:50 2013 +0000

description:
Use ifconfig.if(5) instead of hostname.if(5) on NetBSD.

diffstat:

 share/man/man4/athn.4 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r d55242a07db0 -r 50a998752953 share/man/man4/athn.4
--- a/share/man/man4/athn.4     Sat Mar 30 08:35:06 2013 +0000
+++ b/share/man/man4/athn.4     Sat Mar 30 09:09:50 2013 +0000
@@ -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 <damien.bergamini%free.fr@localhost>.
@@ -175,7 +175,7 @@
 .\".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 @@
 .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 @@
 .Xr netintro 4 ,
 .Xr pci 4 ,
 .Xr usb 4 ,
-.Xr hostname.if 5 ,
+.Xr ifconfig.if 5 ,
 .Xr ifconfig 8
 .Sh HISTORY
 The



Home | Main Index | Thread Index | Old Index