diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-09-18 08:57:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-09-18 08:57:25 -0700 |
commit | b7895d8ec2e29e7f4e5b1cd4519fb56397523b8a (patch) | |
tree | 26e03ea12022cd53236a45a86377e327552ade0d /README.HP | |
parent | 3cdb65b4e15141e675cd7003f94f24b829422927 (diff) | |
download | man-b7895d8ec2e29e7f4e5b1cd4519fb56397523b8a.tar.gz man-b7895d8ec2e29e7f4e5b1cd4519fb56397523b8a.tar.bz2 man-b7895d8ec2e29e7f4e5b1cd4519fb56397523b8a.zip |
Fix broken argument delimiting in macro calls.
The argument line of a macro must be expanded first,
and then broken into words according to the original
quotes. For instance .mac \\$* passes multiple arguments,
not a single argument containing spaces. And
.mac "\\$*" must pass a single argument; moreover,
if \\$* expands into stuff that contains double quotes,
those should probably not be recognized.
Diffstat (limited to 'README.HP')
0 files changed, 0 insertions, 0 deletions