Remove unneeded escape characters from the documentation There was an incompatible upgrade of asciidoc. The old version of asciidoc required certain characters to be escaped with a backslash and when the upgrade to the new version was done all those backslashes that were used for escaping became visible. These unneeded backslashes in the documenation are confusing to users, especially since they mainly appear in syntax examples (where the syntax gets incorrect if the backslahes are included). With this change all unneded backslashes are removed from the Gerrit documentation. Change-Id: I6b71ac558344b07cdbc73c67c472c0186e8f50f2 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/Documentation/cmd-show-queue.txt b/Documentation/cmd-show-queue.txt index 1e97f48..98a954e 100644 --- a/Documentation/cmd-show-queue.txt +++ b/Documentation/cmd-show-queue.txt
@@ -41,7 +41,7 @@ Task:: Unique task identifier on this server. May be passed into link:cmd-kill.html[kill] to cancel or terminate the task. - Task identifiers have a period of 2\^32-1, and start from + Task identifiers have a period of 2^32-1, and start from a random value. State::