summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorBjörn Jacke <bjacke@samba.org>2020-10-06 23:05:24 +0200
committerJeremy Allison <jra@samba.org>2020-10-06 23:06:50 +0000
commitc587685dde2448d1f68ada47ce5ad42b02a118ce (patch)
treea27ddac126398ab4c11201f2262254656fe4c4d7 /docs-xml
parentb68105b8f7c20692d23d457f2777edcf44f12bb8 (diff)
downloadsamba-c587685dde2448d1f68ada47ce5ad42b02a118ce.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
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>