summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-11 14:15:56 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-11 14:15:56 +0000
commitd184f91df1cea2fba0dbd3f880de0a6e9f7b84ac (patch)
tree4563c4ffbe59214382c4054558e88de3113344d5
parentfa73a21290e351913eadd2b70b4471fd30829483 (diff)
downloadmandoc-d184f91df1cea2fba0dbd3f880de0a6e9f7b84ac.tar.gz
Note that "^" needs an empty cell, while "s" does not.
-rw-r--r--tbl.72
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl.7 b/tbl.7
index f9e9b434..9b83c7d7 100644
--- a/tbl.7
+++ b/tbl.7
@@ -226,6 +226,8 @@ Vertically span rows from the last non-
.Ns Cm ^
data cell.
It is an error to invoke a vertical span on the first layout row.
+Unlike a horizontal spanner, you must specify an empty cell (if it not
+empty, the data is discarded) in the corresponding data cell.
.It Cm \-
Replace the data cell (its contents will be lost) with a single
horizontal line.