From ffdc9fa7af4764799268bde92c2e23e9236e1889 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 15 Aug 2003 16:22:18 +0000 Subject: Fix typos (This used to be commit e5e71af660e5d7a2b9a76c2489822e176978185e) --- docs/docbook/smbdotconf/vfs/getquotacommand.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/docbook') 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"> - The set quota command should only be used + The get quota command should only be used whenever there is no operating system API available from the OS that samba can use. @@ -29,7 +29,7 @@ 4 - group default quotas (gid = -1) - This script should output according to the following format: + This script should print its output according to the following format: Line 1 - quota flags (0 = no quotas, 1 = quotas enabled, 2 = quotas enabled and enforced) @@ -45,8 +45,8 @@ See also the set quota command parameter. - Default: set quota command = + Default: get quota command = - Example: set quota command = /usr/local/sbin/query_quota + Example: get quota command = /usr/local/sbin/query_quota -- cgit