Move udisks man page to section 8
authorDavid Zeuthen <davidz@redhat.com>
Tue, 22 Nov 2011 14:55:39 +0000 (09:55 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 22 Nov 2011 14:55:39 +0000 (09:55 -0500)
... from section 7. This is to avoid conflicts with the udisks(7) man
page from udisks 1.x.

Signed-off-by: David Zeuthen <davidz@redhat.com>
data/org.freedesktop.UDisks2.xml
doc/man/Makefile.am
doc/man/udisks.xml
doc/man/udisksctl.xml
doc/man/udisksd.xml
udisks/udisksclient.c

index e5d85d4..0500d5d 100644 (file)
     <!-- HintSystem: If %TRUE, the device is considered a <emphasis>system device</emphasis>.
          System devices are devices that require additional permissions to access.
 
-         See <xref linkend="udisks.7"/> for how to influence the value of this property.
+         See <xref linkend="udisks.8"/> for how to influence the value of this property.
     -->
     <property name="HintSystem" type="b" access="read"/>
 
     <!-- HintIgnore: If %TRUE, the device should be hidden from users.
 
-         See <xref linkend="udisks.7"/> for how to influence the value of this property.
+         See <xref linkend="udisks.8"/> for how to influence the value of this property.
     -->
     <property name="HintIgnore" type="b" access="read"/>
 
     <!-- HintAuto: If %TRUE, the device should be automatically started (e.g. mounted, unlocked etc.).
 
-         See <xref linkend="udisks.7"/> for how to influence the value of this property.
+         See <xref linkend="udisks.8"/> for how to influence the value of this property.
     -->
     <property name="HintAuto" type="b" access="read"/>
 
     <!-- HintName: If not blank, the name to use when presenting the device.
 
-         See <xref linkend="udisks.7"/> for how to influence the value of this property.
+         See <xref linkend="udisks.8"/> for how to influence the value of this property.
     -->
     <property name="HintName" type="s" access="read"/>
 
          The name must adhere to the
          <ulink url="http://www.freedesktop.org/wiki/Specifications/icon-theme-spec">freedesktop.org icon theme specification</ulink>.
 
-         See <xref linkend="udisks.7"/> for how to influence the value of this property.
+         See <xref linkend="udisks.8"/> for how to influence the value of this property.
     -->
     <property name="HintIconName" type="s" access="read"/>
 
index c6b691d..5e4946d 100644 (file)
@@ -4,7 +4,7 @@ NULL =
 man_MANS =                             \
        udisksctl.1                     \
        udisksd.8                       \
-       udisks.7                        \
+       udisks.8                        \
        $(NULL)
 
 udisksctl.1 : udisksctl.xml
@@ -13,7 +13,7 @@ udisksctl.1 : udisksctl.xml
 udisksd.8 : udisksd.xml
        $(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
-udisks.7 : udisks.xml
+udisks.8 : udisks.xml
        $(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 EXTRA_DIST=                            \
@@ -23,4 +23,4 @@ EXTRA_DIST=                           \
        $(NULL)
 
 clean-local:
-       rm -f *~ *.[178]
+       rm -f *~ *.[18]
index 5402dde..b349b7e 100644 (file)
@@ -1,4 +1,4 @@
-<refentry id="udisks.7">
+<refentry id="udisks.8">
   <refentryinfo>
     <title>udisks</title>
     <date>March 2008</date>
@@ -7,7 +7,7 @@
 
   <refmeta>
     <refentrytitle>udisks</refentrytitle>
-    <manvolnum>7</manvolnum>
+    <manvolnum>8</manvolnum>
     <refmiscinfo class="version"></refmiscinfo>
   </refmeta>
 
index 9cf78e4..8eed050 100644 (file)
   <refsect1>
     <title>See also</title>
     <para>
-      <link linkend="udisks.7"><citerefentry><refentrytitle>udisks</refentrytitle><manvolnum>7</manvolnum></citerefentry></link>,
+      <link linkend="udisks.8"><citerefentry><refentrytitle>udisks</refentrytitle><manvolnum>8</manvolnum></citerefentry></link>,
       <link linkend="udisksd.8"><citerefentry><refentrytitle>udisksd</refentrytitle><manvolnum>8</manvolnum></citerefentry></link>,
       <citerefentry>
         <refentrytitle>polkit</refentrytitle><manvolnum>8</manvolnum>
index bcbeb58..867abb0 100644 (file)
@@ -38,7 +38,7 @@
     </para>
     <para>
       See the
-      <citerefentry><refentrytitle>udisks</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+      <citerefentry><refentrytitle>udisks</refentrytitle><manvolnum>8</manvolnum></citerefentry>
       man page for more information.
     </para>
   </refsect1>
   <refsect1>
     <title>SEE ALSO</title>
     <para>
-      <link linkend="udisks.7"><citerefentry><refentrytitle>udisks</refentrytitle><manvolnum>7</manvolnum></citerefentry></link>,
+      <link linkend="udisks.8"><citerefentry><refentrytitle>udisks</refentrytitle><manvolnum>8</manvolnum></citerefentry></link>,
       <link linkend="udisksctl.1"><citerefentry><refentrytitle>udisksctl</refentrytitle><manvolnum>1</manvolnum></citerefentry></link>,
       <citerefentry>
         <refentrytitle>polkit</refentrytitle><manvolnum>8</manvolnum>
index 73fbdee..d6d21c0 100644 (file)
@@ -812,7 +812,7 @@ strv_has (const gchar * const *haystack,
  * If the <link linkend="gdbus-property-org-freedesktop-UDisks2-Block.HintName">HintName</link>
  * and/or
  * <link linkend="gdbus-property-org-freedesktop-UDisks2-Block.HintName">HintIconName</link>
- * properties on the block device for @drive are set (see <xref linkend="udisks.7"/>),
+ * properties on the block device for @drive are set (see <xref linkend="udisks.8"/>),
  * their values are returned in the drive and media
  * description and icon (e.g. @out_description, @out_drive_icon, @out_media_description and @out_media_icon).
  *