summaryrefslogtreecommitdiff
path: root/docs/manpages/mount.cifs.8.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages/mount.cifs.8.xml')
-rw-r--r--docs/manpages/mount.cifs.8.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/manpages/mount.cifs.8.xml b/docs/manpages/mount.cifs.8.xml
index f74b71d818..f293d86a12 100644
--- a/docs/manpages/mount.cifs.8.xml
+++ b/docs/manpages/mount.cifs.8.xml
@@ -314,6 +314,10 @@ port 445 is tried and if no response then port 139 is tried.
<listitem><para>(default) The program accessing a file on the cifs mounted file system will not hang when the server crashes and will return errors to the user application.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term>--verbose</term>
+ <listitem><para>print additional debugging information for the mount. Note that this parameter must be specified before the -o. For example:</para><para>mount -t cifs //server/share /mnt --verbose -o user=username</para></listitem>
+ </varlistentry>
<varlisstentry>
<term>noacl</term>
@@ -357,12 +361,12 @@ port 445 is tried and if no response then port 139 is tried.
</varlistentry>
<varlistentry>
- <term>rsize</term>
+ <term>rsize=<replaceable>arg</replaceable></term>
<listitem><para>default network read size</para></listitem>
</varlistentry>
<varlistentry>
- <term>wsize</term>
+ <term>wsize=<replaceable>arg</replaceable></term>
<listitem><para>default network write size</para></listitem>
</varlistentry>