]> git.ipfire.org Git - people/stevee/network.git/commitdiff
man: Convert network-port(8) to asciidoc
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 20:27:40 +0000 (22:27 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2019 12:47:04 +0000 (14:47 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
man/network-port.txt [new file with mode: 0644]
man/network-port.xml [deleted file]

diff --git a/man/network-port.txt b/man/network-port.txt
new file mode 100644 (file)
index 0000000..08b9e90
--- /dev/null
@@ -0,0 +1,97 @@
+network-port(8)
+===============
+
+NAME
+----
+network-port - Controls Network Ports
+
+SYNOPSIS
+--------
+[verse]
+'network port' new HOOK ...
+'network port' destroy PORT
+'network port' PORT color
+'network port' PORT create
+'network port' PORT description edit
+'network port' PORT description show
+'network port' PORT down
+'network port' PORT edit ...
+'network port' PORT identify
+'network port' PORT remove
+'network port' PORT status
+'network port' PORT up
+
+DESCRIPTION
+-----------
+This command creates, deletes, changes and views the configuration
+and status of ports.
+
+NOTE: A port is a physical or virtual device that is directly connected
+to an other network. It connects those and zones together.
+The 'network device' command shows status information of network devices
+and other things.
+
+COMMANDS
+--------
+The following commands are understood:
+
+'new' HOOK ...::
+       A new port may be created with this command.
+       HOOK must be a valid hook which may require more options.
+
+'destroy' PORT::
+       Destroys the port PORT.
+       The port is removed from any zones it is attached to and shut down.
+
+For all other commands, the name of the port needs to be passed first:
+
+'color'::
+       This command allows settings a color for a port.
+       See link:network-color[8] for more information.
+
+'create'::
+       This will create devices for the existing port PORT.
+
+       This does not create a new port. It will just create the (possibly
+       virtual) interface this port (i.e. create an interface for a WiFi
+       module or a VLAN device).
+
+       The interface is not brought up. Use the 'up' command to do that.
+
+include::include-description.txt[]
+
+'down'::
+       Shuts down the port.
+
+'edit'::
+       This command can be used to alter the configuration of a port.
+       Consult the documentation of the port hook to find out what is supported.
+
+'identify'::
+       This command will make the port flash for a few seconds
+       so that you can identify the correct network adapters
+       in the system.
+
+       This is not supported by all network adapters.
+
+'remove'::
+       This will remove an existing PORT.
+
+       This does not destroy the port. It inverses the operation performed
+       by the 'create' command.
+
+'status'::
+       This will show some detailed information about the status
+       of the specified port.
+
+'up'::
+       Brings up the port. It has to be created first.
+
+AUTHORS
+-------
+Michael Tremer
+
+SEE ALSO
+--------
+link:network[8],
+link:network-zone[8]
diff --git a/man/network-port.xml b/man/network-port.xml
deleted file mode 100644 (file)
index 5c0a8ae..0000000
+++ /dev/null
@@ -1,245 +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-port">
-       <refentryinfo>
-               <title>network-port</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-port</refentrytitle>
-               <manvolnum>8</manvolnum>
-       </refmeta>
-
-       <refnamediv>
-               <refname>network-port</refname>
-               <refpurpose>Network Configuration Control Program</refpurpose>
-       </refnamediv>
-
-       <refsynopsisdiv>
-               <cmdsynopsis>
-                       <command>network port <arg choice="plain">[new|destroy]</arg> <replaceable>PORT</replaceable> ...</command>
-               </cmdsynopsis>
-
-               <cmdsynopsis>
-                       <command>network port <replaceable>PORT</replaceable> <arg choice="plain">command</arg> ...</command>
-               </cmdsynopsis>
-       </refsynopsisdiv>
-
-       <refsect1>
-               <title>Description</title>
-
-               <para>
-                       With help of the <command>port</command> command, you can create, delete,
-                       change and view the configuration and status of ports.
-               </para>
-
-               <para>
-                       A port is a physical or virtual device that is directly connected
-                       to an other network. If connects those and zones together.
-               </para>
-       </refsect1>
-
-       <refsect1>
-               <title>Commands</title>
-
-               <para>
-                       The following commands are understood:
-               </para>
-
-               <variablelist>
-                       <varlistentry>
-                               <term>
-                                       <command>new <replaceable>HOOK</replaceable> <arg choice="opt" rep="repeat">ARGUMENTS</arg></command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               A new port may be created by the <command>new</command>
-                                               command.
-                                       </para>
-                                       <para>
-                                               <replaceable>HOOK</replaceable> must be a valid
-                                               hook which may require more <replaceable>ARGUMENTS</replaceable>.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command>destroy <replaceable>PORT</replaceable></command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               A port can be destroyed with this command.
-                                       </para>
-                                       <para>
-                                               The port is removed from any zones it is attached
-                                               to and shut down.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-               </variablelist>
-
-               <para>
-                       For all other commands, the name of the port needs to be passed first:
-               </para>
-
-               <variablelist>
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>PORT</replaceable> create</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This will create an existing <replaceable>PORT</replaceable>.
-                                       </para>
-                                       <para>
-                                               This does not create a new port. It will just create the (possibly
-                                               virtual) interface this port (i.e. create an interface for a WiFi
-                                               module or a VLAN device).
-                                       </para>
-                                       <para>
-                                               The interface is not brought up. Use the <command>up</command> command
-                                               to do that.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>PORT</replaceable> remove</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This will remove an existing <replaceable>PORT</replaceable>.
-                                       </para>
-                                       <para>
-                                               This does not destroy the port. It inverses the operation performed
-                                               by the <command>create</command> command.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>PORT</replaceable> [up|down]</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               These commands will bring the port up or down. It has to be
-                                               created first.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>PORT</replaceable> color</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This command allows settings a color for a port.
-                                               See
-                                               <citerefentry>
-                                               <refentrytitle>network-color</refentrytitle>
-                                               <manvolnum>8</manvolnum>
-                                               </citerefentry>
-                                               for more information.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>PORT</replaceable>description</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This command allows you to add a description to a port.
-                                               See
-                                               <citerefentry>
-                                               <refentrytitle>network-description</refentrytitle>
-                                               <manvolnum>8</manvolnum>,
-                                               </citerefentry>
-                                               for more information.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>PORT</replaceable> edit <arg choice="opt" rep="repeat">ARGUMENTS</arg></command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               The <command>edit</command> command can be used to alter
-                                               the configuration of a port. Consult the documentation of the
-                                               port hook to find out which <replaceable>ARGUMENTS</replaceable>
-                                               are supported.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>PORT</replaceable> status</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This will show some detailed information about the state
-                                               if the specified port.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <command><replaceable>PORT</replaceable> identify</command>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               This command will make the port flash for a few seconds
-                                               so that you can identify the correct network adapters
-                                               in the system.
-                                       </para>
-                                       <para>
-                                               This is not supported by all network adapters.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-               </variablelist>
-       </refsect1>
-
-       <refsect1>
-               <title>See Also</title>
-
-               <para>
-                       <citerefentry>
-                               <refentrytitle>network</refentrytitle>
-                               <manvolnum>8</manvolnum>,
-                       </citerefentry>
-                       <citerefentry>
-                               <refentrytitle>network-zone</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>
-               </para>
-       </refsect1>
-</refentry>