Pádraig Brady <p...@draigbrady.com> writes: > Cool. I see no more instances matched by the following at least: > grep -E '^[^@#].{5,} "[[:alpha:]]{1,}"' doc/coreutils.texi > That's a bit too fuzzy match though to put in a syntax check I think.
Yep, I think it would be too much of a pain to write a syntax check. Since we don't want to use them in @example and such. > I also pushed a similar change that fixes instances of: > grep -E '@samp\{"[^"}]' doc/coreutils.texi > That's less likely to be an issue going forward, > so I didn't add a syntax check for that either. Cool, thanks. Collin