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

Diff for /mandoc/Attic/mdocml.1 between version 1.21 and 1.25

version 1.21, 2008/12/06 19:41:41 version 1.25, 2008/12/10 12:05:33
Line 1 
Line 1 
 .\"  .\"
 .Dd $Mdocdate$  .Dd $Mdocdate$
 .Dt mdocml 1 alpha  .Dt mdocml 1
 .Os  .Os
 .\"  .\"
 .Sh NAME  .Sh NAME
Line 9 
Line 9 
 .\"  .\"
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm mdocml  .Nm mdocml
 .Op Fl vW  .Op Fl v
   .Op Fl W Ns Ar err...
 .Op Fl f Ar filter  .Op Fl f Ar filter
 .Op Fl o Ar outfile  .Op Fl o Ar outfile
 .Op Ar infile  .Op Ar infile
Line 25  and
Line 26  and
 the default.  Arguments common to all filters follow:  the default.  Arguments common to all filters follow:
 .Bl -tag -width "\-o outfile"  .Bl -tag -width "\-o outfile"
 .It Fl f Ar filter  .It Fl f Ar filter
 The output filter name.  The output filter name.  This
   .Em must
   be declared before any other options.
 .It Fl o Ar outfile  .It Fl o Ar outfile
 Write output to  Write output to
 .Ar outfile ,  .Ar outfile ,
 which may be  which may be
 .Dq \-  .Dq \-
 for stdout.  for stdout.
 .It Fl W  .It Fl W Ns Ar err...
 Print warnings to stderr.  Print warning messages.  If set to
   .Fl W Ns Ar all ,
   all warnings are printed; if
   .Fl W Ns Ar error ,
   warnings are considered errors and cause utility termination.  Multiple
   .Fl W
   arguments may be comma-separated, such as
   .Fl W Ns Ar error,all .
   .It Fl v
   Make warning and error messages verbose.
 .It Ar infile  .It Ar infile
 Read input from  Read input from
 .Ar infile ,  .Ar infile ,
Line 118  and
Line 130  and
 The  The
 .Nm  .Nm
 utility was written by  utility was written by
 .An Em Kristaps Dzonsons Aq kristaps@kth.se .  .An Kristaps Dzonsons Aq kristaps@kth.se .
 .\"  .\"
 .Sh CAVEATS  .Sh CAVEATS
 Most caveats of  Most caveats of

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.25

CVSweb