diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-08-29 12:30:43 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:00 -0500 |
commit | 06e98a13047682f1c4a2e0927f0682dee8edfc23 (patch) | |
tree | e927d5880e6ac9394526f5e98151f7ff2b64612f /docs/manpages | |
parent | 3582b295f628cdb3181cf60583b340f87477ae71 (diff) | |
download | samba-06e98a13047682f1c4a2e0927f0682dee8edfc23.tar.gz samba-06e98a13047682f1c4a2e0927f0682dee8edfc23.tar.bz2 samba-06e98a13047682f1c4a2e0927f0682dee8edfc23.zip |
source + destination -> target + linkname for 'link' and 'symlink' commands
(This used to be commit 5814cdaee4b3e11817d0faf691847967e1fde4e0)
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/smbclient.1.xml | 8 |
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> |