From 87124fc4039877714b0f7a31a1d03a14bf7708e1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 Nov 2002 21:35:22 +0000 Subject: Fix small syntax errors (This used to be commit 7f9b0dbf5bddf6b49fdb8788ab6745ed46cb9cca) --- docs/docbook/manpages/smb.conf.5.sgml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/docbook/manpages/smb.conf.5.sgml') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 07b04efd96..0cdf2bbcd6 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -2862,7 +2862,7 @@ system print command such as lpr(1) or lp(1). - This paramater does not accept % macros, because + This parameter does not accept % macros, because many parts of the system require this value to be constant for correct operation. @@ -3475,7 +3475,7 @@ ldap server. Only available when the backwards-compatiblity --with-ldapsam option is specified - to configure. See passdb backend + to configure. See passdb backend Default : ldap ssl = start_tls @@ -5387,8 +5387,8 @@ LDAP connections should be secured where possible. This may be done using either Start-TLS (see - ldap ssl) or by - specifying ldaps:// in + ldap ssl) or by + specifying ldaps:// in the URL argument. @@ -7499,7 +7499,8 @@ unicode (G) Specifies whether Samba should try - to use unicode on the wire by default. + to use unicode on the wire by default. Note: This does NOT + mean that samba will assume that the unix machine uses unicode! Default: unicode = yes @@ -7515,6 +7516,7 @@ Default: unix charset = ASCII + Example: unix charset = UTF8 -- cgit