aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/c_man.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-25 12:33:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-25 12:33:03 +0000
commit870322bd99e8a445ec84289025691baf9352ce27 (patch)
treeec243f7f942745eb4eab52fe5688e52f993299d4 /regress/roff/esc/c_man.out_ascii
parent0a8809aa2eea4b189b4ca02bea4883d7cf4ce706 (diff)
downloadmandoc-870322bd99e8a445ec84289025691baf9352ce27.tar.gz
mandoc-870322bd99e8a445ec84289025691baf9352ce27.tar.zst
mandoc-870322bd99e8a445ec84289025691baf9352ce27.zip
If man(7) next-line scope is open and the line ends with \c,
the scope remains open. Needed for example for groff_man(7).
Diffstat (limited to 'regress/roff/esc/c_man.out_ascii')
-rw-r--r--regress/roff/esc/c_man.out_ascii13
1 files changed, 12 insertions, 1 deletions
diff --git a/regress/roff/esc/c_man.out_ascii b/regress/roff/esc/c_man.out_ascii
index 9062c335..a3a50889 100644
--- a/regress/roff/esc/c_man.out_ascii
+++ b/regress/roff/esc/c_man.out_ascii
@@ -7,12 +7,23 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
No space between "one" and "word": oneword
+
+ The same in no-fill mode:
oneword
+
Blank line after \c: one word
one
word
+
+ In next-line element scope: oonneewwoorrdd
+
+ In next-line block scope:
+
+ oneword
+ list body
+
final text
-OpenBSD December 2, 2014 ESC-C_MAN(1)
+OpenBSD August 25, 2018 ESC-C_MAN(1)