summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages/smbmnt.8.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/manpages/smbmnt.8.sgml')
-rw-r--r--docs/docbook/manpages/smbmnt.8.sgml27
1 files changed, 19 insertions, 8 deletions
diff --git a/docs/docbook/manpages/smbmnt.8.sgml b/docs/docbook/manpages/smbmnt.8.sgml
index e25c73d092..9527a19144 100644
--- a/docs/docbook/manpages/smbmnt.8.sgml
+++ b/docs/docbook/manpages/smbmnt.8.sgml
@@ -1,5 +1,5 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
-<refentry id="smbumount">
+<refentry id="smbmnt">
<refmeta>
<refentrytitle>smbmnt</refentrytitle>
@@ -14,7 +14,7 @@
<refsynopsisdiv>
<cmdsynopsis>
- <command>smbumount</command>
+ <command>smbmnt</command>
<arg choice="req">mount-point</arg>
<arg choice="opt">-s &lt;share&gt;</arg>
<arg choice="opt">-r</arg>
@@ -22,6 +22,7 @@
<arg choice="opt">-g &lt;gid&gt;</arg>
<arg choice="opt">-f &lt;mask&gt;</arg>
<arg choice="opt">-d &lt;mask&gt;</arg>
+ <arg choice="opt">-o &lt;options&gt;</arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -50,7 +51,6 @@
</para></listitem>
</varlistentry>
-
<varlistentry>
<term>-u uid</term>
<listitem><para>specify the uid that the files will
@@ -63,21 +63,26 @@
owned by </para></listitem>
</varlistentry>
-
-
<varlistentry>
<term>-f mask</term>
<listitem><para>specify the octal file mask applied
</para></listitem>
</varlistentry>
-
-
<varlistentry>
<term>-d mask</term>
<listitem><para>specify the octal directory mask
applied </para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>-o options</term>
+ <listitem><para>
+ list of options that are passed as-is to smbfs, if this
+ command is run on a 2.4 or higher linux kernel.
+ </para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>
@@ -85,10 +90,16 @@
<refsect1>
<title>AUTHOR</title>
+ <para>Volker Lendecke, Andrew Tridgell, Michael H. Warfield
+ and others.</para>
+
<para>The current maintainer of smbfs and the userspace
tools <command>smbmount</command>, <command>smbumount</command>,
and <command>smbmnt</command> is <ulink
- url="mailto:urban@teststation.com">Urban Widmark</ulink>.</para>
+ url="mailto:urban@teststation.com">Urban Widmark</ulink>.
+ The <ulink url="mailto:samba@samba.org">SAMBA Mailing list</ulink>
+ is the preferred place to ask questions regarding these programs.
+ </para>
<para>The conversion of this manpage for Samba 2.2 was performed
by Gerald Carter</para>