]> git.ipfire.org Git - people/ms/network.git/blobdiff - man/network-settings.xml
man: Convert network-settings(8) to asciidoc
[people/ms/network.git] / man / network-settings.xml
diff --git a/man/network-settings.xml b/man/network-settings.xml
deleted file mode 100644 (file)
index 7d1c70d..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS/DTD DocBook XML V4.2//EN"
-       "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-
-<refentry id="network-settings">
-       <refentryinfo>
-               <title>network-settings</title>
-               <productname>network</productname>
-
-               <authorgroup>
-                       <author>
-                               <contrib>Developer</contrib>
-                               <firstname>Michael</firstname>
-                               <surname>Tremer</surname>
-                               <email>michael.tremer@ipfire.org</email>
-                       </author>
-               </authorgroup>
-       </refentryinfo>
-
-       <refmeta>
-               <refentrytitle>network-settings</refentrytitle>
-               <manvolnum>8</manvolnum>
-       </refmeta>
-
-       <refnamediv>
-               <refname>network-settings</refname>
-               <refpurpose>Network Configuration Control Program</refpurpose>
-       </refnamediv>
-
-       <refsynopsisdiv>
-               <cmdsynopsis>
-                       <command>network settings</command>
-               </cmdsynopsis>
-
-               <cmdsynopsis>
-                       <command>network settings <replaceable>KEY=VALUE</replaceable></command>
-               </cmdsynopsis>
-       </refsynopsisdiv>
-
-       <refsect1>
-               <title>Description</title>
-
-               <para>
-                       The <command>network settings</command> command may be used to set
-                       global settingsuration options.
-               </para>
-               <para>
-                       Please have a look at the individual man pages for more options.
-               </para>
-       </refsect1>
-
-       <refsect1>
-               <title>Commands</title>
-
-               <para>
-                       If no additional argument is given, running the command will
-                       dump a list of all settingsuration variables and their current values.
-               </para>
-
-               <para>
-                       You may set a new value by adding the variable name and the new
-                       value to the command line.
-               </para>
-       </refsect1>
-
-       <refsect1>
-               <title>Variables</title>
-
-               <variablelist>
-                       <varlistentry>
-                               <term>
-                                       <varname>DEBUG</varname>=[<emphasis>0</emphasis>|1]
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               The <varname>DEBUG</varname> 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.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <varname>WIRELESS_REGULATORY_DOMAIN</varname>=<emphasis>00</emphasis>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               The wireless regulatory domain is set globally for the
-                                               entire system with the <varname>WIRELESS_REGULATORY_DOMAIN</varname>
-                                               setting. The default is <emphasis>00</emphasis> which
-                                               is the <emphasis>world</emphasis> setting.
-                                               Valid values are country codes for countries which have their
-                                               own regulatory domain.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-               </variablelist>
-       </refsect1>
-
-       <refsect1>
-               <title>See Also</title>
-
-               <para>
-                       <citerefentry>
-                               <refentrytitle>network</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>,
-                       <citerefentry>
-                               <refentrytitle>network-dns-server</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>
-               </para>
-       </refsect1>
-</refentry>