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

Diff for /mandoc/mandoc.1 between version 1.216 and 1.219

version 1.216, 2017/07/07 16:20:30 version 1.219, 2017/09/07 14:55:12
Line 238  See
Line 238  See
 .It Fl T Cm lint  .It Fl T Cm lint
 Parse only: produce no output.  Parse only: produce no output.
 Implies  Implies
 .Fl W Cm all .  .Fl W Cm all
   and redirects parser messages, which usually appear
   on standard error output, to standard output.
 .It Fl T Cm locale  .It Fl T Cm locale
 Encode output using the current locale.  Encode output using the current locale.
 This is the default.  This is the default.
Line 313  and seven for
Line 315  and seven for
 .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.
   .It Cm mdoc
   Format
   .Xr man 7
   input files in
   .Xr mdoc 7
   output style.
   Specifically, this suppresses the two additional blank lines near the
   top and the bottom of each page, and it implies
   .Fl O Cm indent Ns =5 .
   One useful application is for checking that
   .Fl T Cm man
   output formats in the same way as the
   .Xr mdoc 7
   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 .
Line 739  Please use your good judgement to decide whether any p
Line 755  Please use your good judgement to decide whether any p
 .Cm style  .Cm style
 suggestion really justifies a change to the input file.  suggestion really justifies a change to the input file.
 .It Cm base  .It Cm base
 A convertion used in the base system of a specific operating system  A convention used in the base system of a specific operating system
 is not adhered to.  is not adhered to.
 These are not markup mistakes, and neither the quality of formatting  These are not markup mistakes, and neither the quality of formatting
 nor portability are in danger.  nor portability are in danger.

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.219

CVSweb