From a4f8d678e00e49df480acaddbe4dc1658251b73c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 16 Feb 2006 21:55:34 +0000 Subject: [PATCH] Added documentation for 'F' option to tar. Needed before I fix it ! Jeremy. --- docs/manpages-3/smbclient.1.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index e5296fc0339..444446d8bdb 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. + works in one of two ways. See r below. X - 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 r below. + F - File containing a list of include files and directories. + The F 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 r below. + + b - 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. -- 2.34.1