summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
diff options
context:
space:
mode:
authorKarel Zak2011-07-23 01:27:39 +0200
committerKarel Zak2011-07-23 01:27:39 +0200
commit63de90d44f4f05a1f48942148edcf1740ba4a623 (patch)
tree63605bd12892a706c3c51d2910850ae10b423edd /libmount/src/context.c
parentlibblkid: update docs (diff)
downloadkernel-qcow2-util-linux-63de90d44f4f05a1f48942148edcf1740ba4a623.tar.gz
kernel-qcow2-util-linux-63de90d44f4f05a1f48942148edcf1740ba4a623.tar.xz
kernel-qcow2-util-linux-63de90d44f4f05a1f48942148edcf1740ba4a623.zip
libmount: cleanup docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/context.c')
-rw-r--r--libmount/src/context.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c
index ff199ea2e..422469bf8 100644
--- a/libmount/src/context.c
+++ b/libmount/src/context.c
@@ -7,7 +7,7 @@
/**
* SECTION: context
- * @title: Mount/umount context
+ * @title: Library high-level context
* @short_description: high-level API to mount/umount devices.
*
* <informalexample>
@@ -1603,11 +1603,11 @@ int mnt_context_strerror(struct libmnt_context *cxt, char *buf, size_t bufsiz)
* @action: MNT_ACT_{UMOUNT,MOUNT}
* @flags: not used
*
- * This function infors libmount that used from [u]mount.<type> helper.
+ * This function infors libmount that used from [u]mount.type helper.
*
* The function also calls mnt_context_disable_helpers() to avoid recursive
- * mount.<type> helpers calling. It you really want to call another
- * mount.<type> helper from your helper than you have to explicitly enable this
+ * mount.type helpers calling. It you really want to call another
+ * mount.type helper from your helper than you have to explicitly enable this
* feature by:
*
* mnt_context_disable_helpers(cxt, FALSE);
@@ -1633,7 +1633,7 @@ int mnt_context_init_helper(struct libmnt_context *cxt, int action, int flags)
* @c: getopt() result
* @arg: getopt() optarg
*
- * This function applies [u]mount.<type> command line option (for example parsed
+ * This function applies [u]mount.type command line option (for example parsed
* by getopt() or getopt_long()) to @cxt. All unknown options are ignored and
* then 1 is returned.
*