diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-04-27 09:01:05 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-04-27 09:01:05 +0000 |
| commit | afa1b8a09f55d48e5357b1658adb1e1d98de981a (patch) | |
| tree | 532f770c79752a5ab09f8774a4122fac9349f3bb /man | |
| parent | 11c5a36b342b52487be9ec5fda0d5adeec61037f (diff) | |
20090427-1000
Diffstat (limited to 'man')
| -rw-r--r-- | man/1/m4 | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -6,6 +6,8 @@ m4 \- macro processor [ .BI -D name = value ] [ +.BI -Q name = value +] [ .BI -U name ] [ .I file @@ -235,17 +237,24 @@ Undiverting discards the diverted text. .PD .PP .I M4 -interprets the -.B -D -and -.B -U -command line options after installing the predefined macro set. +interprets its command line options after installing the predefined macro set. The .B -D option defines .I name as a macro with the given -.IR value . +.IR value ; +.B -Q +defines +.I name +as a macro with the given +.IR value +that is regarded as always quoted (ie, is never rescanned). +Neither +.B -D +nor +.B -Q +may change a predefined macro. The .B -U option |
