[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.170 and 1.171

version 1.170, 2020/07/20 14:52:12 version 1.171, 2020/08/27 14:28:08
Line 423 
Line 423 
 MANPAGER='w3m -T text/html' man -T html -O tag=toc mandoc  MANPAGER='w3m -T text/html' man -T html -O tag=toc mandoc
 .Ed  .Ed
 .Pp  .Pp
 This argument does not work with  Consequently, for HTML output, this argument does not work with
 .Xr more 1  .Xr more 1
 or  or
 .Xr less 1 .  .Xr less 1 .
   For example,
   .Ql MANPAGER=less man -T html -O tag=toc mandoc
   does not work because
   .Xr less 1
   does not support
   .Ic file://
   URIs.
 .It Cm toc  .It Cm toc
 If an input file contains at least two non-standard sections,  If an input file contains at least two non-standard sections,
 print a table of contents near the beginning of the output.  print a table of contents near the beginning of the output.

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171