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

Diff for /mandoc/man.1 between version 1.30 and 1.33

version 1.30, 2017/08/09 12:49:04 version 1.33, 2018/04/19 23:41:16
Line 114  manual.
Line 114  manual.
 By default, it displays the header lines of all matching pages.  By default, it displays the header lines of all matching pages.
 .It Fl l  .It Fl l
 A synonym for  A synonym for
 .Xr mandoc 1  .Xr mandoc 1 .
 .Fl a .  
 The  The
 .Ar name  .Ar name
 arguments are interpreted as filenames.  arguments are interpreted as filenames.
Line 127  No search is done and
Line 126  No search is done and
 and  and
 .Fl w  .Fl w
 are ignored.  are ignored.
   This option implies
   .Fl a .
 .It Fl M Ar path  .It Fl M Ar path
 Override the list of standard directories which  Override the list of standard directories which
 .Nm  .Nm
Line 297  If neither PAGER nor MANPAGER is defined,
Line 298  If neither PAGER nor MANPAGER is defined,
 .Xr more 1  .Xr more 1
 .Fl s  .Fl s
 is used.  is used.
 Only used if  
 .Fl a  
 or  
 .Fl l  
 is specified.  
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width /etc/man.conf -compact  .Bl -tag -width /etc/man.conf -compact
Line 313  default man configuration file
Line 309  default man configuration file
 See  See
 .Xr mandoc 1  .Xr mandoc 1
 for details.  for details.
   .Sh EXAMPLES
   Format a page for pasting extracts into an email message \(em
   avoid printing any UTF-8 characters, reduce the width to ease
   quoting in replies, and remove markup:
   .Pp
   .Dl $ man -T ascii -O width=65 pledge | col -b
   .Pp
   Read a typeset page in a PDF viewer:
   .Pp
   .Dl $ MANPAGER=mupdf man -T pdf lpd
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr apropos 1 ,  .Xr apropos 1 ,
 .Xr col 1 ,  .Xr col 1 ,

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.33

CVSweb