From 00963eac1cf566999cf79226be28e99415ffd411 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 7 Oct 2013 14:42:09 +0200 Subject: [PATCH] libmount: (docs) make it obvious how we call mount. helpers Signed-off-by: Karel Zak --- sys-utils/mount.8 | 22 +++++++++++++++++++++- sys-utils/umount.8 | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index c99891888f..46abbf614a 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -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 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. helpers. The all others options are +used in comma delimited list as argument for the option -o. + .SH FILES .TP 18n .I /etc/fstab diff --git a/sys-utils/umount.8 b/sys-utils/umount.8 index 1fa653c238..d8afe1f456 100644 --- a/sys-utils/umount.8 +++ b/sys-utils/umount.8 @@ -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. -- 2.47.3