]> git.ipfire.org Git - network.git/commitdiff
network device: Update man page with new commands
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Dec 2014 12:33:53 +0000 (12:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Dec 2014 12:33:53 +0000 (12:33 +0000)
man/network-device.xml

index f2e953d93f81bca58ade45cdc92b876cf5c44e09..3df6347179fd91f37b12399742389223496c35eb 100644 (file)
                </para>
 
                <variablelist>
+                       <varlistentry>
+                               <term>
+                                       <command>list</command>
+                               </term>
+
+                               <listitem>
+                                       <para>
+                                               The <command>list</command> command will show a list
+                                               of all devices that are currently plugged in or active
+                                               on the system.
+                                               This includes PHYs and serial devices as well.
+                                       </para>
+                               </listitem>
+                       </varlistentry>
+
                        <varlistentry>
                                <term>
                                        <command><replaceable>DEVICE</replaceable> status</command>
                                        </para>
                                </listitem>
                        </varlistentry>
+
+                       <varlistentry>
+                               <term>
+                                       <command><replaceable>DEVICE</replaceable> monitor</command>
+                               </term>
+
+                               <listitem>
+                                       <para>
+                                               The <command>monitor</command> command is used to
+                                               create a monitor interface for wireless modules.
+                                               An instance of tcpdump will be started and show
+                                               all frames that are sent or received on the 802.11
+                                               layer (layer 2) of the wireless network.
+                                       </para>
+                               </listitem>
+                       </varlistentry>
                </variablelist>
        </refsect1>