Update/create man page for the FUSE based mount.captive(8).
authorlace <>
Wed, 28 Dec 2005 08:57:48 +0000 (08:57 +0000)
committerlace <>
Wed, 28 Dec 2005 08:57:48 +0000 (08:57 +0000)
src/client/fuse/mount.captive.pod.pl.in

index 4b1e176..336ee39 100644 (file)
@@ -74,63 +74,32 @@ mounted.
 
 =item B<-n>
 
-Do not modify B</etc/mtab>. This option is currently not supported (ignored),
-B</etc/mtab> is modified notwithstanding.
+No effect. The standard functionality of 'do not modify B</etc/mtab>' is not
+supported - B</etc/mtab> is always modified.
 
 
 =item B<-v>
 
-Enable verbose mode. Command B<lufsd>(1) being called is shown.
+No effect. The standard functionality of 'verbose mode' is not supported.
 
 
 =item B<-o> B<options>
 
 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<lufs-@PACKAGE@fs>(7) /
-B<mount.captive>(8). Options without double-dashes (B<-->) will be used for
-B<lufsd>(1). You may be interested in these unprefixed options:
 
-=over
-
-=item B<force>
-
-Force the mount of {B<image-file>|B<device>} despite it appears to be already
-mounted according to B<mtab>(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<mount.@PACKAGE@> itself; it is not
-B<lufs-@PACKAGE@fs>(7) nor B<lufsd>(1) option.
-
-=item B<private>
-
-B<mount.captive>(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<fmask>/B<dmask> will
-be OR-ed to the private/public permissions set by this option.
-
-=item B<fmask>=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<Mount options>" of your local
+B</usr/share/doc/fuse/README> or the online: 
+L<http://cvs.sourceforge.net/viewcvs.py/fuse/fuse/README?rev=HEAD>
 
-=item B<dmask>=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<uid>=B<500>
-
-Supply the B<UID> to be the user identification number owning all the files.
-
-=item B<gid>=B<500>
-
-Supply the B<GID> 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