From d5d3fe126497d8bb6ed680b209b02845f88151f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 20 Dec 2017 21:23:24 +0100 Subject: [PATCH 1/4] tests:docs: don't try to test parametric option defaults we don't get the values of the parametric options. Signed-off-by: Bjoern Jacke --- python/samba/tests/docs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index 521efe5..6b1b6245 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -186,6 +186,9 @@ class SmbDotConfTests(TestCase): if param in self.special_cases: continue + # bad, bad parametric options - we don't have their default values + if ':' in param: + continue section = None if context == "G": section = "global" -- 2.7.4 From 795e8dce5cb64bb370d357e44114bf7dfd112da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 20 Dec 2017 21:35:54 +0100 Subject: [PATCH 2/4] tests:docs: remove explicit exceptions for parametric options we don't need to list them all as special cases because we exclude parametric options generally now from the default value test. Signed-off-by: Bjoern Jacke --- python/samba/tests/docs.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index 6b1b6245..85d8cae 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -99,15 +99,13 @@ def get_documented_tuples(sourcedir, omit_no_default=True): class SmbDotConfTests(TestCase): # defines the cases where the defaults may differ from the documentation - special_cases = set(['log level', 'path', 'ldapsam:trusted', 'spoolss: architecture', - 'share:fake_fscaps', 'ldapsam:editposix', 'rpc_daemon:DAEMON', - 'rpc_server:SERVER', 'panic action', 'homedir map', 'NIS homedir', + special_cases = set(['log level', 'path', + 'panic action', 'homedir map', 'NIS homedir', 'server string', 'netbios name', 'socket options', 'use mmap', 'ctdbd socket', 'printing', 'printcap name', 'queueresume command', 'queuepause command','lpresume command', 'lppause command', 'lprm command', 'lpq command', 'print command', 'template homedir', - 'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build', - 'max open files', 'fss: prune stale', 'fss: sequence timeout', + 'max open files', 'include system krb5 conf', 'rpc server dynamic port range', 'mit kdc command']) -- 2.7.4 From 8da785b61e7750554ca4cb713d111412f74f276c Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Fri, 8 Dec 2017 14:52:24 +0100 Subject: [PATCH 3/4] doc: document wins server's smb.conf parameters this is from the WINS server, which was released earlier as samba4wins. Signed-off-by: Bjoern Jacke --- .../wins/nbtd-wins_prepend1bto1cqueries.xml | 16 +++++++++++++++ .../smbdotconf/wins/nbtd-wins_randomize1clist.xml | 19 ++++++++++++++++++ .../wins/nbtd-wins_randomize1clist_mask.xml | 16 +++++++++++++++ docs-xml/smbdotconf/wins/winsdb-localowner.xml | 12 +++++++++++ docs-xml/smbdotconf/wins/winsdb-nosync.xml | 11 +++++++++++ .../smbdotconf/wins/wreplsrv-periodic_interval.xml | 14 +++++++++++++ .../wins/wreplsrv-propagate_name_releases.xml | 23 ++++++++++++++++++++++ .../wins/wreplsrv-scavenging_interval.xml | 11 +++++++++++ .../wins/wreplsrv-tombstone_extra_timeout.xml | 12 +++++++++++ .../wins/wreplsrv-tombstone_interval.xml | 12 +++++++++++ .../smbdotconf/wins/wreplsrv-tombstone_timeout.xml | 12 +++++++++++ .../smbdotconf/wins/wreplsrv-verify_interval.xml | 13 ++++++++++++ 12 files changed, 171 insertions(+) create mode 100644 docs-xml/smbdotconf/wins/nbtd-wins_prepend1bto1cqueries.xml create mode 100644 docs-xml/smbdotconf/wins/nbtd-wins_randomize1clist.xml create mode 100644 docs-xml/smbdotconf/wins/nbtd-wins_randomize1clist_mask.xml create mode 100644 docs-xml/smbdotconf/wins/winsdb-localowner.xml create mode 100644 docs-xml/smbdotconf/wins/winsdb-nosync.xml create mode 100644 docs-xml/smbdotconf/wins/wreplsrv-periodic_interval.xml create mode 100644 docs-xml/smbdotconf/wins/wreplsrv-propagate_name_releases.xml create mode 100644 docs-xml/smbdotconf/wins/wreplsrv-scavenging_interval.xml create mode 100644 docs-xml/smbdotconf/wins/wreplsrv-tombstone_extra_timeout.xml create mode 100644 docs-xml/smbdotconf/wins/wreplsrv-tombstone_interval.xml create mode 100644 docs-xml/smbdotconf/wins/wreplsrv-tombstone_timeout.xml create mode 100644 docs-xml/smbdotconf/wins/wreplsrv-verify_interval.xml diff --git a/docs-xml/smbdotconf/wins/nbtd-wins_prepend1bto1cqueries.xml b/docs-xml/smbdotconf/wins/nbtd-wins_prepend1bto1cqueries.xml new file mode 100644 index 0000000..e8d548e --- /dev/null +++ b/docs-xml/smbdotconf/wins/nbtd-wins_prepend1bto1cqueries.xml @@ -0,0 +1,16 @@ + + + Normally queries for 0x1C names (all logon servers for a domain) + will return the first address of the 0x1B names (domain master browser + and PDC) as first address in the result list. As many client only use + the first address in the list by default, all clients will use the same + server (the PDC). Windows servers have an option to disable this + behavior (since Windows 2000 Service Pack 2). + + + +yes + diff --git a/docs-xml/smbdotconf/wins/nbtd-wins_randomize1clist.xml b/docs-xml/smbdotconf/wins/nbtd-wins_randomize1clist.xml new file mode 100644 index 0000000..e6b1aa7 --- /dev/null +++ b/docs-xml/smbdotconf/wins/nbtd-wins_randomize1clist.xml @@ -0,0 +1,19 @@ + + + Normally queries for 0x1C names will return the addresses in the + same order as they're stored in the database, that means first all + addresses which have been directly registered at the local wins server + and then all addresses registered at other servers. Windows servers + have an option to change this behavior and randomize the returned + addresses. Set this parameter to "yes" and Samba will sort the + address list depending on the client address and the matching bits of + the addresses, the first address is randomized based on depending on + the "nbtd:wins_randomize1Clist_mask" parameter. + + + +no + diff --git a/docs-xml/smbdotconf/wins/nbtd-wins_randomize1clist_mask.xml b/docs-xml/smbdotconf/wins/nbtd-wins_randomize1clist_mask.xml new file mode 100644 index 0000000..0903515 --- /dev/null +++ b/docs-xml/smbdotconf/wins/nbtd-wins_randomize1clist_mask.xml @@ -0,0 +1,16 @@ + + + If the "nbtd:wins_randomize1Clist" parameter is set to "yes", + then randomizing of the first returned address is based on the + specified netmask. If there are addresses which are in the same subnet + as the client address, the first returned address is randomly chosen + out them. Otherwise the first returned address is randomly chosen out + of all addresses. + + + +255.255.255.0 + diff --git a/docs-xml/smbdotconf/wins/winsdb-localowner.xml b/docs-xml/smbdotconf/wins/winsdb-localowner.xml new file mode 100644 index 0000000..c5a674f --- /dev/null +++ b/docs-xml/smbdotconf/wins/winsdb-localowner.xml @@ -0,0 +1,12 @@ + + + This specifies the address that is stored in the winsOwner attribute, of + locally registered winsRecord-objects. + The default is to use the ip-address of the first network interface. + + + + diff --git a/docs-xml/smbdotconf/wins/winsdb-nosync.xml b/docs-xml/smbdotconf/wins/winsdb-nosync.xml new file mode 100644 index 0000000..d66aa09 --- /dev/null +++ b/docs-xml/smbdotconf/wins/winsdb-nosync.xml @@ -0,0 +1,11 @@ + + + This parameter disables fsync() after changes of the WINS database. + + + +no + diff --git a/docs-xml/smbdotconf/wins/wreplsrv-periodic_interval.xml b/docs-xml/smbdotconf/wins/wreplsrv-periodic_interval.xml new file mode 100644 index 0000000..2f021c3 --- /dev/null +++ b/docs-xml/smbdotconf/wins/wreplsrv-periodic_interval.xml @@ -0,0 +1,14 @@ + + + This maximum interval in s between 2 periodically scheduled runs + where we check for wins.ldb changes and do push notifications to our + push partners. Also wins_config.ldb changes are checked in that + interval and partner configuration reloads are done. + + + +15 + diff --git a/docs-xml/smbdotconf/wins/wreplsrv-propagate_name_releases.xml b/docs-xml/smbdotconf/wins/wreplsrv-propagate_name_releases.xml new file mode 100644 index 0000000..1b0c32f --- /dev/null +++ b/docs-xml/smbdotconf/wins/wreplsrv-propagate_name_releases.xml @@ -0,0 +1,23 @@ + + + If this parameter is enabled, then + explicit (from the client) and implicit (via the scavenging) name releases + are propagated to the other servers directly, even if there are still other + addresses active, this applies to SPECIAL GROUP (2) and MULTIHOMED (3) entries. + Also the replication conflict merge algorithm for SPECIAL GROUP (2) entries + discards replica addresses where the address owner is the local server, + if the address was not stored locally before. The merge result is + propagated directly in case an address was discarded. + A Windows servers doesn't propagate name releases of SPECIAL GROUP (2) + and MULTIHOMED (3) entries directly, which means that Windows servers may + return different results to name queries for SPECIAL GROUP (2) and MULTIHOMED (3) + names. The option doesn't have much negative impact if Windows servers are + around, but be aware that they might return unexpected results. + + + +no + diff --git a/docs-xml/smbdotconf/wins/wreplsrv-scavenging_interval.xml b/docs-xml/smbdotconf/wins/wreplsrv-scavenging_interval.xml new file mode 100644 index 0000000..d05170e --- /dev/null +++ b/docs-xml/smbdotconf/wins/wreplsrv-scavenging_interval.xml @@ -0,0 +1,11 @@ + + + This is the interval in s between 2 scavenging runs which + clean up the WINS database and changes the states of expired name records. + Defaults to half of the value of wreplsrv:renew_interval. + + + diff --git a/docs-xml/smbdotconf/wins/wreplsrv-tombstone_extra_timeout.xml b/docs-xml/smbdotconf/wins/wreplsrv-tombstone_extra_timeout.xml new file mode 100644 index 0000000..2320854 --- /dev/null +++ b/docs-xml/smbdotconf/wins/wreplsrv-tombstone_extra_timeout.xml @@ -0,0 +1,12 @@ + + + This is the time in s the server needs to be up till we'll remove + tombstone records from our database. Defaults to 3 days. + + + +259200 + diff --git a/docs-xml/smbdotconf/wins/wreplsrv-tombstone_interval.xml b/docs-xml/smbdotconf/wins/wreplsrv-tombstone_interval.xml new file mode 100644 index 0000000..ee7d727 --- /dev/null +++ b/docs-xml/smbdotconf/wins/wreplsrv-tombstone_interval.xml @@ -0,0 +1,12 @@ + + + This is the interval in s till released records of the WINS + server become tombstone. Defaults to 6 days. + + + +518400 + diff --git a/docs-xml/smbdotconf/wins/wreplsrv-tombstone_timeout.xml b/docs-xml/smbdotconf/wins/wreplsrv-tombstone_timeout.xml new file mode 100644 index 0000000..b17def9 --- /dev/null +++ b/docs-xml/smbdotconf/wins/wreplsrv-tombstone_timeout.xml @@ -0,0 +1,12 @@ + + + This is the interval in s till tombstone records are deleted from + the WINS database. Defaults to 1 day. + + + +86400 + diff --git a/docs-xml/smbdotconf/wins/wreplsrv-verify_interval.xml b/docs-xml/smbdotconf/wins/wreplsrv-verify_interval.xml new file mode 100644 index 0000000..1efd97b --- /dev/null +++ b/docs-xml/smbdotconf/wins/wreplsrv-verify_interval.xml @@ -0,0 +1,13 @@ + + + This is the interval in s till we verify active replica records + with the owning WINS server. Unfortunately not implemented yet. + Defaults to 24 days. + + + +2073600 + -- 2.7.4 From 8ba098474d46d5d52118d494bcde6c8944ac8d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 13 Dec 2017 01:38:25 +0100 Subject: [PATCH 4/4] docs-xml: mention that the man pages are "part of" version x writing that they are correct for version x is not always precise. But we're working on that also :-) Signed-off-by: Bjoern Jacke --- docs-xml/manpages/dbwrap_tool.1.xml | 2 +- docs-xml/manpages/eventlogadm.8.xml | 2 +- docs-xml/manpages/findsmb.1.xml | 2 +- docs-xml/manpages/libsmbclient.7.xml | 2 +- docs-xml/manpages/lmhosts.5.xml | 2 +- docs-xml/manpages/log2pcap.1.xml | 2 +- docs-xml/manpages/mvxattr.1.xml | 2 +- docs-xml/manpages/nmbd.8.xml | 2 +- docs-xml/manpages/nmblookup.1.xml | 2 +- docs-xml/manpages/ntlm_auth.1.xml | 2 +- docs-xml/manpages/pam_winbind.8.xml | 2 +- docs-xml/manpages/pam_winbind.conf.5.xml | 2 +- docs-xml/manpages/pdbedit.8.xml | 2 +- docs-xml/manpages/profiles.1.xml | 2 +- docs-xml/manpages/rpcclient.1.xml | 2 +- docs-xml/manpages/samba-regedit.8.xml | 2 +- docs-xml/manpages/samba.7.xml | 2 +- docs-xml/manpages/samba.8.xml | 2 +- docs-xml/manpages/sharesec.1.xml | 2 +- docs-xml/manpages/smb.conf.5.xml | 2 +- docs-xml/manpages/smbcacls.1.xml | 2 +- docs-xml/manpages/smbclient.1.xml | 2 +- docs-xml/manpages/smbcontrol.1.xml | 2 +- docs-xml/manpages/smbcquotas.1.xml | 2 +- docs-xml/manpages/smbd.8.xml | 2 +- docs-xml/manpages/smbget.1.xml | 2 +- docs-xml/manpages/smbgetrc.5.xml | 2 +- docs-xml/manpages/smbpasswd.5.xml | 2 +- docs-xml/manpages/smbpasswd.8.xml | 2 +- docs-xml/manpages/smbspool.8.xml | 2 +- docs-xml/manpages/smbstatus.1.xml | 2 +- docs-xml/manpages/smbtar.1.xml | 2 +- docs-xml/manpages/smbtree.1.xml | 2 +- docs-xml/manpages/testparm.1.xml | 2 +- docs-xml/manpages/vfs_aio_fork.8.xml | 2 +- docs-xml/manpages/vfs_aio_pthread.8.xml | 2 +- docs-xml/manpages/vfs_audit.8.xml | 2 +- docs-xml/manpages/vfs_btrfs.8.xml | 2 +- docs-xml/manpages/vfs_cacheprime.8.xml | 2 +- docs-xml/manpages/vfs_cap.8.xml | 2 +- docs-xml/manpages/vfs_catia.8.xml | 2 +- docs-xml/manpages/vfs_ceph.8.xml | 2 +- docs-xml/manpages/vfs_commit.8.xml | 2 +- docs-xml/manpages/vfs_crossrename.8.xml | 2 +- docs-xml/manpages/vfs_default_quota.8.xml | 2 +- docs-xml/manpages/vfs_dirsort.8.xml | 2 +- docs-xml/manpages/vfs_extd_audit.8.xml | 2 +- docs-xml/manpages/vfs_fake_perms.8.xml | 2 +- docs-xml/manpages/vfs_fileid.8.xml | 2 +- docs-xml/manpages/vfs_full_audit.8.xml | 2 +- docs-xml/manpages/vfs_glusterfs.8.xml | 2 +- docs-xml/manpages/vfs_gpfs.8.xml | 2 +- docs-xml/manpages/vfs_linux_xfs_sgid.8.xml | 2 +- docs-xml/manpages/vfs_media_harmony.8.xml | 2 +- docs-xml/manpages/vfs_netatalk.8.xml | 2 +- docs-xml/manpages/vfs_offline.8.xml | 2 +- docs-xml/manpages/vfs_prealloc.8.xml | 2 +- docs-xml/manpages/vfs_preopen.8.xml | 2 +- docs-xml/manpages/vfs_readahead.8.xml | 2 +- docs-xml/manpages/vfs_readonly.8.xml | 2 +- docs-xml/manpages/vfs_recycle.8.xml | 2 +- docs-xml/manpages/vfs_shadow_copy.8.xml | 2 +- docs-xml/manpages/vfs_shadow_copy2.8.xml | 2 +- docs-xml/manpages/vfs_shell_snap.8.xml | 2 +- docs-xml/manpages/vfs_snapper.8.xml | 2 +- docs-xml/manpages/vfs_syncops.8.xml | 2 +- docs-xml/manpages/vfs_time_audit.8.xml | 2 +- docs-xml/manpages/vfs_tsmsm.8.xml | 2 +- docs-xml/manpages/vfs_unityed_media.8.xml | 2 +- docs-xml/manpages/vfs_worm.8.xml | 2 +- docs-xml/manpages/vfs_zfsacl.8.xml | 2 +- docs-xml/manpages/vfstest.1.xml | 2 +- docs-xml/manpages/wbinfo.1.xml | 2 +- docs-xml/manpages/winbind_krb5_locator.7.xml | 2 +- docs-xml/manpages/winbindd.8.xml | 2 +- 75 files changed, 75 insertions(+), 75 deletions(-) diff --git a/docs-xml/manpages/dbwrap_tool.1.xml b/docs-xml/manpages/dbwrap_tool.1.xml index 91b49bb..c2d9c30 100644 --- a/docs-xml/manpages/dbwrap_tool.1.xml +++ b/docs-xml/manpages/dbwrap_tool.1.xml @@ -169,7 +169,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/eventlogadm.8.xml b/docs-xml/manpages/eventlogadm.8.xml index 69e90c1..f567d92 100644 --- a/docs-xml/manpages/eventlogadm.8.xml +++ b/docs-xml/manpages/eventlogadm.8.xml @@ -276,7 +276,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/findsmb.1.xml b/docs-xml/manpages/findsmb.1.xml index aa8e572..63233e2 100644 --- a/docs-xml/manpages/findsmb.1.xml +++ b/docs-xml/manpages/findsmb.1.xml @@ -118,7 +118,7 @@ IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/libsmbclient.7.xml b/docs-xml/manpages/libsmbclient.7.xml index 9c33523..8dab4d0 100644 --- a/docs-xml/manpages/libsmbclient.7.xml +++ b/docs-xml/manpages/libsmbclient.7.xml @@ -120,7 +120,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/lmhosts.5.xml b/docs-xml/manpages/lmhosts.5.xml index a332706..39bfcf8 100644 --- a/docs-xml/manpages/lmhosts.5.xml +++ b/docs-xml/manpages/lmhosts.5.xml @@ -93,7 +93,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/log2pcap.1.xml b/docs-xml/manpages/log2pcap.1.xml index 2cb7ed1..fafe6de 100644 --- a/docs-xml/manpages/log2pcap.1.xml +++ b/docs-xml/manpages/log2pcap.1.xml @@ -103,7 +103,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/mvxattr.1.xml b/docs-xml/manpages/mvxattr.1.xml index 977db9f..59048ce 100644 --- a/docs-xml/manpages/mvxattr.1.xml +++ b/docs-xml/manpages/mvxattr.1.xml @@ -83,7 +83,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/nmbd.8.xml b/docs-xml/manpages/nmbd.8.xml index 7fe7f9f..c145e820 100644 --- a/docs-xml/manpages/nmbd.8.xml +++ b/docs-xml/manpages/nmbd.8.xml @@ -258,7 +258,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/nmblookup.1.xml b/docs-xml/manpages/nmblookup.1.xml index 55a4cc6..c633e07 100644 --- a/docs-xml/manpages/nmblookup.1.xml +++ b/docs-xml/manpages/nmblookup.1.xml @@ -190,7 +190,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/ntlm_auth.1.xml b/docs-xml/manpages/ntlm_auth.1.xml index e84b081..4f900d5 100644 --- a/docs-xml/manpages/ntlm_auth.1.xml +++ b/docs-xml/manpages/ntlm_auth.1.xml @@ -450,7 +450,7 @@ auth_param basic program ntlm_auth --helper-protocol=squid-2.5-basic --require-m VERSION - This man page is correct for version &doc.version; of the Samba + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/pam_winbind.8.xml b/docs-xml/manpages/pam_winbind.8.xml index fdda333..f57a928 100644 --- a/docs-xml/manpages/pam_winbind.8.xml +++ b/docs-xml/manpages/pam_winbind.8.xml @@ -253,7 +253,7 @@ VERSION - This man page is correct for version &doc.version; of Samba. + This man page is part of version &doc.version; of Samba. diff --git a/docs-xml/manpages/pam_winbind.conf.5.xml b/docs-xml/manpages/pam_winbind.conf.5.xml index 4ba9fe2..537007b 100644 --- a/docs-xml/manpages/pam_winbind.conf.5.xml +++ b/docs-xml/manpages/pam_winbind.conf.5.xml @@ -201,7 +201,7 @@ VERSION - This man page is correct for version &doc.version; of Samba. + This man page is part of version &doc.version; of Samba. diff --git a/docs-xml/manpages/pdbedit.8.xml b/docs-xml/manpages/pdbedit.8.xml index 8766bf0..1cabc0b 100644 --- a/docs-xml/manpages/pdbedit.8.xml +++ b/docs-xml/manpages/pdbedit.8.xml @@ -537,7 +537,7 @@ account policy value for bad lockout attempt is now 3 VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/profiles.1.xml b/docs-xml/manpages/profiles.1.xml index 151d2f2..012f843 100644 --- a/docs-xml/manpages/profiles.1.xml +++ b/docs-xml/manpages/profiles.1.xml @@ -72,7 +72,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/rpcclient.1.xml b/docs-xml/manpages/rpcclient.1.xml index b53b46e..1e167f8 100644 --- a/docs-xml/manpages/rpcclient.1.xml +++ b/docs-xml/manpages/rpcclient.1.xml @@ -534,7 +534,7 @@ Comma Separated list of Files VERSION - This man page is correct for version &doc.version; of the Samba + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/samba-regedit.8.xml b/docs-xml/manpages/samba-regedit.8.xml index 8a81ee3..719b5e1 100644 --- a/docs-xml/manpages/samba-regedit.8.xml +++ b/docs-xml/manpages/samba-regedit.8.xml @@ -71,7 +71,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/samba.7.xml b/docs-xml/manpages/samba.7.xml index df1d5a5..761c8d3 100644 --- a/docs-xml/manpages/samba.7.xml +++ b/docs-xml/manpages/samba.7.xml @@ -294,7 +294,7 @@ VERSION - This man page is correct for version &doc.version; of the + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/samba.8.xml b/docs-xml/manpages/samba.8.xml index 1013afd..529b687 100644 --- a/docs-xml/manpages/samba.8.xml +++ b/docs-xml/manpages/samba.8.xml @@ -212,7 +212,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/sharesec.1.xml b/docs-xml/manpages/sharesec.1.xml index 7364ddb..f92e0bb 100644 --- a/docs-xml/manpages/sharesec.1.xml +++ b/docs-xml/manpages/sharesec.1.xml @@ -237,7 +237,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smb.conf.5.xml b/docs-xml/manpages/smb.conf.5.xml index 976f988..4b29e3a 100644 --- a/docs-xml/manpages/smb.conf.5.xml +++ b/docs-xml/manpages/smb.conf.5.xml @@ -855,7 +855,7 @@ chmod 1770 /usr/local/samba/lib/usershares VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index e36733e..6071047 100644 --- a/docs-xml/manpages/smbcacls.1.xml +++ b/docs-xml/manpages/smbcacls.1.xml @@ -287,7 +287,7 @@ ACL:<sid or name>:<type>/<flags>/<mask> VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index a5d4808..e71a21a 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -1260,7 +1260,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbcontrol.1.xml b/docs-xml/manpages/smbcontrol.1.xml index e931ebd..77a2054 100644 --- a/docs-xml/manpages/smbcontrol.1.xml +++ b/docs-xml/manpages/smbcontrol.1.xml @@ -323,7 +323,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbcquotas.1.xml b/docs-xml/manpages/smbcquotas.1.xml index 6368d8a..5359dca 100644 --- a/docs-xml/manpages/smbcquotas.1.xml +++ b/docs-xml/manpages/smbcquotas.1.xml @@ -180,7 +180,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbd.8.xml b/docs-xml/manpages/smbd.8.xml index b378cb8..deba2ca 100644 --- a/docs-xml/manpages/smbd.8.xml +++ b/docs-xml/manpages/smbd.8.xml @@ -266,7 +266,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbget.1.xml b/docs-xml/manpages/smbget.1.xml index f5c2ebd..e91e5eb 100644 --- a/docs-xml/manpages/smbget.1.xml +++ b/docs-xml/manpages/smbget.1.xml @@ -195,7 +195,7 @@ turned on). VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbgetrc.5.xml b/docs-xml/manpages/smbgetrc.5.xml index ae1877c..4431535 100644 --- a/docs-xml/manpages/smbgetrc.5.xml +++ b/docs-xml/manpages/smbgetrc.5.xml @@ -83,7 +83,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbpasswd.5.xml b/docs-xml/manpages/smbpasswd.5.xml index adb24df..6705362 100644 --- a/docs-xml/manpages/smbpasswd.5.xml +++ b/docs-xml/manpages/smbpasswd.5.xml @@ -178,7 +178,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbpasswd.8.xml b/docs-xml/manpages/smbpasswd.8.xml index f3e3bc2..dd7d787 100644 --- a/docs-xml/manpages/smbpasswd.8.xml +++ b/docs-xml/manpages/smbpasswd.8.xml @@ -401,7 +401,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbspool.8.xml b/docs-xml/manpages/smbspool.8.xml index f555270..fba8ca3 100644 --- a/docs-xml/manpages/smbspool.8.xml +++ b/docs-xml/manpages/smbspool.8.xml @@ -100,7 +100,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbstatus.1.xml b/docs-xml/manpages/smbstatus.1.xml index a510572..c5f7e46 100644 --- a/docs-xml/manpages/smbstatus.1.xml +++ b/docs-xml/manpages/smbstatus.1.xml @@ -143,7 +143,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbtar.1.xml b/docs-xml/manpages/smbtar.1.xml index 04136fb..c1b3450 100644 --- a/docs-xml/manpages/smbtar.1.xml +++ b/docs-xml/manpages/smbtar.1.xml @@ -200,7 +200,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/smbtree.1.xml b/docs-xml/manpages/smbtree.1.xml index e8c6665..85ca75d 100644 --- a/docs-xml/manpages/smbtree.1.xml +++ b/docs-xml/manpages/smbtree.1.xml @@ -78,7 +78,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/testparm.1.xml b/docs-xml/manpages/testparm.1.xml index b3e3624..9099cda 100644 --- a/docs-xml/manpages/testparm.1.xml +++ b/docs-xml/manpages/testparm.1.xml @@ -177,7 +177,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_aio_fork.8.xml b/docs-xml/manpages/vfs_aio_fork.8.xml index c89fb03..d55af32 100644 --- a/docs-xml/manpages/vfs_aio_fork.8.xml +++ b/docs-xml/manpages/vfs_aio_fork.8.xml @@ -69,7 +69,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_aio_pthread.8.xml b/docs-xml/manpages/vfs_aio_pthread.8.xml index efdfa13..69a8346 100644 --- a/docs-xml/manpages/vfs_aio_pthread.8.xml +++ b/docs-xml/manpages/vfs_aio_pthread.8.xml @@ -103,7 +103,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_audit.8.xml b/docs-xml/manpages/vfs_audit.8.xml index 222d862..d2b0e90 100644 --- a/docs-xml/manpages/vfs_audit.8.xml +++ b/docs-xml/manpages/vfs_audit.8.xml @@ -105,7 +105,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_btrfs.8.xml b/docs-xml/manpages/vfs_btrfs.8.xml index eddead4..60013f9 100644 --- a/docs-xml/manpages/vfs_btrfs.8.xml +++ b/docs-xml/manpages/vfs_btrfs.8.xml @@ -121,7 +121,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_cacheprime.8.xml b/docs-xml/manpages/vfs_cacheprime.8.xml index 0fd29ba..51b2446 100644 --- a/docs-xml/manpages/vfs_cacheprime.8.xml +++ b/docs-xml/manpages/vfs_cacheprime.8.xml @@ -93,7 +93,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_cap.8.xml b/docs-xml/manpages/vfs_cap.8.xml index 7aa05e6..46dd900 100644 --- a/docs-xml/manpages/vfs_cap.8.xml +++ b/docs-xml/manpages/vfs_cap.8.xml @@ -61,7 +61,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_catia.8.xml b/docs-xml/manpages/vfs_catia.8.xml index e856616..15ec7d5 100644 --- a/docs-xml/manpages/vfs_catia.8.xml +++ b/docs-xml/manpages/vfs_catia.8.xml @@ -124,7 +124,7 @@ VERSION - This man page is correct for Samba versions from 3.5.0 to 4.0.6. + This man page is part of Samba versions from 3.5.0 to 4.0.6. diff --git a/docs-xml/manpages/vfs_ceph.8.xml b/docs-xml/manpages/vfs_ceph.8.xml index 8470908..453030e 100644 --- a/docs-xml/manpages/vfs_ceph.8.xml +++ b/docs-xml/manpages/vfs_ceph.8.xml @@ -105,7 +105,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_commit.8.xml b/docs-xml/manpages/vfs_commit.8.xml index aca4d76..36c4f8e 100644 --- a/docs-xml/manpages/vfs_commit.8.xml +++ b/docs-xml/manpages/vfs_commit.8.xml @@ -93,7 +93,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_crossrename.8.xml b/docs-xml/manpages/vfs_crossrename.8.xml index 6b9f9ea..72d67d6 100644 --- a/docs-xml/manpages/vfs_crossrename.8.xml +++ b/docs-xml/manpages/vfs_crossrename.8.xml @@ -101,7 +101,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_default_quota.8.xml b/docs-xml/manpages/vfs_default_quota.8.xml index 0875432..7008f4e 100644 --- a/docs-xml/manpages/vfs_default_quota.8.xml +++ b/docs-xml/manpages/vfs_default_quota.8.xml @@ -119,7 +119,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_dirsort.8.xml b/docs-xml/manpages/vfs_dirsort.8.xml index 917ae91..586e388 100644 --- a/docs-xml/manpages/vfs_dirsort.8.xml +++ b/docs-xml/manpages/vfs_dirsort.8.xml @@ -52,7 +52,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_extd_audit.8.xml b/docs-xml/manpages/vfs_extd_audit.8.xml index 22b78e3..378fde0 100644 --- a/docs-xml/manpages/vfs_extd_audit.8.xml +++ b/docs-xml/manpages/vfs_extd_audit.8.xml @@ -51,7 +51,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_fake_perms.8.xml b/docs-xml/manpages/vfs_fake_perms.8.xml index f157cca..57d9a74 100644 --- a/docs-xml/manpages/vfs_fake_perms.8.xml +++ b/docs-xml/manpages/vfs_fake_perms.8.xml @@ -56,7 +56,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_fileid.8.xml b/docs-xml/manpages/vfs_fileid.8.xml index 5a3a70e..5b31b66 100644 --- a/docs-xml/manpages/vfs_fileid.8.xml +++ b/docs-xml/manpages/vfs_fileid.8.xml @@ -95,7 +95,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_full_audit.8.xml b/docs-xml/manpages/vfs_full_audit.8.xml index 44be1a0..392c7e4 100644 --- a/docs-xml/manpages/vfs_full_audit.8.xml +++ b/docs-xml/manpages/vfs_full_audit.8.xml @@ -249,7 +249,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_glusterfs.8.xml b/docs-xml/manpages/vfs_glusterfs.8.xml index 16ee791..cf3b8e5 100644 --- a/docs-xml/manpages/vfs_glusterfs.8.xml +++ b/docs-xml/manpages/vfs_glusterfs.8.xml @@ -165,7 +165,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_gpfs.8.xml b/docs-xml/manpages/vfs_gpfs.8.xml index fe39a7d..428f48a 100644 --- a/docs-xml/manpages/vfs_gpfs.8.xml +++ b/docs-xml/manpages/vfs_gpfs.8.xml @@ -478,7 +478,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_linux_xfs_sgid.8.xml b/docs-xml/manpages/vfs_linux_xfs_sgid.8.xml index 25b5b00..21f7fab 100644 --- a/docs-xml/manpages/vfs_linux_xfs_sgid.8.xml +++ b/docs-xml/manpages/vfs_linux_xfs_sgid.8.xml @@ -57,7 +57,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_media_harmony.8.xml b/docs-xml/manpages/vfs_media_harmony.8.xml index f6b2b37..44476b5 100644 --- a/docs-xml/manpages/vfs_media_harmony.8.xml +++ b/docs-xml/manpages/vfs_media_harmony.8.xml @@ -125,7 +125,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_netatalk.8.xml b/docs-xml/manpages/vfs_netatalk.8.xml index 35d4237..38e3350 100644 --- a/docs-xml/manpages/vfs_netatalk.8.xml +++ b/docs-xml/manpages/vfs_netatalk.8.xml @@ -60,7 +60,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_offline.8.xml b/docs-xml/manpages/vfs_offline.8.xml index 25e5c6d..e278f20 100644 --- a/docs-xml/manpages/vfs_offline.8.xml +++ b/docs-xml/manpages/vfs_offline.8.xml @@ -55,7 +55,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_prealloc.8.xml b/docs-xml/manpages/vfs_prealloc.8.xml index 61729214..46f81b8 100644 --- a/docs-xml/manpages/vfs_prealloc.8.xml +++ b/docs-xml/manpages/vfs_prealloc.8.xml @@ -90,7 +90,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_preopen.8.xml b/docs-xml/manpages/vfs_preopen.8.xml index d6b61d7..f9f3d60 100644 --- a/docs-xml/manpages/vfs_preopen.8.xml +++ b/docs-xml/manpages/vfs_preopen.8.xml @@ -95,7 +95,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_readahead.8.xml b/docs-xml/manpages/vfs_readahead.8.xml index cb8161e..602df59 100644 --- a/docs-xml/manpages/vfs_readahead.8.xml +++ b/docs-xml/manpages/vfs_readahead.8.xml @@ -98,7 +98,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_readonly.8.xml b/docs-xml/manpages/vfs_readonly.8.xml index 2b72174..3171923 100644 --- a/docs-xml/manpages/vfs_readonly.8.xml +++ b/docs-xml/manpages/vfs_readonly.8.xml @@ -84,7 +84,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_recycle.8.xml b/docs-xml/manpages/vfs_recycle.8.xml index 3f38744..4275c19 100644 --- a/docs-xml/manpages/vfs_recycle.8.xml +++ b/docs-xml/manpages/vfs_recycle.8.xml @@ -203,7 +203,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_shadow_copy.8.xml b/docs-xml/manpages/vfs_shadow_copy.8.xml index 8bbda88..4f8468d 100644 --- a/docs-xml/manpages/vfs_shadow_copy.8.xml +++ b/docs-xml/manpages/vfs_shadow_copy.8.xml @@ -104,7 +104,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_shadow_copy2.8.xml b/docs-xml/manpages/vfs_shadow_copy2.8.xml index 1ce694d..fe37145 100644 --- a/docs-xml/manpages/vfs_shadow_copy2.8.xml +++ b/docs-xml/manpages/vfs_shadow_copy2.8.xml @@ -477,7 +477,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_shell_snap.8.xml b/docs-xml/manpages/vfs_shell_snap.8.xml index 48421d1..d6206e1 100644 --- a/docs-xml/manpages/vfs_shell_snap.8.xml +++ b/docs-xml/manpages/vfs_shell_snap.8.xml @@ -138,7 +138,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_snapper.8.xml b/docs-xml/manpages/vfs_snapper.8.xml index dab058d..053da7f 100644 --- a/docs-xml/manpages/vfs_snapper.8.xml +++ b/docs-xml/manpages/vfs_snapper.8.xml @@ -107,7 +107,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_syncops.8.xml b/docs-xml/manpages/vfs_syncops.8.xml index ea315d6..a1ef629 100644 --- a/docs-xml/manpages/vfs_syncops.8.xml +++ b/docs-xml/manpages/vfs_syncops.8.xml @@ -82,7 +82,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_time_audit.8.xml b/docs-xml/manpages/vfs_time_audit.8.xml index fac1d1b..a9fcbf9 100644 --- a/docs-xml/manpages/vfs_time_audit.8.xml +++ b/docs-xml/manpages/vfs_time_audit.8.xml @@ -81,7 +81,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_tsmsm.8.xml b/docs-xml/manpages/vfs_tsmsm.8.xml index 6977c6b1..d6f3da9 100644 --- a/docs-xml/manpages/vfs_tsmsm.8.xml +++ b/docs-xml/manpages/vfs_tsmsm.8.xml @@ -119,7 +119,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_unityed_media.8.xml b/docs-xml/manpages/vfs_unityed_media.8.xml index 408472e..99b5322 100644 --- a/docs-xml/manpages/vfs_unityed_media.8.xml +++ b/docs-xml/manpages/vfs_unityed_media.8.xml @@ -98,7 +98,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_worm.8.xml b/docs-xml/manpages/vfs_worm.8.xml index 24a3965..2d9cca5 100644 --- a/docs-xml/manpages/vfs_worm.8.xml +++ b/docs-xml/manpages/vfs_worm.8.xml @@ -76,7 +76,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfs_zfsacl.8.xml b/docs-xml/manpages/vfs_zfsacl.8.xml index 650d314..4827e24 100644 --- a/docs-xml/manpages/vfs_zfsacl.8.xml +++ b/docs-xml/manpages/vfs_zfsacl.8.xml @@ -144,7 +144,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/vfstest.1.xml b/docs-xml/manpages/vfstest.1.xml index 8c224be..9990e27 100644 --- a/docs-xml/manpages/vfstest.1.xml +++ b/docs-xml/manpages/vfstest.1.xml @@ -154,7 +154,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml index cb4fe8d..c427007 100644 --- a/docs-xml/manpages/wbinfo.1.xml +++ b/docs-xml/manpages/wbinfo.1.xml @@ -577,7 +577,7 @@ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/winbind_krb5_locator.7.xml b/docs-xml/manpages/winbind_krb5_locator.7.xml index aa8de7c..17e401a 100644 --- a/docs-xml/manpages/winbind_krb5_locator.7.xml +++ b/docs-xml/manpages/winbind_krb5_locator.7.xml @@ -74,7 +74,7 @@ VERSION - This man page is correct for version &doc.version; of the Samba suite. + This man page is part of version &doc.version; of the Samba suite. diff --git a/docs-xml/manpages/winbindd.8.xml b/docs-xml/manpages/winbindd.8.xml index 56d451d..71fb248 100644 --- a/docs-xml/manpages/winbindd.8.xml +++ b/docs-xml/manpages/winbindd.8.xml @@ -467,7 +467,7 @@ auth required /lib/security/pam_unix.so \ VERSION - This man page is correct for version &doc.version; of + This man page is part of version &doc.version; of the Samba suite. -- 2.7.4