diff options
author | Jeremy Allison <jra@samba.org> | 2007-04-04 23:33:39 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:30 -0500 |
commit | 69620e74a3ee84587f38563771cf2ecf80f1f99e (patch) | |
tree | b1cbf2b06208eae5efdc2d78423618860df89caf | |
parent | e5b6a02271ca2c74592e37468d2fcda9363ce032 (diff) | |
download | samba-69620e74a3ee84587f38563771cf2ecf80f1f99e.tar.gz samba-69620e74a3ee84587f38563771cf2ecf80f1f99e.tar.bz2 samba-69620e74a3ee84587f38563771cf2ecf80f1f99e.zip |
Update docs for #4486.
Jeremy.
(This used to be commit 74ecce049a363dc9feaa0ccef8ffa877dc8feb96)
-rw-r--r-- | docs/manpages-3/vfs_recycle.8.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manpages-3/vfs_recycle.8.xml b/docs/manpages-3/vfs_recycle.8.xml index 366f2d1a11..fcccf18d82 100644 --- a/docs/manpages-3/vfs_recycle.8.xml +++ b/docs/manpages-3/vfs_recycle.8.xml @@ -151,6 +151,7 @@ <listitem> <para>List of files that should not be put into the repository when deleted, but deleted in the normal way. + Wildcards such as * and ? are supported. </para> </listitem> </varlistentry> @@ -160,7 +161,7 @@ <listitem> <para>List of directories whose files should not be put into the repository when deleted, but deleted in the - normal way. + normal way. Wildcards such as * and ? are supported. </para> </listitem> </varlistentry> |