diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-31 16:31:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-31 16:31:55 +0000 |
commit | 547b554dc9c25cb33ee6ef76d63668fc75a26685 (patch) | |
tree | 97990bc27bb618683a688f94e8623e44cb8fb98f /regress/tbl/opt/center-mdoc.in | |
parent | 338daed9057fec44c6861151bafb7a548b241d19 (diff) | |
download | mandoc-547b554dc9c25cb33ee6ef76d63668fc75a26685.tar.gz |
Since resetting of offsets works quite differently in man(7) and mdoc(7),
test table centering in an mdoc(7) document as well.
Related to tbl_term.c rev. 1.67.
Diffstat (limited to 'regress/tbl/opt/center-mdoc.in')
-rw-r--r-- | regress/tbl/opt/center-mdoc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/regress/tbl/opt/center-mdoc.in b/regress/tbl/opt/center-mdoc.in new file mode 100644 index 00000000..820664c3 --- /dev/null +++ b/regress/tbl/opt/center-mdoc.in @@ -0,0 +1,15 @@ +.\" $OpenBSD: center-mdoc.in,v 1.1 2019/01/31 16:28:38 schwarze Exp $ +.Dd $Mdocdate$ +.Dt TBL-CENTER-MDOC 1 +.Os +.Sh NAME +.Nm tbl-center-mdoc +.Nd center a table as a whole +.Sh DESCRIPTION +normal text +.TS +center box tab(:); +l r. +northwest:northeast +southwest:southeast +.TE |