]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: clean up context docs
authorKarel Zak <kzak@redhat.com>
Thu, 23 Feb 2012 11:31:56 +0000 (12:31 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 23 Feb 2012 11:31:56 +0000 (12:31 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context.c

index f526d29bff7f54adc9e054dbf2993c5d7b2db92e..1f3029202386743a1774867b5e90f503d96345ff 100644 (file)
@@ -228,17 +228,23 @@ int mnt_context_is_restricted(struct libmnt_context *cxt)
  * Controls how to use mount optionsmsource and target paths from fstab/mtab.
  *
  * @MNT_OMODE_IGNORE: ignore mtab/fstab options
+ *
  * @MNT_OMODE_APPEND: append mtab/fstab options to existing options
+ *
  * @MNT_OMODE_PREPEND: prepend mtab/fstab options to existing options
+ *
  * @MNT_OMODE_REPLACE: replace existing options with options from mtab/fstab
  *
  * @MNT_OMODE_FORCE: always read mtab/fstab (although source and target is defined)
  *
  * @MNT_OMODE_FSTAB: read from fstab
+ *
  * @MNT_OMODE_MTAB: read from mtab if fstab not enabled or failed
+ *
  * @MNT_OMODE_NOTAB: do not read fstab/mtab at all
  *
  * @MNT_OMODE_AUTO: default mode (MNT_OMODE_PREPEND | MNT_OMODE_FSTAB | MNT_OMODE_MTAB)
+ *
  * @MNT_OMODE_USER: default for non-root users (MNT_OMODE_REPLACE | MNT_OMODE_FORCE | MNT_OMODE_FSTAB)
  *
  * Notes: