From: David Zeuthen Date: Tue, 22 Nov 2011 14:55:39 +0000 (-0500) Subject: Move udisks man page to section 8 X-Git-Tag: upstream/2.1.2~393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3b177bc2105ebefdd202f77f25b60d4edd3546f;p=platform%2Fupstream%2Fudisks2.git Move udisks man page to section 8 ... from section 7. This is to avoid conflicts with the udisks(7) man page from udisks 1.x. Signed-off-by: David Zeuthen --- diff --git a/data/org.freedesktop.UDisks2.xml b/data/org.freedesktop.UDisks2.xml index e5d85d4..0500d5d 100644 --- a/data/org.freedesktop.UDisks2.xml +++ b/data/org.freedesktop.UDisks2.xml @@ -690,25 +690,25 @@ @@ -716,7 +716,7 @@ The name must adhere to the freedesktop.org icon theme specification. - See for how to influence the value of this property. + See for how to influence the value of this property. --> diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index c6b691d..5e4946d 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -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] diff --git a/doc/man/udisks.xml b/doc/man/udisks.xml index 5402dde..b349b7e 100644 --- a/doc/man/udisks.xml +++ b/doc/man/udisks.xml @@ -1,4 +1,4 @@ - + udisks March 2008 @@ -7,7 +7,7 @@ udisks - 7 + 8 diff --git a/doc/man/udisksctl.xml b/doc/man/udisksctl.xml index 9cf78e4..8eed050 100644 --- a/doc/man/udisksctl.xml +++ b/doc/man/udisksctl.xml @@ -236,7 +236,7 @@ See also - udisks7, + udisks8, udisksd8, polkit8 diff --git a/doc/man/udisksd.xml b/doc/man/udisksd.xml index bcbeb58..867abb0 100644 --- a/doc/man/udisksd.xml +++ b/doc/man/udisksd.xml @@ -38,7 +38,7 @@ See the - udisks7 + udisks8 man page for more information. @@ -102,7 +102,7 @@ SEE ALSO - udisks7, + udisks8, udisksctl1, polkit8 diff --git a/udisks/udisksclient.c b/udisks/udisksclient.c index 73fbdee..d6d21c0 100644 --- a/udisks/udisksclient.c +++ b/udisks/udisksclient.c @@ -812,7 +812,7 @@ strv_has (const gchar * const *haystack, * If the HintName * and/or * HintIconName - * properties on the block device for @drive are set (see ), + * properties on the block device for @drive are set (see ), * 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). *