[glib/new-gsettings] Man page tweaks



commit ad198566aa376a13b2c8141578d7f8b0abb23695
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 16 20:31:44 2010 -0400

    Man page tweaks

 docs/reference/gio/gschema-compile.xml          |   21 ++++++++-------
 docs/reference/gio/gsettings-schema-convert.xml |   31 +++++++++++++++-------
 2 files changed, 32 insertions(+), 20 deletions(-)
---
diff --git a/docs/reference/gio/gschema-compile.xml b/docs/reference/gio/gschema-compile.xml
index db68210..3475119 100644
--- a/docs/reference/gio/gschema-compile.xml
+++ b/docs/reference/gio/gschema-compile.xml
@@ -1,21 +1,22 @@
-<refentry id="gschema-compile">
+<refentry id="gschema-compile" lang="en">
 
 <refmeta>
-<refentrytitle>gschema-compile</refentrytitle>
-<manvolnum>1</manvolnum>
+  <refentrytitle>gschema-compile</refentrytitle>
+  <manvolnum>1</manvolnum>
+  <refmiscinfo class="manual">User Commands</refmiscinfo>
 </refmeta>
 
 <refnamediv>
-<refname>gschema-compile</refname>
-<refpurpose>GSettings schema compiler</refpurpose>
+  <refname>gschema-compile</refname>
+  <refpurpose>GSettings schema compiler</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
-<cmdsynopsis>
-<command>gschema-compile</command>
-<arg choice="opt" rep="repeat">option</arg>
-<arg choice="req">directory</arg>
-</cmdsynopsis>
+  <cmdsynopsis>
+    <command>gschema-compile</command>
+    <arg choice="opt" rep="repeat">option</arg>
+    <arg choice="req">directory</arg>
+  </cmdsynopsis>
 </refsynopsisdiv>
 
 <refsect1><title>Description</title>
diff --git a/docs/reference/gio/gsettings-schema-convert.xml b/docs/reference/gio/gsettings-schema-convert.xml
index 837db40..1d06c3a 100644
--- a/docs/reference/gio/gsettings-schema-convert.xml
+++ b/docs/reference/gio/gsettings-schema-convert.xml
@@ -1,21 +1,22 @@
-<refentry id="gsettings-schema-convert">
+<refentry id="gsettings-schema-convert" lang="en">
 
 <refmeta>
-<refentrytitle>gsettings-schema-convert</refentrytitle>
-<manvolnum>1</manvolnum>
+  <refentrytitle>gsettings-schema-convert</refentrytitle>
+  <manvolnum>1</manvolnum>
+  <refmiscinfo class="manual">User Commands</refmiscinfo>
 </refmeta>
 
 <refnamediv>
-<refname>gsettings-schema-convert</refname>
-<refpurpose>GConf to GSettings schema conversion</refpurpose>
+  <refname>gsettings-schema-convert</refname>
+  <refpurpose>GConf to GSettings schema conversion</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
-<cmdsynopsis>
-<command>gsettings-schema-convert</command>
-<arg choice="opt" rep="repeat">option</arg>
-<arg choice="req">file</arg>
-</cmdsynopsis>
+  <cmdsynopsis>
+    <command>gsettings-schema-convert</command>
+    <arg choice="opt" rep="repeat">option</arg>
+    <arg choice="req">file</arg>
+  </cmdsynopsis>
 </refsynopsisdiv>
 
 <refsect1><title>Description</title>
@@ -90,5 +91,15 @@ GSettings schema.
 </variablelist>
 </refsect2>
 </refsect1>
+<refsect1><title>See also</title>
+<para>
+<citerefentry>
+  <refentrytitle>gsettings-data-convert</refentrytitle>
+  <manvolnum>1</manvolnum>
+</citerefentry> a related command to migrate user settings
+from GConf to GSettings.
+</para>
+</refsect1>
+
 </refentry>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]