From: Karel Zak Date: Tue, 11 Mar 2014 10:40:00 +0000 (+0100) Subject: fdisk: add note about colors to the man page X-Git-Tag: v2.25-rc1~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ffbedba0e9ed4459dc9e2754b9120085e7d1c8b;p=thirdparty%2Futil-linux.git fdisk: add note about colors to the man page Signed-off-by: Karel Zak --- diff --git a/disk-utils/fdisk.8 b/disk-utils/fdisk.8 index 0a3c1e7061..d542da9b41 100644 --- a/disk-utils/fdisk.8 +++ b/disk-utils/fdisk.8 @@ -244,7 +244,17 @@ this is unlikely to cause difficulty unless you have OS/2 on your machine. For best results, you should always use an OS-specific partition table program. For example, you should make DOS partitions with the DOS FDISK program and Linux partitions with the Linux fdisk or Linux cfdisk programs. +.SH COLORS +Implicit coloring can be disabled as follows: +.RS +.br +.BI "touch /etc/terminal-colors.d/fdisk.disable" +.br + +.RE +For more details see +.BR terminal-colors.d (5). .SH AUTHORS .MT kzak@redhat.com Karel Zak