diff options
author | Karolin Seeger <ks@samba.org> | 2008-01-03 13:53:08 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:41 -0500 |
commit | 6ecf4cd4bd9f1ce40e59cb98e7a6dbcea7ef225e (patch) | |
tree | 8232b488af5db11745119309a9af2e065a7cce86 /docs | |
parent | f8f3c7f2c752324f041909663819b4981b0c29ed (diff) | |
download | samba-6ecf4cd4bd9f1ce40e59cb98e7a6dbcea7ef225e.tar.gz samba-6ecf4cd4bd9f1ce40e59cb98e7a6dbcea7ef225e.tar.bz2 samba-6ecf4cd4bd9f1ce40e59cb98e7a6dbcea7ef225e.zip |
Fix bug #4729. The mount.cifs option 'ip' does not accept hostnames. Thanks to the Debian Samba package maintainers for reporting!
(This used to be commit 0b9908f674b972170dfa640eddf3131846686598)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/mount.cifs.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manpages-3/mount.cifs.8.xml b/docs/manpages-3/mount.cifs.8.xml index 576c28c443..185895c15f 100644 --- a/docs/manpages-3/mount.cifs.8.xml +++ b/docs/manpages-3/mount.cifs.8.xml @@ -175,7 +175,7 @@ port 445 is tried and if no response then port 139 is tried. <varlistentry> <term>ip=<replaceable>arg</replaceable></term> - <listitem><para>sets the destination host or IP address.</para></listitem> + <listitem><para>sets the destination IP address.</para></listitem> </varlistentry> <varlistentry> |