1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
$NetBSD: patch-aa,v 1.3 2003/08/18 05:37:49 itojun Exp $
--- wistumbler.1.orig 2003-08-18 13:26:42.000000000 +0900
+++ wistumbler.1 2003-08-18 13:30:12.000000000 +0900
@@ -7,7 +7,20 @@
.Nd Network stumbler for WaveLAN/IEEE wireless networking
.Sh SYNOPSIS
.Nm wistumbler
-.Ar interface
+.Bk -words
+.Op Fl f Ar logfile
+.Ek
+.Bk -words
+.Op Fl g Ar gpsdev
+.Ek
+.Bk -words
+.Op Fl d
+.Ek
+.Bk -words
+.Fl i Ar interface
+.Ek
+.Nm wistumbler
+.Bk -words
.Op Fl f Ar logfile
.Ek
.Bk -words
@@ -16,6 +29,7 @@
.Bk -words
.Op Fl d
.Ek
+.Ar interface
.Sh DESCRIPTION
The
.Nm
@@ -29,14 +43,6 @@
.Xr awi 4
drivers.
.Pp
-The
-.Ar iface
-argument given to
-.Nm
-should be the logical interface name associated with the
-.Tn WaveLAN/IEEE
-device (e.g. wi0, wi1, etc.).
-.Pp
The following options are available:
.Bl -tag -width Fl
.It Fl f Ar logfile
@@ -49,6 +55,15 @@
(e.g. /dev/dty01, etc).
.It Fl d
Enable debug message to console.
+.It Fl i Ar interface
+.It Ar interface
+Specifies the logical interface name.
+.Ar interface
+should be the logical interface name associated with the
+.Tn WaveLAN/IEEE
+device (e.g. wi0, wi1, etc.).
+.Pp
+.El
.Sh SEE ALSO
.Xr awi 4 ,
.Xr wi 4 ,
|