summaryrefslogtreecommitdiffstats
path: root/libmount/docs
diff options
context:
space:
mode:
authorKarel Zak2016-12-20 15:31:33 +0100
committerKarel Zak2016-12-20 15:35:50 +0100
commitdb17f201b88903267175be4671efc6b7f71d9b88 (patch)
tree2c44614f6d4ae026f0d65826b224916a0c8ab6d5 /libmount/docs
parenttests: add findmnt tests (diff)
downloadkernel-qcow2-util-linux-db17f201b88903267175be4671efc6b7f71d9b88.tar.gz
kernel-qcow2-util-linux-db17f201b88903267175be4671efc6b7f71d9b88.tar.xz
kernel-qcow2-util-linux-db17f201b88903267175be4671efc6b7f71d9b88.zip
libmount: reimplement mnt_match_options()
Let's use optstr.c functions to parse pattern and options strings. It's more robust that the old original mount(8) code and it supports quotes in the options strings. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/docs')
-rw-r--r--libmount/docs/libmount-sections.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/docs/libmount-sections.txt b/libmount/docs/libmount-sections.txt
index e1607ea54..78d89cae7 100644
--- a/libmount/docs/libmount-sections.txt
+++ b/libmount/docs/libmount-sections.txt
@@ -287,6 +287,7 @@ mnt_optstr_prepend_option
mnt_optstr_remove_option
mnt_optstr_set_option
mnt_split_optstr
+mnt_match_options
</SECTION>
<SECTION>
@@ -377,7 +378,6 @@ mnt_get_swaps_path
mnt_has_regular_mtab
mnt_mangle
mnt_match_fstype
-mnt_match_options
mnt_tag_is_valid
mnt_unmangle
</SECTION>