diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-04 18:03:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-04 18:03:47 +0000 |
commit | 8f9b15dd975dad4bc924d043c2869fa1edfaa1b0 (patch) | |
tree | d8ba17e383559d88a775b62283d9b479d9ab7dcb /mandoc.1 | |
parent | 4b11a0d9e89857f2dca95de899e7a6a4115e4c1a (diff) | |
download | mandoc-8f9b15dd975dad4bc924d043c2869fa1edfaa1b0.tar.gz |
discard .Rs head arguments and improve .Rs diagnostics
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1091,6 +1091,14 @@ macro has no argument, or only one argument and no macro follows on the same input line. This defeats its purpose; in particular, spacing is not suppressed before the text or macros following on the next input line. +.It Sy "empty reference block" +.Pq mdoc +An +.Ic \&Rs +macro is immediately followed by an +.Ic \&Re +macro on the next input line. +Such an empty block does not produce any output. .It Sy "missing -std argument, adding it" .Pq mdoc An @@ -1595,6 +1603,7 @@ An .Ic \&Ek , .Ic \&El , .Ic \&Re , +.Ic \&Rs , or .Ic \&Ud macro, an |