r10106: Fix typos. Oops, more fixes.
authorJohn Terpstra <jht@samba.org>
Fri, 9 Sep 2005 06:40:17 +0000 (06:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:03:33 +0000 (11:03 -0500)
(This used to be commit 80952a7edab50315c3a17744683a8cb378eec8ae)

source3/modules/vfs_default_quota.c

index 923820de9c7bb579e7192041966deceb380cde50..9922a30315d4804c243503ec6db85559f143b2db 100644 (file)
  * This module takes 2 parametric parameters in smb.conf:
  * (the default prefix for them is 'default_quota',
  *  it can be overwrittem when you load the module in
- *  the 'vfs object' parameter like this:
- *  vfs object = default_quota:myprefix)
+ *  the 'vfs objects' parameter like this:
+ *  vfs objects = default_quota:myprefix)
  * 
- * "<prefix>:uid" parameter takes a integer argument,
+ * "<myprefix>:uid" parameter takes a integer argument,
  *     it specifies the uid of the quota record, that will be taken for
  *     storing the default USER-quotas.
  *
  *     - default value: '0' (for root user)
  *     - e.g.: default_quota:uid = 65534
  *
- * "<prefix>:uid nolimit" parameter takes a boolean argument,
+ * "<myprefix>:uid nolimit" parameter takes a boolean argument,
  *     it specifies if we should report the stored default quota values,
  *     also for the user record, or if you should just report NO_LIMIT
  *     to the windows client for the user specified by the "<prefix>:uid" parameter.
  *     - default value: yes (that means to report NO_LIMIT)
  *     - e.g.: default_quota:uid nolimit = no
  * 
- * "<prefix>:gid" parameter takes a integer argument,
+ * "<myprefix>:gid" parameter takes a integer argument,
  *     it's just like "<prefix>:uid" but for group quotas.
  *     (NOTE: group quotas are not supported from the windows explorer!)
  *
  *     - default value: '0' (for root group)
  *     - e.g.: default_quota:gid = 65534
  *
- * "<prefix>:gid nolimit" parameter takes a boolean argument,
+ * "<myprefix>:gid nolimit" parameter takes a boolean argument,
  *     it's just like "<prefix>:uid nolimit" but for group quotas.
  *     (NOTE: group quotas are not supported from the windows explorer!)
  *