/
niceSOFT
/
util-linux
Обзор
Документация
Войти
/
niceSOFT
/
util-linux
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libmount/docs/libmount-docs.xml
107 строк
4 KB
Karel Zak
docs: update libmount gtk-doc configuration
14 июл 2026, 15:03
14 июл 2026, 15:03
ccc534b
Код
Авторство
О чём код?
<?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ <!ENTITY version SYSTEM "version.xml"> ]> <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> <title>libmount Reference Manual</title> <releaseinfo>for libmount version &version;</releaseinfo> <copyright> <year>2010-2022</year> <holder>Karel Zak <kzak@redhat.com></holder> </copyright> </bookinfo> <part id="gtk"> <title>libmount Overview</title> <partintro> <para> The libmount library is used to parse /etc/fstab, /etc/mtab and /proc/self/mountinfo files, manage the mtab file, evaluate mount options, etc. </para> <para> The library is part of the util-linux package since version 2.18 and is available from https://www.kernel.org/pub/linux/utils/util-linux/. </para> </partintro> </part> <part> <title>High-level API</title> <xi:include href="xml/context.xml"/> <xi:include href="xml/context-mount.xml"/> <xi:include href="xml/context-umount.xml"/> </part> <part> <title>Files parsing</title> <xi:include href="xml/table.xml"/> <xi:include href="xml/fs.xml"/> <xi:include href="xml/statmount.xml"/> </part> <part> <title>Tables management</title> <xi:include href="xml/lock.xml"/> <xi:include href="xml/update.xml"/> <xi:include href="xml/monitor.xml"/> <xi:include href="xml/tabdiff.xml"/> </part> <part> <title>Mount options</title> <xi:include href="xml/optstr.xml"/> <xi:include href="xml/optmap.xml"/> </part> <part> <title>Misc</title> <xi:include href="xml/init.xml"/> <xi:include href="xml/cache.xml"/> <xi:include href="xml/iter.xml"/> <xi:include href="xml/utils.xml"/> <xi:include href="xml/version-utils.xml"/> </part> <index id="api-index"> <title>API Index</title> <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> </index> <index role="2.28"> <title>Index of new symbols in 2.28</title> <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include> </index> <index role="2.30"> <title>Index of new symbols in 2.30</title> <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include> </index> <index role="2.33"> <title>Index of new symbols in 2.33</title> <xi:include href="xml/api-index-2.33.xml"><xi:fallback /></xi:include> </index> <index role="2.34"> <title>Index of new symbols in 2.34</title> <xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include> </index> <index role="2.35"> <title>Index of new symbols in 2.35</title> <xi:include href="xml/api-index-2.35.xml"><xi:fallback /></xi:include> </index> <index role="2.38"> <title>Index of new symbols in 2.38</title> <xi:include href="xml/api-index-2.38.xml"><xi:fallback /></xi:include> </index> <index role="2.40"> <title>Index of new symbols in 2.40</title> <xi:include href="xml/api-index-2.40.xml"><xi:fallback /></xi:include> </index> <index role="2.41"> <title>Index of new symbols in 2.41</title> <xi:include href="xml/api-index-2.41.xml"><xi:fallback /></xi:include> </index> <index role="2.42"> <title>Index of new symbols in 2.42</title> <xi:include href="xml/api-index-2.42.xml"><xi:fallback /></xi:include> </index> <index role="2.43"> <title>Index of new symbols in 2.43</title> <xi:include href="xml/api-index-2.43.xml"><xi:fallback /></xi:include> </index> </book>