]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/de/tab.in
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / de / tab.in
1 .\" $OpenBSD: tab.in,v 1.1 2019/02/06 20:54:28 schwarze Exp $
2 .Dd $Mdocdate: February 6 2019 $
3 .Dt DE-TAB 1
4 .Os
5 .Sh NAME
6 .Nm de-tab
7 .Nd tab characters in macro definition lines
8 .Sh DESCRIPTION
9 .de test1 ignored
10 testval \\$1;\\$2
11 ..
12 no argument:
13 .test1
14 .br
15 argument after_tab:
16 .test1 after_tab
17 .br
18 argument after_tab_and_space:
19 .test1 after_tab_and_space
20 .br
21 argument after_two_tabs:
22 .test1 after_two_tabs
23 .br
24 argument after_tab_tab_space:
25 .test1 after_tab_tab_space
26 .Ss End marker
27 .de test2 endm ignored
28 testval \\$1;\\$2
29 .endm
30 no argument:
31 .test2
32 .br
33 argument after_tab:
34 .test2 after_tab
35 .Ss Removal
36 .rm test1 test2
37 macro test1 is gone:
38 .test1
39 .br
40 macro test2 still exists:
41 .test2