]> git.ipfire.org Git - thirdparty/util-linux.git/blame - libmount/docs/libmount-docs.xml
libmount: (docs) add reference to v2.33 and v2.34
[thirdparty/util-linux.git] / libmount / docs / libmount-docs.xml
CommitLineData
3d735589
KZ
1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4[
5 <!ENTITY version SYSTEM "version.xml">
6]>
7<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8 <bookinfo>
9 <title>libmount Reference Manual</title>
10 <releaseinfo>for libmount version &version;</releaseinfo>
11 <copyright>
1b692a26 12 <year>2010-2018</year>
3d735589
KZ
13 <holder>Karel Zak &lt;kzak@redhat.com&gt;</holder>
14 </copyright>
15 </bookinfo>
16
17 <part id="gtk">
18 <title>libmount Overview</title>
19 <partintro>
20 <para>
21The libmount library is used to parse /etc/fstab, /etc/mtab and
22/proc/self/mountinfo files, manage the mtab file, evaluate mount options, etc.
23 </para>
24 <para>
601d12fb 25The library is part of the util-linux package since version 2.18 and is
d673b74e 26available from https://www.kernel.org/pub/linux/utils/util-linux/.
3d735589
KZ
27 </para>
28 </partintro>
29 </part>
30
0f32f1e2
KZ
31 <part>
32 <title>High-level API</title>
33 <xi:include href="xml/context.xml"/>
63de90d4
KZ
34 <xi:include href="xml/context-mount.xml"/>
35 <xi:include href="xml/context-umount.xml"/>
0f32f1e2 36 </part>
3d735589
KZ
37 <part>
38 <title>Files parsing</title>
63de90d4 39 <xi:include href="xml/table.xml"/>
3d735589
KZ
40 <xi:include href="xml/fs.xml"/>
41 </part>
63de90d4
KZ
42 <part>
43 <title>Tables management</title>
44 <xi:include href="xml/lock.xml"/>
45 <xi:include href="xml/update.xml"/>
372112e9 46 <xi:include href="xml/monitor.xml"/>
63de90d4
KZ
47 <xi:include href="xml/tabdiff.xml"/>
48 </part>
3d735589
KZ
49 <part>
50 <title>Mount options</title>
51 <xi:include href="xml/optstr.xml"/>
3d735589
KZ
52 <xi:include href="xml/optmap.xml"/>
53 </part>
3d735589
KZ
54 <part>
55 <title>Misc</title>
56 <xi:include href="xml/init.xml"/>
57 <xi:include href="xml/cache.xml"/>
58 <xi:include href="xml/iter.xml"/>
59 <xi:include href="xml/utils.xml"/>
7a1c36ab 60 <xi:include href="xml/version-utils.xml"/>
3d735589 61 </part>
d5dbd57b 62 <index id="api-index">
3d735589
KZ
63 <title>API Index</title>
64 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
65 </index>
81b176c4
KZ
66 <index role="2.28">
67 <title>Index of new symbols in 2.28</title>
68 <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
69 </index>
a81b1946
KZ
70 <index role="2.29">
71 <title>Index of new symbols in 2.29</title>
72 <xi:include href="xml/api-index-2.29.xml"><xi:fallback /></xi:include>
73 </index>
a81b1946
KZ
74 <index role="2.30">
75 <title>Index of new symbols in 2.30</title>
76 <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
77 </index>
2089538a
KZ
78 <index role="2.33">
79 <title>Index of new symbols in 2.33</title>
80 <xi:include href="xml/api-index-2.33.xml"><xi:fallback /></xi:include>
81 </index>
82 <index role="2.34">
83 <title>Index of new symbols in 2.34</title>
84 <xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
85 </index>
3d735589 86</book>