~ubuntu-branches/ubuntu/precise/util-linux/precise-proposed

« back to all changes in this revision

Viewing changes to shlibs/mount/docs/libmount-docs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-06-20 22:31:50 UTC
  • mfrom: (1.6.3 upstream) (4.5.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110620223150-lz8wrv0946ihcz3z
Tags: 2.19.1-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build for multiarch.
  - Add pre-depends on multiarch-support.
  - configure.ac: don't try to be clever about extracting a path name from
    $libdir to append to /usr in a way that's not overridable; instead,
    reuse the built-in configurable libexecdir.
  - Fix up the .pc.in files to know about libexecdir, so our substitutions
    don't leave us with unusable pkg-config files.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.
  - Since upstart is required in Ubuntu, the hwclock.sh init script is not
    called on startup and the hwclockfirst.sh init script is removed.
  - Drop depends on initscripts for the above.
  - Replace hwclock udev rule with an Upstart job.
  - For the case where mount is called with a directory to mount, look
    that directory up in mountall's /lib/init/fstab if we couldn't find
    it mentioned anywhere else.  This means "mount /proc", "mount /sys",
    etc. work.
  - mount.8 points to the cifs-utils package, not the obsolete smbfs one. 
* Dropped changes:
  - mount.preinst: lsb_release has been fixed in lucid and above to be
    usable without configuration, so we don't have to diverge from Debian
    here anymore.
* Changes merged upstream:
  - sfdisk support for '+' with '-N'
  - mount/umount.c: fix a segfault on umount with empty mtab entry
  - Fix arbitrary unmount with fuse security issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
12
      <year>2010</year>
 
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>
 
21
The 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>
 
25
The library is part of the util-linux package since version 2.18 and is
 
26
available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
 
27
    </para>
 
28
  </partintro>
 
29
 </part>
 
30
 
 
31
  <part>
 
32
    <title>High-level API</title>
 
33
    <xi:include href="xml/context.xml"/>
 
34
  </part>
 
35
  <part>
 
36
    <title>Files parsing</title>
 
37
    <xi:include href="xml/tab.xml"/>
 
38
    <xi:include href="xml/fs.xml"/>
 
39
  </part>
 
40
  <part>
 
41
    <title>Mount options</title>
 
42
    <xi:include href="xml/optstr.xml"/>
 
43
    <xi:include href="xml/optmap.xml"/>
 
44
  </part>
 
45
  <part>
 
46
    <title>Mtab management</title>
 
47
    <xi:include href="xml/lock.xml"/>
 
48
    <xi:include href="xml/update.xml"/>
 
49
  </part>
 
50
  <part>
 
51
    <title>Misc</title>
 
52
    <xi:include href="xml/init.xml"/>
 
53
    <xi:include href="xml/cache.xml"/>
 
54
    <xi:include href="xml/iter.xml"/>
 
55
    <xi:include href="xml/utils.xml"/>
 
56
    <xi:include href="xml/version.xml"/>
 
57
  </part>
 
58
 
 
59
  <index id="api-index-full">
 
60
    <title>API Index</title>
 
61
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 
62
  </index>
 
63
</book>