diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index 3fe4ceec1..d0594bdd0 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc @@ -88,7 +88,7 @@ For example, you can execute the below command on one member (i.e. listening on And you can execute the below command on the other member. -`iperf -c` *``* `-d -p 5701` +`iperf -c *````* -d -p 5701` The output should include connection information, such as the IP addresses, transfer speed and bandwidth. Otherwise, if the output says `No route to host`, it means a network connection problem exists. diff --git a/docs/modules/query/pages/predicate-overview.adoc b/docs/modules/query/pages/predicate-overview.adoc index 1223fac57..1fba767c6 100644 --- a/docs/modules/query/pages/predicate-overview.adoc +++ b/docs/modules/query/pages/predicate-overview.adoc @@ -198,7 +198,7 @@ xref:sql-overview.adoc[] for more information. SQL-like predicates support the following syntax: -**AND/OR:** ` AND AND ... ` +**AND/OR:** ` AND AND ...` * `active AND age>30` * `active=false OR age = 45 OR name = 'Joe'`