[dconf] Update dconf(1)
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] Update dconf(1)
- Date: Fri, 31 Jan 2014 14:34:20 +0000 (UTC)
commit 79285a11df24ec54b9451b25d14f5d61bb8046ab
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jan 30 22:28:15 2014 -0500
Update dconf(1)
The man page was not updated when the compile command was
added. Fix that.
docs/dconf-tool.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/docs/dconf-tool.xml b/docs/dconf-tool.xml
index 44f1196..c359eda 100644
--- a/docs/dconf-tool.xml
+++ b/docs/dconf-tool.xml
@@ -54,6 +54,12 @@
</cmdsynopsis>
<cmdsynopsis>
<command>dconf</command>
+ <arg choice="plain">compile</arg>
+ <arg choice="plain"><replaceable>OUTPUT</replaceable></arg>
+ <arg choice="plain"><replaceable>KEYFILEDIR</replaceable></arg>
+ </cmdsynopsis>
+ <cmdsynopsis>
+ <command>dconf</command>
<arg choice="plain">update</arg>
</cmdsynopsis>
<cmdsynopsis>
@@ -96,6 +102,11 @@
</para>
<para>
+ The <replaceable>OUTPUT</replaceable> argument must the location to write a (binary) dconf database to
and the
+ <replaceable>KEYFILEDIR</replaceable> argument must be a .d directory containing keyfiles.
+ </para>
+
+ <para>
<replaceable>VALUE</replaceable> arguments must be in GVariant format, so e.g. a string must include
explicit quotes: "'foo'". This format is also used when printing out values.
</para>
@@ -135,6 +146,12 @@
</varlistentry>
<varlistentry>
+ <term><option>compile</option></term>
+
+ <listitem><para>Compile a binary database from keyfiles.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>update</option></term>
<listitem><para>Update the system dconf databases.</para></listitem>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]