summaryrefslogtreecommitdiff
path: root/docs/manpages-3/smbcquotas.1.xml
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-03-01 02:04:56 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:28 -0500
commit8b18623c2483bd684347049f43e1856bf2824400 (patch)
treea8fb9073d35207df6872b9f4684ffd9e3db089fd /docs/manpages-3/smbcquotas.1.xml
parent79dde864f8546cd360317cae7d9b7f23f8d7d5d7 (diff)
downloadsamba-8b18623c2483bd684347049f43e1856bf2824400.tar.gz
samba-8b18623c2483bd684347049f43e1856bf2824400.tar.bz2
samba-8b18623c2483bd684347049f43e1856bf2824400.zip
Remove bogus mention of ACLs. Note that quota units are bytes.
(This used to be commit f8369083cf6e01beee4d16f132e0397744848d55)
Diffstat (limited to 'docs/manpages-3/smbcquotas.1.xml')
-rw-r--r--docs/manpages-3/smbcquotas.1.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/manpages-3/smbcquotas.1.xml b/docs/manpages-3/smbcquotas.1.xml
index 239315e9dc..9c7cc2f74d 100644
--- a/docs/manpages-3/smbcquotas.1.xml
+++ b/docs/manpages-3/smbcquotas.1.xml
@@ -116,19 +116,18 @@
<refsect1>
<title>QUOTA_SET_COMAND</title>
- <para>The format of an ACL is one or more ACL entries separated by
- either commas or newlines. An ACL entry is one of the following: </para>
-
- <para>
- for setting user quotas for the user specified by -u or the current username:
+ <para>The format of an the QUOTA_SET_COMMAND is an operation
+ name followed by a set of parameters specific to that operation.
</para>
+ <para>To set user quotas for the user specified by -u or for the
+ current username: </para>
+
<para><userinput>
UQLIM:&lt;username&gt;:&lt;softlimit&gt;/&lt;hardlimit&gt;
</userinput></para>
- <para>
- for setting the default quotas for a share:
+ <para>To set the default quotas for a share:
</para>
<para><userinput>
@@ -136,12 +135,14 @@
</userinput></para>
<para>
- for changing the share quota settings:
+ To change the share quota settings:
</para>
<para><userinput>
FSQFLAGS:QUOTA_ENABLED/DENY_DISK/LOG_SOFTLIMIT/LOG_HARD_LIMIT
</userinput></para>
+
+ <para>All limits are specified as a number of bytes.</para>
</refsect1>
<refsect1>