]> git.ipfire.org Git - network.git/commitdiff
man: Convert network-route(8) to asciidoc
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2019 13:08:46 +0000 (15:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2019 13:10:14 +0000 (15:10 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
man/network-route.txt [new file with mode: 0644]
man/network-route.xml [deleted file]

diff --git a/man/network-route.txt b/man/network-route.txt
new file mode 100644 (file)
index 0000000..bf3ddb4
--- /dev/null
@@ -0,0 +1,32 @@
+network-route(8)
+================
+
+NAME
+----
+network-route - Manage Routing
+
+SYNOPSIS
+--------
+[verse]
+'network route' COMMAND ...
+
+DESCRIPTION
+-----------
+This command helps to manage routes.
+
+COMMANDS
+--------
+The following commands are understood:
+
+'static' ...::
+       Static routes are managed by the 'static' command followed by the options
+       for static routes which are described in link:network-route-static[8]
+
+AUTHORS
+-------
+Michael Tremer
+
+SEE ALSO
+--------
+link:network[8],
+link:network-route-static[8]
diff --git a/man/network-route.xml b/man/network-route.xml
deleted file mode 100644 (file)
index 207a5ce..0000000
+++ /dev/null
@@ -1,97 +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-route">
-       <refentryinfo>
-               <title>network-route</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-route</refentrytitle>
-               <manvolnum>8</manvolnum>
-       </refmeta>
-
-       <refnamediv>
-               <refname>network-route</refname>
-               <refpurpose>Network Configuration Control Program</refpurpose>
-       </refnamediv>
-
-       <refsynopsisdiv>
-               <cmdsynopsis>
-                       <command>network route <arg choice="plain">COMMAND</arg></command>
-               </cmdsynopsis>
-       </refsynopsisdiv>
-
-       <refsect1>
-               <title>Description</title>
-
-               <para>
-                       The <command>route</command> helps to manage routes.
-               </para>
-       </refsect1>
-
-       <refsect1>
-               <title>Commands</title>
-
-               <para>
-                       The following commands are understood:
-               </para>
-
-               <variablelist>
-                       <varlistentry>
-                               <term>
-                                       <command>static</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               Static routes are managed by the <command>static</command> command
-                                               followed by the options for static routes which are described in:
-                                               <citerefentry>
-                                                       <refentrytitle>network-route-static</refentrytitle>
-                                                       <manvolnum>8</manvolnum>
-                                               </citerefentry>
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-       </variablelist>
-       </refsect1>
-
-       <refsect1>
-               <title>Route Types</title>
-
-               <refsect2>
-                       <title>static</title>
-
-                       <para>
-                               A static route is a route which does not change when the network changes.
-                       </para>
-               </refsect2>
-</refsect1>
-
-       <refsect1>
-               <title>See Also</title>
-
-               <para>
-                       <citerefentry>
-                               <refentrytitle>network</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>,
-                       <citerefentry>
-                               <refentrytitle>network-route-static</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>
-               </para>
-       </refsect1>
-</refentry>