diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-24 23:17:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-24 23:17:19 +0000 |
commit | 547cbe6e08fe7a057d0c1f2d41b71d0b90417eda (patch) | |
tree | aced8c507a8b12503214877f98273fd4e6670143 /man.7 | |
parent | c5cb7a61ead9a9ffc70c05735177cdbc8e4a7d76 (diff) | |
download | mandoc-547cbe6e08fe7a057d0c1f2d41b71d0b90417eda.tar.gz |
Better explain roff(7) macro argument quoting;
ok jmc@.
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -373,6 +373,13 @@ Thus, the following are equivalent: \&.\ \ \ PP .Ed .Pp +To include space characters in macro arguments, arguments may be quoted; +see the +.Sq MACRO SYNTAX +section in the +.Xr roff 7 +manual for details. +.Pp The .Nm macros are classified by scope: line scope or block scope. |