From: Michael Tremer Date: Sun, 31 Mar 2019 13:47:14 +0000 (+0200) Subject: man: Convert network-settings(8) to asciidoc X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=daebec37ca3cd19e000d1a9c1a77448d8c155fcd man: Convert network-settings(8) to asciidoc Signed-off-by: Michael Tremer --- diff --git a/man/network-settings.txt b/man/network-settings.txt new file mode 100644 index 00000000..e77f038f --- /dev/null +++ b/man/network-settings.txt @@ -0,0 +1,44 @@ += network-settings(8) +Michael Tremer + +== NAME +network-settings - Change global network settings + +== SYNOPSIS +'network settings' +'network settings' KEY=VALUE + +== DESCRIPTION +The 'network settings' command may be used to set global settings. + +Please have a look at the individual man pages for more options. + +== COMMANDS +If no additional argument is given, running the command will dump a list of +all settings variables and their current values. + +You may set a new value by adding the variable name and the new +value to the command line. + +== VARIABLES + +'DEBUG=[true|_false_]':: + The DEBUG will control whether debug logging is enabled or not. + Additionally to writing debug log messages to the log files, the messages + will be displayed on the console as well. + +'WIRELESS_REGULATORY_DOMAIN=_00_':: + The wireless regulatory domain is set globally for the entire system with + the WIRELESS_REGULATORY_DOMAIN setting. + + + The default is '00' which is the _world_ setting. + + + Valid values are country codes for countries which have their own + regulatory domain. + +== AUTHORS +Michael Tremer + +== SEE ALSO +link:network[8], +link:network-dns-server[8] diff --git a/man/network-settings.xml b/man/network-settings.xml deleted file mode 100644 index 7d1c70d4..00000000 --- a/man/network-settings.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - network-settings - network - - - - Developer - Michael - Tremer - michael.tremer@ipfire.org - - - - - - network-settings - 8 - - - - network-settings - Network Configuration Control Program - - - - - network settings - - - - network settings KEY=VALUE - - - - - Description - - - The network settings command may be used to set - global settingsuration options. - - - Please have a look at the individual man pages for more options. - - - - - Commands - - - If no additional argument is given, running the command will - dump a list of all settingsuration variables and their current values. - - - - You may set a new value by adding the variable name and the new - value to the command line. - - - - - Variables - - - - - DEBUG=[0|1] - - - - - The DEBUG will control whether debug - logging is enabled or not. Additionally to writing debug - log messages to the log files, the messages will be displayed - on the console as well. - - - - - - - WIRELESS_REGULATORY_DOMAIN=00 - - - - - The wireless regulatory domain is set globally for the - entire system with the WIRELESS_REGULATORY_DOMAIN - setting. The default is 00 which - is the world setting. - Valid values are country codes for countries which have their - own regulatory domain. - - - - - - - - See Also - - - - network - 8 - , - - network-dns-server - 8 - - - -