summaryrefslogtreecommitdiffstats
path: root/libmount/src/optstr.c
diff options
context:
space:
mode:
authorKarel Zak2011-07-25 10:42:08 +0200
committerKarel Zak2011-07-25 10:42:08 +0200
commite6ecd606ae2b3665b7f5a99e612a74979d8e8457 (patch)
tree0d2dce92ecb4f715b5c598bb3b3e0dbda00efdc5 /libmount/src/optstr.c
parentlibmount: cleanup docs (diff)
downloadkernel-qcow2-util-linux-e6ecd606ae2b3665b7f5a99e612a74979d8e8457.tar.gz
kernel-qcow2-util-linux-e6ecd606ae2b3665b7f5a99e612a74979d8e8457.tar.xz
kernel-qcow2-util-linux-e6ecd606ae2b3665b7f5a99e612a74979d8e8457.zip
libmount: clean up docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/optstr.c')
-rw-r--r--libmount/src/optstr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmount/src/optstr.c b/libmount/src/optstr.c
index 216d9ac1e..c9d925ca5 100644
--- a/libmount/src/optstr.c
+++ b/libmount/src/optstr.c
@@ -518,11 +518,11 @@ int mnt_split_optstr(const char *optstr, char **user, char **vfs,
*
* Extracts options from @optstr that belongs to the @map, for example:
*
- * mnt_split_optstr_by_map(optstr, &p,
+ * mnt_optstr_get_options(optstr, &p,
* mnt_get_builtin_optmap(MNT_LINUX_MAP),
* MNT_NOMTAB);
*
- * returns all VFS options, the options that does not belong to mtab
+ * the 'p' returns all VFS options, the options that does not belong to mtab
* are ignored.
*
* Returns: 0 on success, or negative number in case of error.