From 671a2fa3f8f35484f9d0635566b081887c8ffbe8 Mon Sep 17 00:00:00 2001 From: Scott Lovenberg Date: Thu, 14 Nov 2013 09:52:29 -0500 Subject: docs: Fix typo in "max open files" description Removed extra word "The" from parameter description. Signed-off-by: Scott Lovenberg [ddiss@samba.org: removed white space damage] Reviewed-by: David Disseldorp --- docs-xml/smbdotconf/tuning/maxopenfiles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/tuning/maxopenfiles.xml b/docs-xml/smbdotconf/tuning/maxopenfiles.xml index 8c1a49f686..8c8ad9cc99 100644 --- a/docs-xml/smbdotconf/tuning/maxopenfiles.xml +++ b/docs-xml/smbdotconf/tuning/maxopenfiles.xml @@ -7,7 +7,7 @@ This parameter limits the maximum number of open files that one smbd 8 file - serving process may have open for a client at any one time. The + serving process may have open for a client at any one time. This parameter can be set very high (16404) as Samba uses only one bit per unopened file. Setting this parameter lower than 16404 will cause Samba to complain and set this value back to -- cgit