X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fmanual%2Fstyle.txt;h=87b1e6babcd74baf19f8b743de1e4eb618907b8e;hp=71bb5f6bc18243d5759eba60dcf2bf5773cba519;hb=ae710059291ba9830a9b20d899bdef6a5122dd73;hpb=b800eb0336a190ed53da90a2b7216a35bfbfdb23 diff --git a/doc/manual/style.txt b/doc/manual/style.txt index 71bb5f6bc1..87b1e6babc 100644 --- a/doc/manual/style.txt +++ b/doc/manual/style.txt @@ -308,7 +308,7 @@ For technical reference material: - Else it's a "Config Command" if it must be used before the configuration stage completes. - For a "Driver", list its name. - - Use BNF style regular expressions to define parameters: + - Use EBNF style regular expressions to define parameters: brackets around zero-or-one choices, parentheses around exactly-one choices. - Use \@option, \@file, \@var and other mechanisms where appropriate.