diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2015-01-13 03:43:58 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2015-01-13 03:43:58 +0000 |
commit | a064aa5d928faf08e93f05483b265537482e7dc6 (patch) | |
tree | a50e49436b95b82bef9e20ff26a42f5ee500707c /share | |
parent | 7afc2cb71feaa7eb87e3e694ca8b956097c3ef86 (diff) |
"wi0" should be "an0" in the EXAMPLES section.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/an.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/an.4 b/share/man/man4/an.4 index 8ecc78c40e1..f9ab4e1c16b 100644 --- a/share/man/man4/an.4 +++ b/share/man/man4/an.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: an.4,v 1.40 2013/07/16 16:05:48 schwarze Exp $ +.\" $OpenBSD: an.4,v 1.41 2015/01/13 03:43:57 lteo Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: src/share/man/man4/an.4,v 1.5 2000/03/02 14:53:45 sheldonh Exp $ .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 13 2015 $ .Dt AN 4 .Os .Sh NAME @@ -123,11 +123,11 @@ or on boot with .Sh EXAMPLES The following example scans for available networks: .Pp -.Dl # ifconfig wi0 scan +.Dl # ifconfig an0 scan .Pp The following .Xr hostname.if 5 -example configures wi0 to join network +example configures an0 to join network .Dq mynwid , using WEP key .Dq mywepkey , |