From: Jonatan Schlag Date: Mon, 10 Jul 2017 15:10:42 +0000 (+0200) Subject: man: add documentation for the description command X-Git-Tag: 009~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6135a5b355fda0cf2b204a0818c34ab20cbf1a68;p=network.git man: add documentation for the description command Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 8b869a80..e2800d0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -333,6 +333,7 @@ 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/network-description.xml b/man/network-description.xml new file mode 100644 index 00000000..f1722b44 --- /dev/null +++ b/man/network-description.xml @@ -0,0 +1,92 @@ + + + + + + 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 + + + + diff --git a/man/network-port.xml b/man/network-port.xml index 92d35d8b..4cbf6ca5 100644 --- a/man/network-port.xml +++ b/man/network-port.xml @@ -164,7 +164,23 @@ + + + PORTdescription + + + + This command allows you to add a description to a port. + See + + network-description + 8, + + for more information. + + + PORT edit ARGUMENTS diff --git a/man/network-zone.xml b/man/network-zone.xml index 817ad26e..2a86a45c 100644 --- a/man/network-zone.xml +++ b/man/network-zone.xml @@ -181,6 +181,23 @@ + + + ZONEdescription + + + + + This command make is possible to add a description to a zone. + See + + network-description + 8, + + for more information. + + + ZONE identify