summaryrefslogtreecommitdiff
path: root/docs/manpages-3/smbclient.1.xml
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-02-16 21:55:34 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:16 -0500
commit36e0e21d209061be2c9dc361853946d12a2bd2f9 (patch)
tree6f1de7ca7bf62c5590bd895099c5f4d02eace213 /docs/manpages-3/smbclient.1.xml
parenta6d200368a719404496501b5830318e9ada37538 (diff)
downloadsamba-36e0e21d209061be2c9dc361853946d12a2bd2f9.tar.gz
samba-36e0e21d209061be2c9dc361853946d12a2bd2f9.tar.bz2
samba-36e0e21d209061be2c9dc361853946d12a2bd2f9.zip
Added documentation for 'F' option to tar. Needed before I fix it !
Jeremy. (This used to be commit 2e171569bf1324fd224c9f168dd2f51a35a8b3a5)
Diffstat (limited to 'docs/manpages-3/smbclient.1.xml')
-rw-r--r--docs/manpages-3/smbclient.1.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml
index e5296fc033..444446d8bd 100644
--- a/docs/manpages-3/smbclient.1.xml
+++ b/docs/manpages-3/smbclient.1.xml
@@ -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.