From: James Peach Date: Thu, 1 Mar 2007 02:04:56 +0000 (+0000) Subject: Remove bogus mention of ACLs. Note that quota units are bytes. X-Git-Tag: samba-4.0.0alpha6~801^2~1818 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b18623c2483bd684347049f43e1856bf2824400;p=thirdparty%2Fsamba.git Remove bogus mention of ACLs. Note that quota units are bytes. (This used to be commit f8369083cf6e01beee4d16f132e0397744848d55) --- diff --git a/docs/manpages-3/smbcquotas.1.xml b/docs/manpages-3/smbcquotas.1.xml index 239315e9dcd..9c7cc2f74d6 100644 --- a/docs/manpages-3/smbcquotas.1.xml +++ b/docs/manpages-3/smbcquotas.1.xml @@ -116,19 +116,18 @@ QUOTA_SET_COMAND - 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: - - - for setting user quotas for the user specified by -u or the current username: + The format of an the QUOTA_SET_COMMAND is an operation + name followed by a set of parameters specific to that operation. + To set user quotas for the user specified by -u or for the + current username: + UQLIM:<username>:<softlimit>/<hardlimit> - - for setting the default quotas for a share: + To set the default quotas for a share: @@ -136,12 +135,14 @@ - for changing the share quota settings: + To change the share quota settings: FSQFLAGS:QUOTA_ENABLED/DENY_DISK/LOG_SOFTLIMIT/LOG_HARD_LIMIT + + All limits are specified as a number of bytes.