doc: split BNF definitions of <command> and <argument> in separate lines

Having them in the same line made it hard to read them in the man page
since they are formatted in the same way and they look as though they
are only one definition.
This commit is contained in:
Emanuele Torre 2020-10-21 19:57:22 +02:00 committed by Jan Ekström
parent 9b5672ebed
commit 38275338ee
1 changed files with 3 additions and 2 deletions

View File

@ -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.