doc: [2/3] uniform the texinfo syntax for commands definition
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 6 Apr 2021 21:31:32 +0000 (23:31 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Apr 2021 14:31:58 +0000 (15:31 +0100)
commitd4eecfaab57db2a3dbbd4ecdc713ffe61a07d6d8
treea80d65ea31891965a49ea9494c9e9772b43b7950
parent7c4458fe283bf01fb6bb7042c00d63ea781d6d15
doc: [2/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 {Command} \)\([^{][^ ]*\)/\1{\2}/' doc/openocd.texi
sed -i 's/^\(@deffnx {Command} \)\([^{][^ ]*\)/\1{\2}/' doc/openocd.texi

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