diff options
author | Jeremy Allison <jra@samba.org> | 2007-03-02 00:09:41 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:28 -0500 |
commit | 1a3d7964208903c2b3b47d3ca7ac851674838a71 (patch) | |
tree | 0d318d29a65ede3bd76534300bda4c69ce886d40 /docs/manpages-3 | |
parent | 72f2217d2a6bacec473a62146c04668b4b2449b8 (diff) | |
download | samba-1a3d7964208903c2b3b47d3ca7ac851674838a71.tar.gz samba-1a3d7964208903c2b3b47d3ca7ac851674838a71.tar.bz2 samba-1a3d7964208903c2b3b47d3ca7ac851674838a71.zip |
Update manpage to add "minsize" parameter.
Jeremy.
(This used to be commit 94463a1fafced29ffcbbc3ce20fa8f2c83d1dfc3)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/vfs_recycle.8.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manpages-3/vfs_recycle.8.xml b/docs/manpages-3/vfs_recycle.8.xml index 106813e127..366f2d1a11 100644 --- a/docs/manpages-3/vfs_recycle.8.xml +++ b/docs/manpages-3/vfs_recycle.8.xml @@ -127,6 +127,16 @@ </varlistentry> <varlistentry> + <term>recycle:minsize = BYTES</term> + <listitem> + <para>Files that are smaller than the number of bytes + specified by this parameter will not be put into the + repository. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>recycle:maxsize = BYTES</term> <listitem> <para>Files that are larger than the number of bytes |