summaryrefslogtreecommitdiff
path: root/man/os-release.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-13 18:37:33 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-13 18:39:09 +0100
commit26fd9acfd5f177b3da98f50b92d90d80500aa87a (patch)
treedcce64eee22cb7d7511713676bae7c8c2408b351 /man/os-release.xml
parenta26c9cc60477acacf3a147009894bd837353ed6c (diff)
man: it's probably a good idea to wrap the ANSI color in quotes, in order to allow proper shell parsing of the semicolon
Diffstat (limited to 'man/os-release.xml')
-rw-r--r--man/os-release.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/os-release.xml b/man/os-release.xml
index f85119d26..8f516cbd0 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 <literal>Linux</literal>. Example:
- <literal>PRETTY_NAME=Fedora 15
- (Rawhide)</literal>.</para></listitem>
+ <literal>PRETTY_NAME="Fedora 15
+ (Rawhide)"</literal>.</para></listitem>
</varlistentry>
<varlistentry>
@@ -160,9 +160,9 @@
for inclusion in the ESC [ m
ANSI/ECMA-48 escape code for setting
graphical rendition. Example:
- <literal>ANSI_COLOR=0;31</literal> for
+ <literal>ANSI_COLOR="0;31"</literal> for
red, or
- <literal>ANSI_COLOR=1;34</literal> for
+ <literal>ANSI_COLOR="1;34"</literal> for
light blue.</para></listitem>
</varlistentry>
</variablelist>
@@ -188,7 +188,7 @@ VERSION="15 (Rawhide)"
ID=fedora
VERSION_ID=15
PRETTY_NAME="Fedora 15 (Rawhide)"
-ANSI_COLOR=0;34</programlisting>
+ANSI_COLOR="0;34"</programlisting>
</refsect1>
<refsect1>