]> git.ipfire.org Git - network.git/commitdiff
man: Drop old network-color(8) man page
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 20:54:02 +0000 (22:54 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 20:54:02 +0000 (22:54 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
man/network-color.txt [deleted file]

index 2a3b58c90d34f25d89bc0bfd1e6989c1dac6ef58..b7c1ae829475d8b89cd7793fd6da891913c3bfe0 100644 (file)
@@ -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 (file)
index f3be474..0000000
+++ /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]