From: Michael Tremer Date: Sun, 30 Sep 2018 20:54:02 +0000 (+0200) Subject: man: Drop old network-color(8) man page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66ef6244b909e0b2f423d11b01fd27fcceb8977;p=network.git man: Drop old network-color(8) man page Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 2a3b58c9..b7c1ae82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -449,7 +449,6 @@ INSTALL_DIRS += \ MANPAGES = \ man/firewall-settings.8 \ man/network.8 \ - man/network-color.8 \ man/network-device.8 \ man/network-dhcp.8 \ man/network-dns-server.8 \ diff --git a/man/network-color.txt b/man/network-color.txt deleted file mode 100644 index f3be474d..00000000 --- a/man/network-color.txt +++ /dev/null @@ -1,39 +0,0 @@ -network-color(8) -================ - -NAME ----- -network-color - Allows assigning a color to a zone or port - -SYNOPSIS --------- -[verse] -'network' [zone ZONE|port PORT] color set AABBCC -'network' [zone ZONE|port PORT] reset - -DESCRIPTION ------------ -The 'color' command helps to manage colors for zones and ports. -The color is being used to make identification of a zone or port easier on the -command line and web user interface. - -COMMANDS --------- -The following commands are understood: - -'set' [AABBCC]:: - The color of a zone or port is set with the 'set' command. - It is required to pass a color in hex formatting. - -'reset':: - Resets the color of a zone or port to blank. - -AUTHOR ------- -Jonatan Schlag - -SEE ALSO --------- -link:network[8] -link:network-zone[8] -link:network-port[8]