From 90df3f10ba3a29b23b62fdad06cdae3f2c051e4f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 5 Jan 2019 21:18:26 +0000 Subject: In groff, when the .SY block macro occurs in no-fill mode, the output line gets broken after the head. Do the same. --- regress/man/Makefile | 4 ++-- regress/man/SY/Makefile | 5 +++++ regress/man/SY/literal.in | 32 ++++++++++++++++++++++++++++++++ regress/man/SY/literal.out_ascii | 27 +++++++++++++++++++++++++++ 4 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 regress/man/SY/Makefile create mode 100644 regress/man/SY/literal.in create mode 100644 regress/man/SY/literal.out_ascii (limited to 'regress') diff --git a/regress/man/Makefile b/regress/man/Makefile index fb3e40bf..23d6e04b 100644 --- a/regress/man/Makefile +++ b/regress/man/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.17 2015/03/20 16:09:25 schwarze Exp $ +# $OpenBSD: Makefile,v 1.19 2019/01/05 21:13:55 schwarze Exp $ -SUBDIR = B BI EX HP IP MT OP PD PP RS SH SS TH TP TS UR nf blank +SUBDIR = B BI EX HP IP MT OP PD PP RS SH SS SY TH TP TS UR nf blank .include "../Makefile.sub" .include diff --git a/regress/man/SY/Makefile b/regress/man/SY/Makefile new file mode 100644 index 00000000..54045804 --- /dev/null +++ b/regress/man/SY/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2019/01/05 21:13:55 schwarze Exp $ + +REGRESS_TARGETS = literal + +.include diff --git a/regress/man/SY/literal.in b/regress/man/SY/literal.in new file mode 100644 index 00000000..081904c0 --- /dev/null +++ b/regress/man/SY/literal.in @@ -0,0 +1,32 @@ +.\" $OpenBSD: literal.in,v 1.1 2019/01/05 21:13:55 schwarze Exp $ +.TH SY-LITERAL 1 "January 5, 2019" +.SH NAME +SY-literal \- synopsis block in literal context +.SH DESCRIPTION +BEGINTEST +.br +initial +regular +text +.SY command +.I arguments +.YS +middle +regular +text +.nf +literal text +before display +.SY command +.I arguments +.YS +literal text +after display +.fi +final +regular +text +.br +ENDTEST +.br +end of file diff --git a/regress/man/SY/literal.out_ascii b/regress/man/SY/literal.out_ascii new file mode 100644 index 00000000..ae0044df --- /dev/null +++ b/regress/man/SY/literal.out_ascii @@ -0,0 +1,27 @@ +SY-LITERAL(1) General Commands Manual SY-LITERAL(1) + + + +NNAAMMEE + SY-literal - synopsis block in literal context + +DDEESSCCRRIIPPTTIIOONN + BEGINTEST + initial regular text + + ccoommmmaanndd _a_r_g_u_m_e_n_t_s + middle regular text + literal text + before display + + ccoommmmaanndd + _a_r_g_u_m_e_n_t_s + literal text + after display + final regular text + ENDTEST + end of file + + + +OpenBSD January 5, 2019 SY-LITERAL(1) -- cgit v1.2.3-56-ge451