diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-11-19 01:20:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-11-19 01:20:25 +0000 |
commit | 41b8a4db179c8440f8e1d020c3ce6ce6685cbf05 (patch) | |
tree | a6daea8e02a34a0132f6ab20a043845ccbb630f2 /roff.7 | |
parent | 0b596bb9d74fad7c67fd05be71214e88285c1d9c (diff) | |
download | mandoc-41b8a4db179c8440f8e1d020c3ce6ce6685cbf05.tar.gz |
Support the ".if v" conditional operator (vroff mode, always false)
for groff compatibility because pod2man(1) uses it that way.
Weirdly, groff documents it as "for compatibility with other
troff versions" but neither Heirloom nor Plan 9 have it.
Issue reported by giovanni@ via sthen@.
Diffstat (limited to 'roff.7')
-rw-r--r-- | roff.7 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -747,9 +747,11 @@ If the first character of COND is .Pq even page , .Sq r .Pq register accessed , -or .Sq t .Pq troff mode , +or +.Sq v +.Pq vroff mode , COND evaluates to false. .It If COND starts with a parenthesis or with an optionally signed |