From cd4631099c26cb2f78a75750a291b6c71f83c36d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 29 Dec 2010 10:19:55 +0000 Subject: Initial documentation for TBL, which for the time being is commented-out. --- roff.7 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/roff.7 b/roff.7 index b206c573..04b35a57 100644 --- a/roff.7 +++ b/roff.7 @@ -1,4 +1,4 @@ -.\" $Id: roff.7,v 1.17 2010/12/18 19:32:08 schwarze Exp $ +.\" $Id: roff.7,v 1.18 2010/12/29 10:19:55 kristaps Exp $ .\" .\" Copyright (c) 2010 Kristaps Dzonsons .\" Copyright (c) 2010 Ingo Schwarze @@ -15,7 +15,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: December 18 2010 $ +.Dd $Mdocdate: December 29 2010 $ .Dt ROFF 7 .Os .Sh NAME @@ -535,6 +535,52 @@ This request is intended to have one argument, consisting of an even number of characters. Currently, it is ignored including its arguments, and the number of arguments is not checked. +.\" .Ss \&TE +.\" End a table context. +.\" See +.\" .Sx \&TS . +.\" .Ss \&TS +.\" Begin a table, which formats input in aligned rows and columns. +.\" A table consists of an optional single line of table options terminated +.\" by a semicolon, followed by one or more lines of layout specification +.\" terminated by a period, then table data. +.\" A table block may also include +.\" .Nm , +.\" .Xr mdoc 7 , +.\" or +.\" .Xr man 7 +.\" macros. +.\" .Pp +.\" Table data is +.\" .Em pre-processed , +.\" that is, data rows are parsed then inserted into the underlying stream +.\" of input data. +.\" This allows data rows to be interspersed by arbitrary macros, such as +.\" .Bd -literal -offset indent +.\" \&.TS +.\" c c c. +.\" 1 2 3 +.\" \&.Ao +.\" 3 2 1 +.\" \&.Ac +.\" \&.TE +.\" .Ed +.\" .Pp +.\" in the case of +.\" .Xr mdoc 7 +.\" or +.\" .Bd -literal -offset indent +.\" \&.TS +.\" c c c. +.\" \&.ds ab 2 +.\" 1 \e*(ab 3 +.\" \&.I +.\" 3 2 1 +.\" \&.TE +.\" .Ed +.\" .Pp +.\" in the case of +.\" .Xr man 7 . .Sh COMPATIBILITY This section documents compatibility between mandoc and other other .Nm -- cgit v1.2.3-56-ge451