aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/DT/basic.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-04-27 17:11:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-04-27 17:11:24 +0000
commit25152678ffdb7653b13569fefe86cb617d1e0532 (patch)
tree1f9326ddff3c4d06bed8e2611e7641684809c322 /regress/man/DT/basic.out_ascii
parent3d43838424a8548b9c4ffe76ae65e482bfa44346 (diff)
downloadmandoc-25152678ffdb7653b13569fefe86cb617d1e0532.tar.gz
mandoc-25152678ffdb7653b13569fefe86cb617d1e0532.tar.zst
mandoc-25152678ffdb7653b13569fefe86cb617d1e0532.zip
The .AT, .DT, and .UC macros are allowed inside next-line scope
and never produce output at the place of their invocation. Minibugs found while investigating unrelated afl(1) reports from tb@.
Diffstat (limited to 'regress/man/DT/basic.out_ascii')
-rw-r--r--regress/man/DT/basic.out_ascii21
1 files changed, 21 insertions, 0 deletions
diff --git a/regress/man/DT/basic.out_ascii b/regress/man/DT/basic.out_ascii
new file mode 100644
index 00000000..8ccbc685
--- /dev/null
+++ b/regress/man/DT/basic.out_ascii
@@ -0,0 +1,21 @@
+DT-BASIC(1) General Commands Manual DT-BASIC(1)
+
+NNAAMMEE
+ DT-basic - restore the default tabulator positions
+
+DDEESSCCRRIIPPTTIIOONN
+ Default tabs are every five columns:
+ 1234 1234 1234 1234 1234
+ one two three four
+
+ Custom tabs: column 6, then every 8 columns:
+ 12345 1234567 1234567 1234567
+ one two three four
+
+ bboolldd tteexxtt
+
+ Back to the default:
+ 1234 1234 1234 1234 1234
+ one two three four
+
+OpenBSD April 27, 2022 DT-BASIC(1)