diff --git a/man/os-release.xml b/man/os-release.xml index f85119d26a8..8f516cbd03a 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"