summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2012-09-11 18:03:29 +0000
committerwl <wl>2012-09-11 18:03:29 +0000
commit0dc10a06dfe6eee3017aab660352f3f50416bfbc (patch)
tree621f6bab9e00fdd54fbbd268fc2e4d6584e30765 /src
parent7a8717f8ba3c21090351a42bdbb8ab5a65b14895 (diff)
downloadgroff-0dc10a06dfe6eee3017aab660352f3f50416bfbc.tar.gz
* src/preproc/tbl/tbl.man: Better document `d' column specifier.
Diffstat (limited to 'src')
-rw-r--r--src/preproc/tbl/tbl.man59
1 files changed, 57 insertions, 2 deletions
diff --git a/src/preproc/tbl/tbl.man b/src/preproc/tbl/tbl.man
index f50e783c..3aafe246 100644
--- a/src/preproc/tbl/tbl.man
+++ b/src/preproc/tbl/tbl.man
@@ -1,6 +1,6 @@
'\" t
.ig
-Copyright (C) 1989-1995, 2001-2004, 2006-2011
+Copyright (C) 1989-1995, 2001-2004, 2006-2012
Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
@@ -401,8 +401,63 @@ Short form of
.
.TP
.BR d , D
-Start an item vertically spanning rows at the bottom of its range rather
+Start an item that vertically spans rows,
+using the `^' column specifier or `\[rs]^' data item,
+at the bottom of its range rather
than vertically centering it (GNU tbl only).
+Example:
+.RS
+.IP
+.EX
+\&.TS
+\&tab(;) allbox;
+\&l l
+\&l ld
+\&r ^
+\&l rd.
+\&0000;foobar
+\&T{
+\&1111
+\&.br
+\&2222
+\&T};foo
+\&r;
+\&T{
+\&3333
+\&.br
+\&4444
+\&T};bar
+\&\[rs]^;\[rs]^
+\&.TE
+.EE
+.RE
+.
+.IP
+Result:
+.
+.RS
+.IP
+.TS
+tab(;) allbox;
+l l
+l ld
+r ^
+l rd.
+0000;foobar
+T{
+1111
+.br
+2222
+T};foo
+r;
+T{
+3333
+.br
+4444
+T};bar
+\^;\^
+.TE
+.RE
.
.TP
.BR e , E