summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/input.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 64af021344..1bcae75809 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -160,8 +160,9 @@ Flat command syntax
This is the syntax used in input.conf, and referred to "input.conf syntax" in
a number of other places.
-``<command> ::= [<prefixes>] <command_name> (<argument>)*``
-``<argument> ::= (<string> | " <quoted_string> " )``
+|
+| ``<command> ::= [<prefixes>] <command_name> (<argument>)*``
+| ``<argument> ::= (<string> | " <quoted_string> ")``
``command_name`` is an unquoted string with the command name itself. See
`List of Input Commands`_ for a list.