From 26fd9acfd5f177b3da98f50b92d90d80500aa87a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 13 Feb 2012 18:37:33 +0100 Subject: man: it's probably a good idea to wrap the ANSI color in quotes, in order to allow proper shell parsing of the semicolon --- man/os-release.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/os-release.xml') diff --git a/man/os-release.xml b/man/os-release.xml index f85119d26a..8f516cbd03 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -146,8 +146,8 @@ not contain an OS version of some kind, as suitable. If not set defaults to Linux. Example: - PRETTY_NAME=Fedora 15 - (Rawhide). + PRETTY_NAME="Fedora 15 + (Rawhide)". @@ -160,9 +160,9 @@ for inclusion in the ESC [ m ANSI/ECMA-48 escape code for setting graphical rendition. Example: - ANSI_COLOR=0;31 for + ANSI_COLOR="0;31" for red, or - ANSI_COLOR=1;34 for + ANSI_COLOR="1;34" for light blue. @@ -188,7 +188,7 @@ VERSION="15 (Rawhide)" ID=fedora VERSION_ID=15 PRETTY_NAME="Fedora 15 (Rawhide)" -ANSI_COLOR=0;34 +ANSI_COLOR="0;34" -- cgit v1.2.3-54-g00ecf