aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bd/nf.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-04 04:04:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-04 04:04:14 +0000
commit974a808d4eb167475c20c49e55a273647ce3e23a (patch)
tree1895d7a4be1d273bc03b04652ba7fa8beb5aab68 /regress/mdoc/Bd/nf.out_ascii
parent995226b9b9a3d51201a7560c81799147b9a4eed9 (diff)
downloadmandoc-974a808d4eb167475c20c49e55a273647ce3e23a.tar.gz
mandoc-974a808d4eb167475c20c49e55a273647ce3e23a.tar.zst
mandoc-974a808d4eb167475c20c49e55a273647ce3e23a.zip
Test interaction of low-level roff(7) filling requests with .Bd in general
and filling in .Bd -centered in particular; related to mdoc_term.c rev. 1.372.
Diffstat (limited to 'regress/mdoc/Bd/nf.out_ascii')
-rw-r--r--regress/mdoc/Bd/nf.out_ascii22
1 files changed, 22 insertions, 0 deletions
diff --git a/regress/mdoc/Bd/nf.out_ascii b/regress/mdoc/Bd/nf.out_ascii
new file mode 100644
index 00000000..4a42fe82
--- /dev/null
+++ b/regress/mdoc/Bd/nf.out_ascii
@@ -0,0 +1,22 @@
+BD-NF(1) General Commands Manual BD-NF(1)
+
+NNAAMMEE
+ BBdd--nnff - interaction of no-fill blocks and requests
+
+DDEESSCCRRIIPPTTIIOONN
+ initial text
+ after .nf
+ request
+ after .fi request
+
+ in unfilled
+ block
+ after .fi request in unfilled block
+ after end of unfilled block
+
+ in filled block
+ after .nf request
+ in filled block
+ after end of filled block
+
+OpenBSD January 4, 2019 OpenBSD