summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitaliy Lotorev <lotorev@gmail.com>2020-10-13 20:13:39 +0000
committerMarco Miller <marco.mmiller@gmail.com>2020-10-30 12:07:41 +0000
commitc2285a818df11edf53154547c439173dace35638 (patch)
treecfb7be067a8e3e1f0490dd7d92f55ef42a5fe29a
parent10b03f937d9b8c1cab7053be108408c41b2777a0 (diff)
Documentation: Escape <= characters in user-search.txt
Without escaping '<=' is rendered as ⇐ by AsciiDoc. Change-Id: I2223cca45f80c2aaee76d1e84c2de34e966d7620
-rw-r--r--Documentation/user-search.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/user-search.txt b/Documentation/user-search.txt
index 55f668e1d2..3b665af6cf 100644
--- a/Documentation/user-search.txt
+++ b/Documentation/user-search.txt
@@ -453,7 +453,7 @@ for the given number of lines.
For example, added:>50 will be true for any change which adds at least 50
lines.
+
-Valid relations are >=, >, <=, <, or no relation, which will match if the
+Valid relations are >=, >, \<=, <, or no relation, which will match if the
number of lines is exactly equal.
[[commentby]]
@@ -505,7 +505,7 @@ True if the number of unresolved comments satisfies the given relation for the g
For example, unresolved:>0 will be true for any change which has at least one unresolved
comment while unresolved:0 will be true for any change which has all comments resolved.
+
-Valid relations are >=, >, <=, <, or no relation, which will match if the number of unresolved
+Valid relations are >=, >, \<=, <, or no relation, which will match if the number of unresolved
comments is exactly equal.
== Argument Quoting
@@ -622,7 +622,7 @@ all changes that have a +2 vote from the change owner.
Matches changes with a +1 code review where the reviewer is in the
ldap/linux.workflow group.
-`label:Code-Review<=-1`::
+`label:Code-Review\<=-1`::
+
Matches changes with either a -1, -2, or any lower score.