diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-01 15:26:38 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-01 15:26:38 -0500 |
commit | 306dfb32923ddde09fb72044aa8aa1349c969569 (patch) | |
tree | b35419d9213e6e347c9a672c8984b1dba71b4f3b /gio/gsettingsschema.c | |
parent | 8bdc089ca46f20d08487d5c1b41610459a9b4b51 (diff) |
Drop use of the command tag
It is more useful to link to the included man page, anyway.
Diffstat (limited to 'gio/gsettingsschema.c')
-rw-r--r-- | gio/gsettingsschema.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gsettingsschema.c b/gio/gsettingsschema.c index 067e67865..ba1420360 100644 --- a/gio/gsettingsschema.c +++ b/gio/gsettingsschema.c @@ -251,8 +251,8 @@ g_settings_schema_source_unref (GSettingsSchemaSource *source) * may be useful to authors of plugin management systems. * * The directory should contain a file called - * <filename>gschemas.compiled</filename> as produced by - * <command>glib-compile-schemas</command>. + * <filename>gschemas.compiled</filename> as produced by the + * <link linkend="glib-compile-schemas">glib-compile-schemas</link> tool. * * If @trusted is %TRUE then <filename>gschemas.compiled</filename> is * trusted not to be corrupted. This assumption has a performance |