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

Diff for /mandoc/tbl.7 between version 1.32 and 1.36

version 1.32, 2019/02/08 22:51:53 version 1.36, 2021/09/07 11:48:19
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>  .\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2014, 2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2014,2015,2017,2018,2019 Ingo Schwarze <schwarze@openbsd.org>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
Line 94  Allow page breaks within the table.
Line 94  Allow page breaks within the table.
 This is a GNU extension and currently ignored.  This is a GNU extension and currently ignored.
 .It Cm nospaces  .It Cm nospaces
 Ignore leading and trailing spaces in data cells.  Ignore leading and trailing spaces in data cells.
 This is a GNU extension and currently ignored.  This is a GNU extension.
 .It Cm nowarn  .It Cm nowarn
 Suppress warnings about tables exceeding the current line length.  Suppress warnings about tables exceeding the current line length.
 This is a GNU extension and currently ignored.  This is a GNU extension and currently ignored.
Line 178  of any other column also having the
Line 178  of any other column also having the
 .Cm e  .Cm e
 modifier.  modifier.
 .It Cm f  .It Cm f
 The next character selects the font to use for this cell.  The next one or two characters select the font to use for this cell.
   One-character font names must be followed by a blank or period.
 See the  See the
 .Xr roff 7  .Xr roff 7
 manual for supported one-character font names.  manual for supported font names.
 .It Cm i  .It Cm i
 Use an italic font for the contents of this cell.  Use an italic font for the contents of this cell.
 .It Cm m  .It Cm m
Line 394  T}::line 5
Line 395  T}::line 5
 These examples were constructed to demonstrate many  These examples were constructed to demonstrate many
 .Nm  .Nm
 features in a compact way.  features in a compact way.
 In real manual pages, keep tables as simple as possible:  In real manual pages, keep tables as simple as possible.
 Like that, they usually look better, are less fragile, and more portable.  They usually look better, are less fragile, and are more portable.
 .Sh COMPATIBILITY  .Sh COMPATIBILITY
 The  The
 .Xr mandoc 1  .Xr mandoc 1
Line 438  reference was written by
Line 439  reference was written by
 .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv  .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv
 and  and
 .An Ingo Schwarze Aq Mt schwarze@openbsd.org .  .An Ingo Schwarze Aq Mt schwarze@openbsd.org .
   .Sh BUGS
   In
   .Fl T
   .Cm utf8
   output mode, heavy lines are drawn instead of double lines.
   This cannot be improved because the Unicode standard only provides
   an incomplete set of box drawing characters with double lines,
   whereas it provides a full set of box drawing characters
   with heavy lines.
   It is unlikely this can be improved in the future because the box
   drawing characters are already marked in Unicode as characters
   intended only for backward compatibility with legacy systems,
   and their use is not encouraged.
   So it seems unlikely that the missing ones might get added in the future.

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.36

CVSweb