diff options
author | Volker Lendecke <vl@samba.org> | 2009-09-09 23:08:28 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-09-09 23:11:06 +0200 |
commit | a224392649ffb81dc1d67f41a01dd983b76d513b (patch) | |
tree | aed6a60e797128eabe98cf92fffe256942549417 | |
parent | f20c2e0fd4e5bcf188b8fd6024ab146d707e933e (diff) | |
download | samba-a224392649ffb81dc1d67f41a01dd983b76d513b.tar.gz samba-a224392649ffb81dc1d67f41a01dd983b76d513b.tar.bz2 samba-a224392649ffb81dc1d67f41a01dd983b76d513b.zip |
s3:docs: Add info about how to obtain cifs module in cifs mount helper manpage
-rw-r--r-- | docs-xml/manpages-3/mount.cifs.8.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml index 68106534fc..d00c19bb8d 100644 --- a/docs-xml/manpages-3/mount.cifs.8.xml +++ b/docs-xml/manpages-3/mount.cifs.8.xml @@ -62,6 +62,14 @@ kernel log. the mounted resource is unmounted (usually via the umount utility). </para> + <para> + <emphasis>mount.cifs -V</emphasis> command displays the version of cifs mount helper. + </para> + <para> + + <emphasis>modinfo cifs</emphasis> command displays the version of cifs module. + </para> + </refsect1> <refsect1> |