doc: [3/3] uniform the texinfo syntax for commands definition
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 6 Apr 2021 21:44:37 +0000 (23:44 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Apr 2021 14:32:04 +0000 (15:32 +0100)
commitfa94a42a09aadc3851015bbaedecd0300732a8b1
tree17a49120b1e122f0fc763e15acc646b217d04e42
parentd4eecfaab57db2a3dbbd4ecdc713ffe61a07d6d8
doc: [3/3] uniform the texinfo syntax for commands definition

To avoid errors in the documentation, like the one fixed by change
http://openocd.zylin.com/6134/ , use a uniform notation across the
file so simple copy-paste will work.

Enclose every command within curly-brackets '{...}', even single
word commands.
Patch generated through:
sed -i 's/^\(@deffn {[^{]*} \)\([^{][^ ]*\)/\1{\2}/' doc/openocd.texi
sed -i 's/^\(@deffnx {[^{]*} \)\([^{][^ ]*\)/\1{\2}/' doc/openocd.texi

Change-Id: I41a8447d487ec8f6f32c2babcbc73ac21c769344
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6152
Tested-by: jenkins
doc/openocd.texi