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

Diff for /mandoc/mandoc.1 between version 1.267 and 1.268

version 1.267, 2023/11/13 19:13:01 version 1.268, 2025/01/05 18:14:39
Line 1 
Line 1 
 .\" $Id$  .\" $Id$
 .\"  .\"
 .\" Copyright (c) 2012, 2014-2023 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2012, 2014-2023, 2025 Ingo Schwarze <schwarze@openbsd.org>
 .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>  .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
Line 1896  The invalid character is discarded.
Line 1896  The invalid character is discarded.
 A table layout specification contains an opening parenthesis,  A table layout specification contains an opening parenthesis,
 but no matching closing parenthesis.  but no matching closing parenthesis.
 The rest of the input line, starting from the parenthesis, has no effect.  The rest of the input line, starting from the parenthesis, has no effect.
   .It Sy "ignoring invalid column width in tbl layout"
   .Pq tbl
   A column width specifier in a table layout is empty, zero, or not a valid
   numerical expression.
   The width specifier is ignored and the column is made wide enough
   to accomodate all its data cells.
 .It Sy "ignoring excessive spacing in tbl layout"  .It Sy "ignoring excessive spacing in tbl layout"
 .Pq tbl  .Pq tbl
 A spacing modifier in a table layout is unreasonably large.  A spacing modifier in a table layout is unreasonably large.

Legend:
Removed from v.1.267  
changed lines
  Added in v.1.268

CVSweb