diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-06-10 10:54:21 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-06-10 10:56:40 +0200 |
commit | 4177b0852d122741556cdb2343cd4c56223776c3 (patch) | |
tree | d287fc0dea7a2f37b54d95bd48961827e7f45d64 /docs-xml/smbdotconf | |
parent | 255bdb26025a5025bc60637dd924f6ec71c49ee5 (diff) | |
download | samba-4177b0852d122741556cdb2343cd4c56223776c3.tar.gz samba-4177b0852d122741556cdb2343cd4c56223776c3.tar.bz2 samba-4177b0852d122741556cdb2343cd4c56223776c3.zip |
man pages: Fix broken smb.conf section about the 'get quota command'.
This fixes bug #5422.
Thanks to the Debian package maintainers for reporting!
Karolin
(This used to be commit 04e2470e2eeef34362f2893ec062ae16f74c28ed)
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/vfs/getquotacommand.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/vfs/getquotacommand.xml b/docs-xml/smbdotconf/vfs/getquotacommand.xml index 809d1a118f..92016ef46c 100644 --- a/docs-xml/smbdotconf/vfs/getquotacommand.xml +++ b/docs-xml/smbdotconf/vfs/getquotacommand.xml @@ -8,8 +8,9 @@ whenever there is no operating system API available from the OS that samba can use.</para> - <para>This option is only available with <command>./configure --with-sys-quotas</command>. - Or on linux when <command>./configure --with-quotas</command> was used and a working quota api + <para>This option is only available you have compiled Samba with the + <command moreinfo="none">--with-sys-quotas</command> option or on Linux with + <command moreinfo="none">--with-quotas</command> and a working quota api was found in the system.</para> <para>This parameter should specify the path to a script that |