blob: c2a82d87e8de65ecc518cfcf0d8b8638d1fb1503 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DE-TAB(1) General Commands Manual DE-TAB(1)
NNAAMMEE
ddee--ttaabb - tab characters in macro definition lines
DDEESSCCRRIIPPTTIIOONN
no argument: testval ;
argument after_tab: testval after_tab;
argument after_tab_and_space: testval after_tab_and_space;
argument after_two_tabs: testval after_two_tabs;
argument after_tab_tab_space: testval ;after_tab_tab_space
EEnndd mmaarrkkeerr
no argument: testval ;
argument after_tab: testval after_tab;
RReemmoovvaall
macro test1 is gone:
macro test2 still exists: testval ;
OpenBSD February 6, 2019 OpenBSD
|