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