]> git.ipfire.org Git - people/stevee/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, 31 Mar 2019 12:47:04 +0000 (14:47 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
man/network-color.txt [deleted file]

index 287a11176fb0c5a47c37cc7c2c8a0bdb663bb028..26f2e9cd59121934d0dee447912740f7e31577e8 100644 (file)
@@ -455,7 +455,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]