summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorBjörn Jacke <bjacke@samba.org>2020-10-06 23:05:24 +0200
committerKarolin Seeger <kseeger@samba.org>2020-10-27 08:22:03 +0000
commitff781ba4682ded42142ace6e8634fff57788819e (patch)
tree2a5c53a4988a23c1887a02825fbbb38b7d23858a /docs-xml
parent24ae26cb49e63405c0f7bf56ef38fc7988c969a7 (diff)
downloadsamba-ff781ba4682ded42142ace6e8634fff57788819e.tar.gz
docs: fix default value of spoolss:architecture
"Windows x64" is the default here since a couple of years already. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14522 Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Oct 6 23:06:50 UTC 2020 on sn-devel-184 (cherry picked from commit c587685dde2448d1f68ada47ce5ad42b02a118ce)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/printing/spoolssarchitecture.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/printing/spoolssarchitecture.xml b/docs-xml/smbdotconf/printing/spoolssarchitecture.xml
index 1eccf9f58cf..dae73905663 100644
--- a/docs-xml/smbdotconf/printing/spoolssarchitecture.xml
+++ b/docs-xml/smbdotconf/printing/spoolssarchitecture.xml
@@ -8,6 +8,6 @@
architecture. Samba's spoolss print server architecture can be changed using
this parameter.</para>
</description>
-<value type="default">Windows NT x86</value>
-<value type="example">Windows x64</value>
+<value type="default">Windows x64</value>
+<value type="example">Windows NT x86</value>
</samba:parameter>