QPID-7779: [QPID JMS AMQP 0-x] Correct documentation for restriction on the SASL mechanismssetting
diff --git a/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml b/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml
index 7bc179f..dc29a13 100644
--- a/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml
+++ b/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml
@@ -246,7 +246,7 @@
 				<row>
 					<entry> sasl_mechs </entry>
 					<entry> - </entry>
-					<entry> A comma separated list of SASL mechanisms which may be used.  If not present then
+					<entry> A space separated list of SASL mechanisms which may be used.  If not present then
 						any method offered by the broker may be used.
 						For secure applications, we suggest SCRAM-SHA-256. The
 						ANONYMOUS mechanism is not secure. The PLAIN mechanism is secure only when used
diff --git a/doc/jms-client-0-8/src/docbkx/JMS-Client-System-Properties.xml b/doc/jms-client-0-8/src/docbkx/JMS-Client-System-Properties.xml
index a0227fd..9616ea9 100644
--- a/doc/jms-client-0-8/src/docbkx/JMS-Client-System-Properties.xml
+++ b/doc/jms-client-0-8/src/docbkx/JMS-Client-System-Properties.xml
@@ -456,9 +456,9 @@
 					<entry></entry>
 					<entry><para>Restriction on the SASL mechanisms which can be used.
 						More than one could be specified as
-						a comma separated list.</para><para>We currently support the following
-						mechanisms {PLAIN | GSSAPI | EXTERNAL}.</para><para>This can also be set
-						per connection using the
+						a space separated list.</para><para>We currently support the following
+						mechanisms: PLAIN GSSAPI EXTERNAL SCRAM-SHA-256 SCRAM-SHA-1 XOAUTH2 CRAM-MD5 XOAUTH2 ANONYMOUS.</para>
+						<para>This can also be set per connection using the
 						<link linkend="JMS-Client-0-8-Connection-URL">Connection URL</link> options.</para>
 					</entry>
 				</row>