diff options
author | Björn Jacke <bjacke@samba.org> | 2020-10-06 23:05:24 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2020-10-06 23:06:50 +0000 |
commit | c587685dde2448d1f68ada47ce5ad42b02a118ce (patch) | |
tree | a27ddac126398ab4c11201f2262254656fe4c4d7 | |
parent | b68105b8f7c20692d23d457f2777edcf44f12bb8 (diff) | |
download | samba-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
-rw-r--r-- | docs-xml/smbdotconf/printing/spoolssarchitecture.xml | 4 |
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> |