blob: 1f412c105ad4b71411df505c060122cae154dc57 [file] [log] [blame]
bigbiff7b4c7a62015-01-01 19:44:14 -05001<?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>libblkid Reference Manual</title>
10 <releaseinfo>for libblkid version &version;</releaseinfo>
11 <copyright>
12 <year>2009-2013</year>
13 <holder>Karel Zak &lt;kzak@redhat.com&gt;</holder>
14 </copyright>
15 </bookinfo>
16
17 <part id="gtk">
18 <title>libblkid Overview</title>
19 <partintro>
20 <para>
21The libblkid library is used to identify block devices (disks) as to their
22content (e.g. filesystem type, partitions) as well as extracting additional
23information such as filesystem labels/volume names, partitions, unique
24identifiers/serial numbers, etc. A common use is to allow use of LABEL= and
25UUID= tags instead of hard-coding specific block device names into
26configuration files.
27 </para>
28 <para>
29The libblkid librray
30was written by Andreas Dilger for the ext2 filesystem utilties, with input
31from Ted Ts'o. The library was subsequently heavily modified by Ted Ts'o.
32 </para>
33 <para>
34The low-level probing code, topology and partitions support was written
35by Karel Zak. Currently, the library is mainatned by Karel Zak.
36 </para>
37 <para>
38The library is part of the util-linux package since version 2.15 and is
39available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
40 </para>
41 </partintro>
42 <xi:include href="xml/libblkid-config.xml"/>
43 </part>
44
45 <part>
46 <title>High-level</title>
47 <xi:include href="xml/evaluate.xml"/>
48 <xi:include href="xml/cache.xml"/>
49 <xi:include href="xml/search.xml"/>
50 </part>
51 <part>
52 <title>Low-level</title>
53 <xi:include href="xml/init.xml"/>
54 <xi:include href="xml/lowprobe.xml"/>
55 <xi:include href="xml/lowprobe-tags.xml"/>
56 <xi:include href="xml/superblocks.xml"/>
57 <xi:include href="xml/partitions.xml"/>
58 <xi:include href="xml/topology.xml"/>
59 </part>
60 <part>
61 <title>Common utils</title>
62 <xi:include href="xml/encode.xml"/>
63 <xi:include href="xml/misc.xml"/>
64 </part>
65
66 <index id="api-index-full">
67 <title>API Index</title>
68 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
69 </index>
70</book>