From: Björn Jacke Date: Tue, 6 Oct 2020 21:05:24 +0000 (+0200) Subject: docs: fix default value of spoolss:architecture X-Git-Tag: talloc-2.3.2~298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c587685dde2448d1f68ada47ce5ad42b02a118ce;p=thirdparty%2Fsamba.git 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 Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue Oct 6 23:06:50 UTC 2020 on sn-devel-184 --- 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. -Windows NT x86 -Windows x64 +Windows x64 +Windows NT x86