From: Michael Tremer Date: Sun, 30 Sep 2018 19:24:48 +0000 (+0200) Subject: man: Convert network-description(8) to asciidoc X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=c601b69e5d8db595fee00241702ee8bd2689c49e man: Convert network-description(8) to asciidoc Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 55d5d188..287a1117 100644 --- a/Makefile.am +++ b/Makefile.am @@ -456,7 +456,6 @@ MANPAGES = \ man/firewall-settings.8 \ man/network.8 \ man/network-color.8 \ - man/network-description.8 \ man/network-device.8 \ man/network-dhcp.8 \ man/network-dns-server.8 \ diff --git a/man/include-description.txt b/man/include-description.txt new file mode 100644 index 00000000..a39ba55c --- /dev/null +++ b/man/include-description.txt @@ -0,0 +1,11 @@ +'description edit':: + This command opens an editor and allows you to edit title and description. + + NOTE: The formation of the description is similar to a git commit. + Every description has a title, the first line of the description. + The title is shown on the status page and in the web user interface. + It should be something short like "Office Lan" or "DMZ". + After the title can follow a longer description. + +'description show':: + Prints the description. diff --git a/man/network-description.xml b/man/network-description.xml deleted file mode 100644 index f1722b44..00000000 --- a/man/network-description.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - networ-color - network - - - - Developer - Jonatan - Schlag - jonatan.schlag@ipfire.org - - - - - - network-description - 8 - - - - network-description - Network Configuration Control Program - - - - Description - - - The description command make it possible to add descriptions to zone and ports. - A description is similar to a git commit. Every description has a title, the first line of the describtion file. - The title is shown on the status page and in the webinterface. It should be something short like Office Lan or DMZ. - After the title can follow a longer description. You can write whatever you want. - This longer description is shown via the show command - - - - - Commands - - - The following commands are understood: - - - - - - edit - - - - - This command opens an editor and allows you to edit title and description. - - - - - - show - - - - - This command prints title and the longer description in a nice way. - - - - - - - See Also - - - - network - 8 - , - - network-zone - 8 - , - - network-port - 8 - - - -