]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: (docs) make it obvious how we call mount.<type> helpers
authorKarel Zak <kzak@redhat.com>
Mon, 7 Oct 2013 12:42:09 +0000 (14:42 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Oct 2013 12:42:09 +0000 (14:42 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8
sys-utils/umount.8

index c99891888f98ac542d76d64ab9529f592d7bf86c..46abbf614a6d7328c011b48b8b54578397ebbe45 100644 (file)
@@ -2887,7 +2887,7 @@ some mount succeeded
 The command mount -a returns 0 (all success), 32 (all failed) or 64 (some
 failed, some success).
 
-.SH NOTES
+.SH "EXTERNAL HELPERS"
 The syntax of external mount helpers is:
 
 .RS
@@ -2904,6 +2904,26 @@ where the <type> is filesystem type and \-sfnvo options have same meaning like
 standard mount options. The \-t option is used  for filesystems with subtypes
 support (for example /sbin/mount.fuse -t fuse.sshfs).
 
+The command mount does not pass mount options
+.BR unbindable ,
+.BR runbindable ,
+.BR private ,
+.BR rprivate ,
+.BR slave ,
+.BR rslave ,
+.BR shared ,
+.BR rshared ,
+.BR auto ,
+.BR noauto ,
+.BR comment ,
+.BR x-*,
+.BR loop ,
+.BR offset
+and
+.BR sizelimit
+to mount.<suffix> helpers. The all others options are
+used in comma delimited list as argument for the option -o.
+
 .SH FILES
 .TP 18n
 .I /etc/fstab
index 1fa653c238a89736a0f196cdea1e33a38b6e9c8e..d8afe1f456fa20707e0fdf234baadcc2e41b6ad9 100644 (file)
@@ -151,7 +151,7 @@ case it finds the option 'loop=...' in
 or when the \-d option was given.  Any pending loop devices can be freed
 using 'losetup -d', see
 .BR losetup (8).
-.SH NOTES
+.SH "EXTERNAL HELPERS"
 The syntax of external umount helpers is:
 .PP
 .BI /sbin/umount. <suffix>