summaryrefslogtreecommitdiffstats
path: root/roff.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-18 21:37:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-18 21:37:01 +0000
commit1455968b313b58229631f0bab810b23bddda5bec (patch)
treed32bcca0493c4c2f44bed82cc0d55a1acba6682e /roff.7
parent8b1b37e7f46325fa75c9422a04c627989c901577 (diff)
downloadmandoc-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.76
1 files changed, 6 insertions, 0 deletions
diff --git a/roff.7 b/roff.7
index 7d9a7f3e..12455f8d 100644
--- a/roff.7
+++ b/roff.7
@@ -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 .