From 6f75da500b75c17c8b71b6b682f5025144061891 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Mar 2003 23:03:03 +0000 Subject: Fix two typos (This used to be commit c682d5abf310e445f1629e9b48a15d10b176ed39) --- docs/docbook/manpages/smb.conf.5.sgml | 2 +- docs/docbook/manpages/winbindd.8.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 3998932365..0968faa584 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -2374,7 +2374,7 @@ df $1 | tail -1 | awk '{print $2" "$4}' charset Samba should talk to DOS clients. - The default depends on which charsets you have instaled. + The default depends on which charsets you have installed. Samba tries to use charset 850 but falls back to ASCII in case it is not available. Run testparm 1 to check the default on your system. diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml index 9923c64ee9..177265caf1 100644 --- a/docs/docbook/manpages/winbindd.8.sgml +++ b/docs/docbook/manpages/winbindd.8.sgml @@ -161,7 +161,7 @@ group: files winbind as 2 threads. The first will answer all requests from the cache, thus making responses to clients faster. The other will update the cache for the query that the first has just responded. - Advantage of this is that responses are accurate and fast. + Advantage of this is that responses stay accurate and are faster. -- cgit