From: Johannes Berg Date: Tue, 16 Sep 2008 19:00:46 +0000 (+0200) Subject: add manpage X-Git-Tag: v0.9~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a158b977ac359d758835cbbbb0ada53cc0212d22;p=thirdparty%2Fiw.git add manpage --- diff --git a/iw.8 b/iw.8 new file mode 100644 index 0000000..0b26b3f --- /dev/null +++ b/iw.8 @@ -0,0 +1,50 @@ +.TH IW 8 "16 September 2008" "iw" "Linux" +.SH NAME +iw \- show / manipulate wireless devices and their configuration +.SH SYNOPSIS + +.ad l +.in +8 +.ti -8 +.B ip +.RI [ " OPTIONS " ] " OBJECT " { " COMMAND " | " +.BR help " }" +.sp + +.ti -8 +.IR OBJECT " := { " +.BR dev " | " phy " | " reg " }" +.sp + +.ti -8 +.IR OPTIONS " := { --debug }" + +.SH OPTIONS + +.TP +.BR " --debug" +enable netlink message debugging. + +.SH IW - COMMAND SYNTAX + +.SS +.I OBJECT + +.TP +.B dev +- network interface. + +.TP +.B phy +- wireless hardware device. + +.SS +.I COMMAND + +Specifies the action to perform on the object. +The set of possible actions depends on the object type. +.B iw help +will print all supported commands. + +.SH SEE ALSO +.BR ip (8)