From: lace <> Date: Wed, 28 Dec 2005 08:57:48 +0000 (+0000) Subject: Update/create man page for the FUSE based mount.captive(8). X-Git-Tag: captive-1_1_6~6 X-Git-Url: https://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=edb63214d658b3acea2c78882059da9936e922cd Update/create man page for the FUSE based mount.captive(8). --- diff --git a/src/client/fuse/mount.captive.pod.pl.in b/src/client/fuse/mount.captive.pod.pl.in index 4b1e176..336ee39 100644 --- a/src/client/fuse/mount.captive.pod.pl.in +++ b/src/client/fuse/mount.captive.pod.pl.in @@ -74,63 +74,32 @@ mounted. =item B<-n> -Do not modify B. This option is currently not supported (ignored), -B is modified notwithstanding. +No effect. The standard functionality of 'do not modify B' is not +supported - B is always modified. =item B<-v> -Enable verbose mode. Command B(1) being called is shown. +No effect. The standard functionality of 'verbose mode' is not supported. =item B<-o> B Custom options passed to B<@PACKAGE@>(7) separated by comma (B<,>). -See the B<@PACKAGE@>(7) manpage for details on options prefixed by -double-dashes (B<-->) will be used for B(7) / -B(8). Options without double-dashes (B<-->) will be used for -B(1). You may be interested in these unprefixed options: -=over - -=item B - -Force the mount of {B|B} despite it appears to be already -mounted according to B(5). You should never mount a device multiple -times in read-write mode. It is safe to mount it multiple times in read-only -mode. It is safe to mount it once in read-write mode and multiple times -in read-only mode although you may encounter filesystem errors by the read-only -filesystems in such case. - -This is the only option is interpreted by B itself; it is not -B(7) nor B(1) option. - -=item B - -B(8) defaults to filesystem files B<644> - read-write for system -root (or the regular user owner) and read-only for others. You can force the -mode B<600> by this option (read-write for the owner, inaccessible for others). -Mode B<755> or <700> applies to directories. Options B/B will -be OR-ed to the private/public permissions set by this option. - -=item B=B<666> - -Octal mask to be OR-ed on file permissions (minimum file permissions). +Options without double-dashes (B<-->) will be used for FUSE, please +see their description in the section "B" of your local +B or the online: +L -=item B=B<777> +Options prefixed by double-dashes (B<-->) are used for libcaptive, the +options list: -Octal mask to be OR-ed on directory permissions (minimum directory -permissions). - -=item B=B<500> - -Supply the B to be the user identification number owning all the files. - -=item B=B<500> - -Supply the B to be the group identification number owning all the files. +POD_EOF +our $no_libcaptive_options_heading=1; +require "../../libcaptive/client/options.pod.pl"; +print <<'POD_EOF'; -=back =back