[BACK]Return to tbl.7 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/tbl.7 between version 1.12 and 1.15

version 1.12, 2011/02/07 00:05:40 version 1.15, 2011/09/02 19:37:35
Line 49  macro tags, whose precise syntax is documented in
Line 49  macro tags, whose precise syntax is documented in
 Tables consist of a series of options on a single line, followed by the  Tables consist of a series of options on a single line, followed by the
 table layout, followed by data.  table layout, followed by data.
 .Pp  .Pp
 For example, the following creates a boxed table with digits centered in  For example, the following creates a boxed table with digits centred in
 the cells.  the cells.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 \&.TS  \&.TS
Line 69  c5 c5 c5.
Line 69  c5 c5 c5.
 4:5:6  4:5:6
 .TE  .TE
 .Ed  .Ed
   .Pp
   The
   .Nm
   implementation in
   .Xr mandoc 1
   is
   .Ud
 .Sh TABLE STRUCTURE  .Sh TABLE STRUCTURE
 Tables are enclosed by the  Tables are enclosed by the
 .Sq TS  .Sq TS
Line 325  This formed the basis of the implementation that is pa
Line 332  This formed the basis of the implementation that is pa
 .Xr mandoc 1  .Xr mandoc 1
 utility.  utility.
 .Sh AUTHORS  .Sh AUTHORS
 This partial  This
 .Nm  .Nm
 reference was written by  reference was written by
 .An Kristaps Dzonsons Aq kristaps@bsd.lv .  .An Kristaps Dzonsons ,
   .Mt kristaps@bsd.lv .

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.15

CVSweb