docs: remove some spurious backslashes

This commit is contained in:
Johannes Altmanninger 2020-03-21 16:10:43 +01:00
parent a45ffb7993
commit 1547a22659

View file

@ -212,8 +212,8 @@ Some characters can not be written directly on the command line. For these chara
- ``\}`` escapes the right curly bracket character - ``\}`` escapes the right curly bracket character
- ``\[`` escapes the left bracket character - ``\[`` escapes the left bracket character
- ``\]`` escapes the right bracket character - ``\]`` escapes the right bracket character
- ``\\<`` escapes the less than character - ``\<`` escapes the less than character
- ``\\>`` escapes the more than character - ``\>`` escapes the more than character
- ``\^`` escapes the circumflex character - ``\^`` escapes the circumflex character
- ``\&`` escapes the ampersand character - ``\&`` escapes the ampersand character
- ``\|`` escapes the vertical bar character - ``\|`` escapes the vertical bar character