[BACK]Return to mandoc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mandoc.1 between version 1.146 and 1.147

version 1.146, 2018/03/16 15:05:33 version 1.147, 2018/04/13 19:55:13
Line 299 
Line 299 
 .Xr mandoc_char 7  .Xr mandoc_char 7
 are rendered best-effort in an ASCII equivalent.  are rendered best-effort in an ASCII equivalent.
 .Pp  .Pp
 Output width is limited to 78 visible columns unless literal input lines  
 exceed this limit.  
 .Pp  
 The following  The following
 .Fl O  .Fl O
 arguments are accepted:  arguments are accepted:
Line 315 
Line 312 
 .Xr man 7 .  .Xr man 7 .
 Increasing this is not recommended; it may result in degraded formatting,  Increasing this is not recommended; it may result in degraded formatting,
 for example overfull lines or ugly line breaks.  for example overfull lines or ugly line breaks.
   When output is to a pager on a terminal that is less than 66 columns
   wide, the default is reduced to three columns.
 .It Cm mdoc  .It Cm mdoc
 Format  Format
 .Xr man 7  .Xr man 7
Line 331 
Line 330 
 source it was generated from.  source it was generated from.
 .It Cm width Ns = Ns Ar width  .It Cm width Ns = Ns Ar width
 The output width is set to  The output width is set to
 .Ar width .  .Ar width
   instead of the default of 78.
   When output is to a pager on a terminal that is less than 79 columns
   wide, the default is reduced to one less than the terminal width.
   In any case, lines that are output in literal mode are never wrapped
   and may exceed the output width.
 .El  .El
 .Ss HTML Output  .Ss HTML Output
 Output produced by  Output produced by

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147