From 584f614d0c32261adf7fcf737872875f3c1adf36 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 28 Dec 2014 12:33:53 +0000 Subject: [PATCH] network device: Update man page with new commands --- man/network-device.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/man/network-device.xml b/man/network-device.xml index f2e953d9..3df63471 100644 --- a/man/network-device.xml +++ b/man/network-device.xml @@ -51,6 +51,21 @@ + + + list + + + + + The list 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. + + + + DEVICE status @@ -103,6 +118,22 @@ + + + + DEVICE monitor + + + + + The monitor 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. + + + -- 2.47.2