summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-08-05 14:10:11 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-05 14:17:08 +0200
commit9f9f8ef14bfded6a7b4bd068da328f62f2399255 (patch)
tree9f24d03d852a3635f2859fbe28c9d2bcd587d6e0 /docs-xml
parent54d8b50904cf1f779f127549471a0ffa8bd97ca8 (diff)
downloadsamba-9f9f8ef14bfded6a7b4bd068da328f62f2399255.tar.gz
samba-9f9f8ef14bfded6a7b4bd068da328f62f2399255.tar.bz2
samba-9f9f8ef14bfded6a7b4bd068da328f62f2399255.zip
man pages: Add documentation about smbclient command "rename".
This fixes bug #5268. Thanks to Alexander Franz <a.franz [at] gmx.net> for reporting! Karolin (This used to be commit 0a93fd2dedfa7fed1ad0b8a5e079bf7be72a4bd5)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/smbclient.1.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml
index 5096e7da5f..e2662cc08d 100644
--- a/docs-xml/manpages-3/smbclient.1.xml
+++ b/docs-xml/manpages-3/smbclient.1.xml
@@ -929,6 +929,13 @@
</varlistentry>
<varlistentry>
+ <term>rename &lt;old filename&gt; &lt;new filename&gt;</term>
+ <listitem><para>Rename files in the current working directory on the
+ server from <replaceable>old filename</replaceable> to
+ <replaceable>new filename</replaceable>. </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>rm &lt;mask&gt;</term>
<listitem><para>Remove all files matching <replaceable>mask</replaceable> from the current
working directory on the server. </para></listitem>