diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-18 21:37:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-18 21:37:01 +0000 |
commit | 1455968b313b58229631f0bab810b23bddda5bec (patch) | |
tree | d32bcca0493c4c2f44bed82cc0d55a1acba6682e /roff.7 | |
parent | 8b1b37e7f46325fa75c9422a04c627989c901577 (diff) | |
download | mandoc-1455968b313b58229631f0bab810b23bddda5bec.tar.gz |
support the highly surprising escape sequence \# (line continuation
with comment); used for example by gropdf(1)
Diffstat (limited to 'roff.7')
-rw-r--r-- | roff.7 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1819,6 +1819,12 @@ is an unpaddable space-sized non-breaking space character; see .Ss \e\(dq The rest of the input line is treated as .Sx Comments . +.Ss \e# +Line continuation with comment. +Discard the rest of the physical input line and continue the logical +input line on the next physical input line, joining the text on +both lines together as if it were on a single input line. +This is a groff extension. .Ss \e% Hyphenation allowed at this point of the word; ignored by .Xr mandoc 1 . |