diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 03:02:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 03:02:13 +0000 |
commit | 4c0770c1ecd159a77561d8e0364385f4bb758650 (patch) | |
tree | 5c2d5820b093c1c08b6047ff110e9b055083a5ea /regress/man/PD/nextline.in | |
parent | d16e7f2cf346476e177ce672851b0b957aebbe5d (diff) | |
download | mandoc-4c0770c1ecd159a77561d8e0364385f4bb758650.tar.gz |
Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this,
literally for years.
Diffstat (limited to 'regress/man/PD/nextline.in')
-rw-r--r-- | regress/man/PD/nextline.in | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/regress/man/PD/nextline.in b/regress/man/PD/nextline.in new file mode 100644 index 00000000..a417f9d8 --- /dev/null +++ b/regress/man/PD/nextline.in @@ -0,0 +1,42 @@ +.TH PD-NEXTLINE 1 "March 20, 2015" OpenBSD +.SH NAME +PD-nextline \- paragraph distance macro in next-line scope +.SH DESCRIPTION +some text +.SH +.PD 0v +NEXT SECTION +first paragraph +.PP +second paragraph +.PD 1v +.PP +third paragraph +.SS +.PD 0v +Subsection +first paragraph +.PP +second paragraph +.PD 1v +.PP +third paragraph +.TP 6n +.PD 0v +tag +list text +.TP +tag +list text +.PD 1v +.TP +tag +list text +.PP +normal text +.B +.PD 0v +bold text +normal text +.PP +final paragraph |