mirror of https://github.com/mpv-player/mpv
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:
parent
9b5672ebed
commit
38275338ee
|
@ -160,8 +160,9 @@ Flat command syntax
|
||||||
This is the syntax used in input.conf, and referred to "input.conf syntax" in
|
This is the syntax used in input.conf, and referred to "input.conf syntax" in
|
||||||
a number of other places.
|
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
|
``command_name`` is an unquoted string with the command name itself. See
|
||||||
`List of Input Commands`_ for a list.
|
`List of Input Commands`_ for a list.
|
||||||
|
|
Loading…
Reference in New Issue