diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-15 16:22:18 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-15 16:22:18 +0000 |
commit | ffdc9fa7af4764799268bde92c2e23e9236e1889 (patch) | |
tree | c548d16bc0a5a35990b374bf6b9ee6c18c289243 /docs | |
parent | ced2b072a977a1f4d74ad8723ec9538d865fbf9f (diff) | |
download | samba-ffdc9fa7af4764799268bde92c2e23e9236e1889.tar.gz samba-ffdc9fa7af4764799268bde92c2e23e9236e1889.tar.bz2 samba-ffdc9fa7af4764799268bde92c2e23e9236e1889.zip |
Fix typos
(This used to be commit e5e71af660e5d7a2b9a76c2489822e176978185e)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/smbdotconf/vfs/getquotacommand.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docbook/smbdotconf/vfs/getquotacommand.xml b/docs/docbook/smbdotconf/vfs/getquotacommand.xml index 162baf5d83..93c9089519 100644 --- a/docs/docbook/smbdotconf/vfs/getquotacommand.xml +++ b/docs/docbook/smbdotconf/vfs/getquotacommand.xml @@ -3,7 +3,7 @@ advanced="1" developer="1" xmlns:samba="http://samba.org/common"> <listitem> - <para>The <command>set quota command</command> should only be used + <para>The <command>get quota command</command> should only be used whenever there is no operating system API available from the OS that samba can use.</para> @@ -29,7 +29,7 @@ <listitem><para>4 - group default quotas (gid = -1)</para></listitem> </itemizedlist> - <para>This script should output according to the following format:</para> + <para>This script should print its output according to the following format:</para> <itemizedlist> <listitem><para>Line 1 - quota flags (0 = no quotas, 1 = quotas enabled, 2 = quotas enabled and enforced)</para></listitem> @@ -45,8 +45,8 @@ <para>See also the <link linkend="SETQUOTACOMMAND"><parameter moreinfo="none">set quota command</parameter></link> parameter. </para> - <para>Default: <command moreinfo="none">set quota command = </command></para> + <para>Default: <command moreinfo="none">get quota command = </command></para> - <para>Example: <command moreinfo="none">set quota command = /usr/local/sbin/query_quota</command></para> + <para>Example: <command moreinfo="none">get quota command = /usr/local/sbin/query_quota</command></para> </listitem> </samba:parameter> |