aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/rn/tab.in
blob: 558b1f427708e5a5c5d377a45ceb760bb3a82c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.\" $OpenBSD: tab.in,v 1.1 2019/02/06 20:54:28 schwarze Exp $
.Dd $Mdocdate: February 6 2019 $
.Dt RN-TAB 1
.Os
.Sh NAME
.Nm rn-tab
.Nd tab characters in macro renaming requests
.Sh DESCRIPTION
.de test1
testval
..
trying to rename with a tab between the names:
.rn test1	test2
.br
calling the macro with the old name:
.test1
.br
calling the macro with the new name:
.test2
.Pp
trying to rename with a tab after the names:
.rn test1 test2	ignored
.br
calling the macro with the old name:
.test1
.br
calling the macro with the new name:
.test2