svn commit: samba-docs r917 - in trunk/manpages-3: .

jra at samba.org jra at samba.org
Thu Feb 16 21:55:34 GMT 2006


Author: jra
Date: 2006-02-16 21:55:34 +0000 (Thu, 16 Feb 2006)
New Revision: 917

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=917

Log:
Added documentation for 'F' option to tar. Needed before I fix it !
Jeremy.

Modified:
   trunk/manpages-3/smbclient.1.xml


Changeset:
Modified: trunk/manpages-3/smbclient.1.xml
===================================================================
--- trunk/manpages-3/smbclient.1.xml	2006-02-14 04:13:18 UTC (rev 916)
+++ trunk/manpages-3/smbclient.1.xml	2006-02-16 21:55:34 UTC (rev 917)
@@ -342,13 +342,19 @@
 			Is the default behavior when filenames are specified above. Causes 
 			tar files to be included in an extract or create (and therefore 
 			everything else to be excluded). See example below.  Filename globbing 
-			works  in one of two ways.  See r below. </para></listitem>
+			works  in one of two ways.  See <parameter>r</parameter> below. </para></listitem>
 			
 			<listitem><para><parameter>X</parameter> - Exclude files and directories. 
 			Causes tar files to be excluded from an extract or create. See 
 			example below.  Filename globbing works in one of two ways now. 
 			See <parameter>r</parameter> below. </para></listitem>
 			
+			<listitem><para><parameter>F</parameter> - File containing a list of include files and directories.
+			The <parameter>F</parameter> must be followed by a filename that
+			is read for a list of files and directories to include. The filename globbing
+			 works  in one of two ways. See <parameter>r</parameter> below.
+			<para></listitem>
+			
 			<listitem><para><parameter>b</parameter> - Blocksize. Must be followed 
 			by a valid (greater than zero) blocksize.  Causes tar file to be 
 			written out in blocksize*TBLOCK (usually 512 byte) blocks. 



More information about the samba-cvs mailing list