diff options
author | Karel Zak | 2014-06-03 12:37:33 +0200 |
---|---|---|
committer | Karel Zak | 2014-06-03 12:37:33 +0200 |
commit | 7a1c36ab38961ccaf6c23fe6b7f51ac7ace7dcde (patch) | |
tree | 61044ee643723db2bdf25deb4830bf44b1fc8443 /libmount/docs | |
parent | buil-sys: disable in UL_BUILD_INIT() on --disable-all-programs (diff) | |
download | kernel-qcow2-util-linux-7a1c36ab38961ccaf6c23fe6b7f51ac7ace7dcde.tar.gz kernel-qcow2-util-linux-7a1c36ab38961ccaf6c23fe6b7f51ac7ace7dcde.tar.xz kernel-qcow2-util-linux-7a1c36ab38961ccaf6c23fe6b7f51ac7ace7dcde.zip |
docs: rename libs xml/version.xml to xml/version-utils.xml
It seems that gtk-docs stuff is confused when we use version.xml
(package version) and xml/version.xml (library version functions).
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/docs')
-rw-r--r-- | libmount/docs/libmount-docs.xml | 2 | ||||
-rw-r--r-- | libmount/docs/libmount-sections.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libmount/docs/libmount-docs.xml b/libmount/docs/libmount-docs.xml index 09ebd077d..a95d18090 100644 --- a/libmount/docs/libmount-docs.xml +++ b/libmount/docs/libmount-docs.xml @@ -56,7 +56,7 @@ available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. <xi:include href="xml/cache.xml"/> <xi:include href="xml/iter.xml"/> <xi:include href="xml/utils.xml"/> - <xi:include href="xml/version.xml"/> + <xi:include href="xml/version-utils.xml"/> </part> <index id="api-index-full"> <title>API Index</title> diff --git a/libmount/docs/libmount-sections.txt b/libmount/docs/libmount-sections.txt index 2220cf158..88c1f53b6 100644 --- a/libmount/docs/libmount-sections.txt +++ b/libmount/docs/libmount-sections.txt @@ -376,7 +376,7 @@ mnt_unmangle </SECTION> <SECTION> -<FILE>version</FILE> +<FILE>version-utils</FILE> mnt_parse_version_string mnt_get_library_version mnt_get_library_features |