diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/man/Makefile | 4 | ||||
-rw-r--r-- | regress/man/SY/Makefile | 5 | ||||
-rw-r--r-- | regress/man/SY/literal.in | 32 | ||||
-rw-r--r-- | regress/man/SY/literal.out_ascii | 27 |
4 files changed, 66 insertions, 2 deletions
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 <bsd.subdir.mk> 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 <bsd.regress.mk> 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) |