git.ckatri.com
/
mandoc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tables leak tab settings to subsequent text
[mandoc.git]
/
regress
/
tbl
/
layout
/
span.out_ascii
1
TBL-LAYOUT-SPAN(1) General Commands Manual TBL-LAYOUT-SPAN(1)
2
3
4
5
N
\b
NA
\b
AM
\b
ME
\b
E
6
tbl-layout-span - alignment of spanned cells
7
8
D
\b
DE
\b
ES
\b
SC
\b
CR
\b
RI
\b
IP
\b
PT
\b
TI
\b
IO
\b
ON
\b
N
9
normal text
10
11
+--------------+
12
|a b c d |
13
|s c d |
14
|a s d |
15
|a b s |
16
+--------------+
17
18
+--------------+
19
|a b c d |
20
| s c d |
21
|a s d |
22
|a b s |
23
+--------------+
24
25
+--------------+
26
|a b c d |
27
| s c d |
28
|a s d |
29
|a b s |
30
+--------------+
31
32
+--+---+---+---+---+
33
|a | b | c | d | e |
34
+--+---+---+---+---+
35
| s1 | s2 |
36
+--+---+---+---+---+
37
|a | b | c | d | e |
38
+--+---+---+---+---+
39
leaked tab settings:
40
a b c d e f
41
42
43
44
TBL-LAYOUT-SPAN(1)