svn commit: samba-docs r208 - in trunk/manpages: .

jelmer at samba.org jelmer at samba.org
Sun Aug 29 12:30:44 GMT 2004


Author: jelmer
Date: 2004-08-29 12:30:43 +0000 (Sun, 29 Aug 2004)
New Revision: 208

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/manpages&rev=208&nolog=1

Log:
source + destination -> target + linkname for 'link' and 'symlink' commands

Modified:
   trunk/manpages/smbclient.1.xml


Changeset:
Modified: trunk/manpages/smbclient.1.xml
===================================================================
--- trunk/manpages/smbclient.1.xml	2004-08-25 14:06:46 UTC (rev 207)
+++ trunk/manpages/smbclient.1.xml	2004-08-29 12:30:43 UTC (rev 208)
@@ -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>



More information about the samba-cvs mailing list