From: Joseph Sutton Date: Tue, 10 Oct 2023 22:47:32 +0000 (+1300) Subject: docs-xml: Fix documentation X-Git-Tag: talloc-2.4.2~1081 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3bc4d4ae03e9a1375b2f5d929575808954e71c3;p=thirdparty%2Fsamba.git docs-xml: Fix documentation Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/ctdb/doc/ctdb-tunables.7.xml b/ctdb/doc/ctdb-tunables.7.xml index e4f7ce0b96a..766213e1423 100644 --- a/ctdb/doc/ctdb-tunables.7.xml +++ b/ctdb/doc/ctdb-tunables.7.xml @@ -284,7 +284,7 @@ MonitorInterval=20 networks. - You can override automatic the "home" node allocation by + You can override the automatic "home" node allocation by creating a file "home_nodes" next to the "public_addresses" file. As an example the following "home_nodes" file assigns the address 192.168.1.1 to diff --git a/docs-xml/manpages/rpcclient.1.xml b/docs-xml/manpages/rpcclient.1.xml index e57d614247f..164a2dbc0bd 100644 --- a/docs-xml/manpages/rpcclient.1.xml +++ b/docs-xml/manpages/rpcclient.1.xml @@ -710,7 +710,7 @@ Comma Separated list of Files rpcclient is designed as a developer testing tool and may not be robust in certain areas (such as command line parsing). It has been known to generate a core dump upon failures when invalid - parameters where passed to the interpreter. + parameters were passed to the interpreter. From Luke Leighton's original rpcclient man page: diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index ef504b41051..a99d2d192f6 100644 --- a/docs-xml/manpages/smbcacls.1.xml +++ b/docs-xml/manpages/smbcacls.1.xml @@ -75,7 +75,7 @@ 7 suite. The smbcacls program manipulates NT Access Control - Lists (ACLs) on SMB file shares. An ACL is comprised zero or more Access + Lists (ACLs) on SMB file shares. An ACL comprises zero or more Access Control Entries (ACEs), which define access restrictions for a specific user or group. diff --git a/docs-xml/smbdotconf/security/aclflaginheritedcanonicalization.xml b/docs-xml/smbdotconf/security/aclflaginheritedcanonicalization.xml index 676d5b478a3..b306b2be48d 100644 --- a/docs-xml/smbdotconf/security/aclflaginheritedcanonicalization.xml +++ b/docs-xml/smbdotconf/security/aclflaginheritedcanonicalization.xml @@ -23,7 +23,7 @@ tools like rsync that copy data blobs from xattrs that represent ACLs created by the acl_xattr VFS module will result in copies of the ACL that are identical to the source. Without this option, the copied ACLs - would all loose the DI flag if set on the source. + would all lose the DI flag if set on the source. yes