From: Joseph Sutton Date: Mon, 4 Sep 2023 00:14:58 +0000 (+1200) Subject: docs-xml: Fix spelling X-Git-Tag: tevent-0.16.0~694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6ff6f7cdf8d72572cf095c1c140eca875c834ef;p=thirdparty%2Fsamba.git docs-xml: Fix spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index d758bd0e908..95bbac7a827 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -1504,7 +1504,7 @@ Adds a new keytab entry, the entry can be either; Unlike old versions no computer AD objects are modified by this command. To -preserve the bevhaviour of older clients 'net ads keytab ad_update_ads' is +preserve the behaviour of older clients 'net ads keytab ad_update_ads' is available. @@ -1514,7 +1514,7 @@ available. Adds a new keytab entry (see section for net ads keytab add). In addition to -adding entries to the keytab file corrosponding Windows SPNs are created +adding entries to the keytab file corresponding Windows SPNs are created from the entry passed to this command. These SPN(s) added to the AD computer account object associated with the client machine running this command for the following entry types; diff --git a/docs-xml/manpages/pam_winbind.conf.5.xml b/docs-xml/manpages/pam_winbind.conf.5.xml index 185f539454c..3d9cb491505 100644 --- a/docs-xml/manpages/pam_winbind.conf.5.xml +++ b/docs-xml/manpages/pam_winbind.conf.5.xml @@ -132,14 +132,14 @@ KEYRING:persistent:UID, which uses the Linux kernel keyring to store credentials on a per-UID basis. The KEYRING has its limitations. As it is secure kernel memory, - for example bulk sorage of credentils is for not possible. + for example bulk storage of credentials is not possible. - When using th KCM type, the supported mechanism is + When using the KCM type, the supported mechanism is KCM:UID, which uses a Kerberos credential - manaager to store credentials on a per-UID basis similar to + manager to store credentials on a per-UID basis similar to KEYRING. This is the recommended choice on latest Linux distributions, offering a Kerberos Credential Manager. If not - we suggest to use KEYRING as those are the most secure and + we suggest to use KEYRING as that is the most secure and predictable method. It is also possible to define custom filepaths and use the "%u" diff --git a/docs-xml/manpages/samba-dcerpcd.8.xml b/docs-xml/manpages/samba-dcerpcd.8.xml index 1e6f1918a17..2df4f27c206 100644 --- a/docs-xml/manpages/samba-dcerpcd.8.xml +++ b/docs-xml/manpages/samba-dcerpcd.8.xml @@ -26,7 +26,7 @@ samba process that invokes smbd will still provide its normal DCERPC services, not samba-dcerpcd. When - separately invoked by system startup scripts or a a daemon, + separately invoked by system startup scripts or a daemon, the global smb.conf option false MUST be set to allow samba-dcerpcd to start standalone. diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index a0ade78c6d1..55e714dbed4 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -126,7 +126,7 @@ --description=DESCRIPTION - The new computers's description. + The new computer's description. @@ -246,7 +246,7 @@ --description=DESCRIPTION - The new contacts's description. + The new contact's description. diff --git a/docs-xml/manpages/vfs_fileid.8.xml b/docs-xml/manpages/vfs_fileid.8.xml index 8732f951121..ed4d4347011 100644 --- a/docs-xml/manpages/vfs_fileid.8.xml +++ b/docs-xml/manpages/vfs_fileid.8.xml @@ -171,11 +171,11 @@ fileid:nolock_max_slots = NUMBER(1-18446744073709551615) This option alters the behavior of the nolock algorithm - in a ways that it also breaks the lock coherency between individual processes + in a way that it also breaks the lock coherency between individual processes on the same host. The default is to have just 1 concurrent slot available per host. - By incressing the number of slots you can specify how many concurrent processes + By increasing the number of slots you can specify how many concurrent processes can work on a given inode without contention, the number should typically be larger - than the a number of logical cpus, maybe 2 times of num_cpus. + than the number of logical cpus, maybe 2 times num_cpus. diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml index 2215f031312..7ae17c65976 100644 --- a/docs-xml/manpages/vfs_fruit.8.xml +++ b/docs-xml/manpages/vfs_fruit.8.xml @@ -168,7 +168,7 @@ Controls where the OS X resource fork is stored. - Due to a spelling bug in all Samba versions older then + Due to a spelling bug in all Samba versions older than 4.6.0, this option can also be given as fruit:ressource, ie with two s. diff --git a/docs-xml/manpages/vfs_shadow_copy.8.xml b/docs-xml/manpages/vfs_shadow_copy.8.xml index 4f8468d5a1e..5699a5dc5e7 100644 --- a/docs-xml/manpages/vfs_shadow_copy.8.xml +++ b/docs-xml/manpages/vfs_shadow_copy.8.xml @@ -50,7 +50,7 @@ Filesystem snapshots must be mounted on specially named directories in order to be recognized by vfs_shadow_copy. The snapshot mount points must - be immediate children of a the directory being shared. + be immediate children of the directory being shared. The snapshot naming convention is @GMT-YYYY.MM.DD-hh.mm.ss, where: diff --git a/docs-xml/smbdotconf/security/clientusekerberos.xml b/docs-xml/smbdotconf/security/clientusekerberos.xml index ad35dcf3aca..1ccf88e06f3 100644 --- a/docs-xml/smbdotconf/security/clientusekerberos.xml +++ b/docs-xml/smbdotconf/security/clientusekerberos.xml @@ -26,7 +26,7 @@ required - Kerberos authentication will be required. There will be no - falllback to NTLM or a different alternative. + fallback to NTLM or a different alternative.