summaryrefslogtreecommitdiffstats
path: root/gnome2-system-admin-guide/C/gconf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-system-admin-guide/C/gconf.xml')
-rw-r--r--gnome2-system-admin-guide/C/gconf.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnome2-system-admin-guide/C/gconf.xml b/gnome2-system-admin-guide/C/gconf.xml
index 32eecdc..744d78f 100644
--- a/gnome2-system-admin-guide/C/gconf.xml
+++ b/gnome2-system-admin-guide/C/gconf.xml
@@ -498,7 +498,7 @@ command:</para>
<secondary>command line tool</secondary>
</indexterm>
<para><application>GConf</application> includes a
-command line tool, <command>gconftool-2</command>. You can use the <command>gconftool&ndash;2</command> command to perform the following tasks: </para>
+command line tool, <command>gconftool-2</command>. You can use the <command>gconftool-2</command> command to perform the following tasks: </para>
<itemizedlist>
<listitem>
<para>Set the values of keys.</para>
@@ -1327,8 +1327,7 @@ font, run the following command:</para>
<para>
<computeroutput>#</computeroutput>
<userinput>gconftool-2 --direct --config-source
-xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /desktop/gnome/interface/font_name &ldquo;Sans
-12&rdquo;</userinput>
+xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /desktop/gnome/interface/font_name "Sans 12"</userinput>
</para>
<para><indexterm><primary>desktop</primary><secondary>font preferences, setting
with GConf</secondary></indexterm>To set <literal>palatino 12</literal> as
@@ -1336,8 +1335,7 @@ the default desktop object font, run the following command:</para>
<para>
<computeroutput>#</computeroutput>
<userinput>gconftool-2 --direct --config-source
-xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /apps/nautilus/preferences/desktop_font &ldquo;palatino
-12&rdquo;</userinput>
+xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /apps/nautilus/preferences/desktop_font "palatino 12"</userinput>
</para>
</sect2>
<sect2 id="gconf-20">