From 06e98a13047682f1c4a2e0927f0682dee8edfc23 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 29 Aug 2004 12:30:43 +0000 Subject: source + destination -> target + linkname for 'link' and 'symlink' commands (This used to be commit 5814cdaee4b3e11817d0faf691847967e1fde4e0) --- docs/manpages/smbclient.1.xml | 8 ++++---- 1 file 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 @@ - link source destination + link target linkname 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. @@ -822,10 +822,10 @@ - symlink source destination + symlink target linkname 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. -- cgit