Use lufsd(1) instead of lufsmount(1) - reduce static build package version size.
[captive.git] / src / client / lufs / mount.captive.pod.pl.in
index be3676d..3796168 100644 (file)
@@ -43,7 +43,7 @@ B<mount> B<-t> B<@PACKAGE@-ntfs>
 =head1 DESCRIPTION
 
 B<mount.@PACKAGE@>(8) provides B<mount>(8) interface to B<lufs-@PACKAGE@fs>(7)
-by calling B<lufsmount>(1) with appropriate arguments. You should never call
+by calling B<lufsd>(1) with appropriate arguments. You should never call
 this command directly - use B<mount>(8) instead.
 
 B<mount.@PACKAGE@>(8) (B<@PACKAGE@> filesystem type) is never used - this command
@@ -81,7 +81,7 @@ B</etc/mtab> is modified notwithstanding.
 
 =item B<-v>
 
-Enable verbose mode. Command B<lufsmount>(1) being called is shown.
+Enable verbose mode. Command B<lufsd>(1) being called is shown.
 
 
 =item B<-o> B<options>
@@ -90,7 +90,7 @@ 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<lufsmount>(1). You may be interested in these unprefixed options:
+B<lufsd>(1). You may be interested in these unprefixed options:
 
 =over
 
@@ -104,7 +104,7 @@ 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<lufsmount>(1) option.
+B<lufs-@PACKAGE@fs>(7) nor B<lufsd>(1) option.
 
 =item B<uid>=B<500>
 
@@ -130,7 +130,7 @@ permissions).
 
 =head1 SEE ALSO
 
-B<lufs-@PACKAGE@fs>(7), B<lufsmount>(1)
+B<lufs-@PACKAGE@fs>(7), B<lufsd>(1)
 
 
 =head1 AUTHOR