summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manpages/smbclient.1.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manpages/smbclient.1.xml b/docs/manpages/smbclient.1.xml
index 8063381440..2b4b70aefb 100644
--- a/docs/manpages/smbclient.1.xml
+++ b/docs/manpages/smbclient.1.xml
@@ -622,10 +622,10 @@
<varlistentry>
- <term>link source destination</term>
+ <term>link target linkname</term>
<listitem><para>This command depends on the server supporting the CIFS
UNIX extensions and will fail if the server does not. The client requests that the server
- create a hard link between the source and destination files. The source file
+ create a hard link between the linkname and target files. The linkname file
must not exist.
</para></listitem>
</varlistentry>
@@ -822,10 +822,10 @@
<varlistentry>
- <term>symlink source destination</term>
+ <term>symlink target linkname</term>
<listitem><para>This command depends on the server supporting the CIFS
UNIX extensions and will fail if the server does not. The client requests that the server
- create a symbolic hard link between the source and destination files. The source file
+ create a symbolic hard link between the target and linkname files. The linkname file
must not exist. Note that the server will not create a link to any path that lies
outside the currently connected share. This is enforced by the Samba server.
</para></listitem>