diff options
Diffstat (limited to 'share/man/man7/tbl.7')
-rw-r--r-- | share/man/man7/tbl.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man7/tbl.7 b/share/man/man7/tbl.7 index 1f5992bbfdb..d74a79b6a2c 100644 --- a/share/man/man7/tbl.7 +++ b/share/man/man7/tbl.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tbl.7,v 1.2 2011/01/22 19:38:51 schwarze Exp $ +.\" $OpenBSD: tbl.7,v 1.3 2011/02/07 00:02:50 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 22 2011 $ +.Dd $Mdocdate: February 7 2011 $ .Dt TBL 7 .Os .Sh NAME @@ -207,8 +207,8 @@ Justify a number around its last decimal point. If the decimal point is not found on the number, it's assumed to trail the number. .It Cm s -Horizontally span columns from the last non- -.Ns Cm s +Horizontally span columns from the last +.No non- Ns Cm s data cell. It is an error if spanning columns follow a .Cm \- @@ -220,8 +220,8 @@ This option is not supported by .It Cm a Left-justify a literal string and pad with one space. .It Cm ^ -Vertically span rows from the last non- -.Ns Cm ^ +Vertically span rows from the last +.No 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 |