From: Andreas Schneider Date: Mon, 3 Apr 2023 07:58:47 +0000 (+0200) Subject: docs-xml: Fix spelling in smb.conf manpage X-Git-Tag: talloc-2.4.1~1132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9d4915cd62ccd263f68143f82aa1aea28bb50c3;p=thirdparty%2Fsamba.git docs-xml: Fix spelling in smb.conf manpage Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml b/docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml index 7de0fac169e..f11b5d5455b 100644 --- a/docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml +++ b/docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml @@ -7,7 +7,7 @@ This parameter specifies the suffix that is used for groups when these are added to the LDAP directory. If this parameter is unset, the value of will be used instead. The suffix string is pre-pended to the + name="ldap suffix"/> will be used instead. The suffix string is prepended to the string so use a partial DN. diff --git a/docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml b/docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml index 1fe7e8ae388..e20e9620484 100644 --- a/docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml +++ b/docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml @@ -7,7 +7,7 @@ This parameters specifies the suffix that is used when storing idmap mappings. If this parameter is unset, the value of will be used instead. The suffix - string is pre-pended to the string so use a partial DN. + string is prepended to the string so use a partial DN. diff --git a/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml b/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml index e82675b1e4f..d3310ed85f0 100644 --- a/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml +++ b/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml @@ -7,7 +7,7 @@ It specifies where machines should be added to the ldap tree. If this parameter is unset, the value of - will be used instead. The suffix string is pre-pended to the + will be used instead. The suffix string is prepended to the string so use a partial DN. diff --git a/docs-xml/smbdotconf/ldap/ldapusersuffix.xml b/docs-xml/smbdotconf/ldap/ldapusersuffix.xml index 8e6b8a340e4..c8455e42d12 100644 --- a/docs-xml/smbdotconf/ldap/ldapusersuffix.xml +++ b/docs-xml/smbdotconf/ldap/ldapusersuffix.xml @@ -7,7 +7,7 @@ This parameter specifies where users are added to the tree. If this parameter is unset, the value of will be used instead. The suffix - string is pre-pended to the string so use a partial DN. + string is prepended to the string so use a partial DN. diff --git a/docs-xml/smbdotconf/logon/logonpath.xml b/docs-xml/smbdotconf/logon/logonpath.xml index 440ebc4284e..3cc85dbcdf9 100644 --- a/docs-xml/smbdotconf/logon/logonpath.xml +++ b/docs-xml/smbdotconf/logon/logonpath.xml @@ -43,7 +43,7 @@ is used, at the time the user account is created the value configured for this parameter is written to the passdb backend and that value will over-ride the parameter value present in the smb.conf file. Any error - present in the passdb backend account record must be editted using the + present in the passdb backend account record must be edited using the appropriate tool (pdbedit on the command-line, or any other locally provided system tool). diff --git a/docs-xml/smbdotconf/security/serverrole.xml b/docs-xml/smbdotconf/security/serverrole.xml index 1ccc8c5ebe8..4ea4e4751ee 100644 --- a/docs-xml/smbdotconf/security/serverrole.xml +++ b/docs-xml/smbdotconf/security/serverrole.xml @@ -58,7 +58,7 @@ controller, providing domain logon services to Windows and Samba clients of an NT4-like domain. Clients must be joined to the domain to create a secure, trusted path across the network. There must be - only one PDC per NetBIOS scope (typcially a broadcast network or + only one PDC per NetBIOS scope (typically a broadcast network or clients served by a single WINS server). SERVER ROLE = CLASSIC BACKUP DOMAIN CONTROLLER diff --git a/docs-xml/smbdotconf/tuning/usemmap.xml b/docs-xml/smbdotconf/tuning/usemmap.xml index 40ca7b99d81..cbc18be0469 100644 --- a/docs-xml/smbdotconf/tuning/usemmap.xml +++ b/docs-xml/smbdotconf/tuning/usemmap.xml @@ -7,7 +7,7 @@ depend on mmap working correctly on the running system. Samba requires a coherent mmap/read-write system memory cache. Currently only OpenBSD and HPUX do not have such a coherent cache, and on those platforms this parameter is overridden internally - to be effeceively no. On all systems this parameter should be left alone. This + to be effectively no. On all systems this parameter should be left alone. This parameter is provided to help the Samba developers track down problems with the tdb internal code.