From 9d2265232d8a1c399617e347bda66a8019d8b36d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Sep 2018 21:40:53 +0200 Subject: [PATCH 1/1] man: Convert network-device(8) to asciidoc Signed-off-by: Michael Tremer --- man/network-device.txt | 61 +++++++++++++++ man/network-device.xml | 165 ----------------------------------------- 2 files changed, 61 insertions(+), 165 deletions(-) create mode 100644 man/network-device.txt delete mode 100644 man/network-device.xml diff --git a/man/network-device.txt b/man/network-device.txt new file mode 100644 index 00000000..33fcefab --- /dev/null +++ b/man/network-device.txt @@ -0,0 +1,61 @@ +network(8) +========== + +NAME +---- +network-device - Controls network devices + +SYNOPSIS +-------- +[verse] +'network device' [] ... + +DESCRIPTION +----------- +The 'network device' command shows low-level status information +of network devices and other things. + +COMMANDS +-------- +The following commands are understood: + +'list':: + This command shows a list of all device that are currently present + on this system. This includes PHYs and serial devices as well. + +'DEVICE discover':: + Runs a discovery for many hooks on the given device. + + This will check if the hook can find for example a DHCP server or + DSLAM and thus predict for what the device should be used. + +'DEVICE identify':: + This command only works for Ethernet adapters and will make those + that support this feature flash for a few seconds. + + It is handy to find the right device to put the cable in. + +'DEVICE monitor':: + This command creates a monitor interface for wireless modules. + + An instance of link:tcpdump[8] will be started and show all + frames that are sent or received on the 802.11 layer (layer 2). + +'DEVICE status':: + This will show you very detailed information about the given device. + +'DEVICE unlock':: + This command will unlock the SIM card in a modem. + Only serial devices are supported which are the most 4G or 3G modems. + + For the PIN or PUK code, the user will be prompted. + +AUTHORS +------- +Michael Tremer + +SEE ALSO +-------- +link:network[8] +link:network-port[8] +link:network-zone[8] diff --git a/man/network-device.xml b/man/network-device.xml deleted file mode 100644 index 11dc04ee..00000000 --- a/man/network-device.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - network-device - network - - - - Developer - Michael - Tremer - michael.tremer@ipfire.org - - - - - - network-device - 8 - - - - network-device - Network Configuration Control Program - - - - - network device COMMAND - - - - - Description - - - With help of the device subcommands, it is very easy - to get status information about network devices and to do some more - things. - - - - - Commands - - - The following commands are understood: - - - - - - 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 - - - - - This will show you very detailed information about the given - device. - - - This is all about the ethernet parts of the device and - does not contain any IP information as this is defined - as a zone ( - network-zone - 8 - ). - - - - - - - DEVICE identify - - - - - This command only works for Ethernet adapters and will - make those that support this feature flash for a few - seconds. - It is handy to find the right device to put the cable in. - - - - - - - DEVICE discover - - - - - Runs a discovery for many hooks on the given device. - This will check if the hook can find for example a DHCP - server or DSLAM and thus predict for what the device - should be used. - - - - - - - DEVICE unlock - - - - - This command will unlock the SIM card in a modem. - Only serial devices are supported which are the most - UMTS or 3G modems. - - - For the PIN or PUK code, the user will be prompted. - - - - - - - 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. - - - - - - - - See Also - - - - network - 8 - - - - -- 2.39.2