aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/nr/tab.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/nr/tab.in')
-rw-r--r--regress/roff/nr/tab.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/regress/roff/nr/tab.in b/regress/roff/nr/tab.in
new file mode 100644
index 00000000..78a626f3
--- /dev/null
+++ b/regress/roff/nr/tab.in
@@ -0,0 +1,17 @@
+.\" $OpenBSD: tab.in,v 1.1 2019/02/06 20:54:28 schwarze Exp $
+.TH NR-TAB 1 "February 6, 2019"
+.SH NAME
+nr-tab \- tab characters in register definition lines
+.SH DESCRIPTION
+with tab:
+.nr testreg 1
+>>\n[testreg]<<
+.br
+with space:
+.nr testreg 2
+.nr test2 42
+>>\n[testreg]<<
+.br
+rr with tab:
+.rr testreg test2
+>>\n[myr]:\n[test2]<<