From bc2b9c75cd5b73e1c2de5463fc1c0bc94b6dad93 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 31 Mar 2019 17:53:20 +0200 Subject: [PATCH] man: Convert network-zone-wireless(8) to asciidoc Signed-off-by: Michael Tremer --- man/network-zone-wireless.txt | 32 ++++++++++ man/network-zone-wireless.xml | 107 ---------------------------------- 2 files changed, 32 insertions(+), 107 deletions(-) create mode 100644 man/network-zone-wireless.txt delete mode 100644 man/network-zone-wireless.xml diff --git a/man/network-zone-wireless.txt b/man/network-zone-wireless.txt new file mode 100644 index 00000000..368ac2aa --- /dev/null +++ b/man/network-zone-wireless.txt @@ -0,0 +1,32 @@ += network-zone-wireless(8) +Michael Tremer + +== NAME +network-zone-wireless - Wireless Networks + +== SYNOPSIS +[verse] +`network zone new ZONE wireless ...` + +== DESCRIPTION +The wireless hook uses a WiFi interface and connects to a wireless access point +in station mode. + +Configuration and credentials for any wireless networks to connect to can be +configured by using link:network-wireless-network[8]. + +== OPTIONS +The following options are understood: + +`--phy=PHY`:: + Takes the MAC address or name of the physical layer that is used to create + a virtual wireless interface. + +`--address=ADDRESS`:: + Define a MAC address that is used for the virtual wireless device. This + parameter is optional and a random MAC address will be generated when + omitted. + +== SEE ALSO +link:network[8], +link:network-zone[8] diff --git a/man/network-zone-wireless.xml b/man/network-zone-wireless.xml deleted file mode 100644 index 09312456..00000000 --- a/man/network-zone-wireless.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - network-zone-wireless - network - - - - Developer - Michael - Tremer - michael.tremer@ipfire.org - - - - - - network-zone-wireless - 8 - - - - network-zone-wireless - Network Configuration Control Program - - - - - network zone new ZONE wireless ... - - - - - Description - - - The wireless hook uses a WiFi interface and connects to a - wireless access point in station mode. - - - - Configuration and credentials for any wireless networks to - connect to can be configured by using the - network wireless network command. - - See - network-wireless-networks - 8, - for details. - - - - - Options - - - The following options are understood: - - - - - - - - - - - Takes the MAC address or name of the physical layer - that is used to create a virtual wireless interface. - - - - - - - - - - - - Define a MAC address that is used for the virtual - wireless device. This parameter is optional and - a random MAC address will be generated when omitted. - - - - - - - - See Also - - - - network - 8 - , - - network-zone - 8 - - - - -- 2.39.2