revert 2c16dbd548 -- macro names can't be reserved words

While one can define a macro using a reserved word as name using
-Dname=val, inside the configuration file it'll fail.
This commit is contained in:
Omar Polo 2021-07-02 09:05:22 +00:00
parent 2c16dbd548
commit 4f9a27603c
1 changed files with 1 additions and 0 deletions

1
gmid.1
View File

@ -162,6 +162,7 @@ blocks after the macros and the global options is recommended.
Macros can be defined that will later be expanded in context.
Macro names must start with a letter, digit or underscore and may
contain any of those characters.
Macros names may not be reserved words.
Macros are not expanded inside quotes.
.Pp
For example: