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

Diff for /mandoc/demandoc.1 between version 1.2 and 1.3

version 1.2, 2011/09/01 20:55:50 version 1.3, 2011/09/01 22:09:50
Line 39  Its arguments are as follows:
Line 39  Its arguments are as follows:
 Output a word list.  Output a word list.
 This outputs each word of text on its own line.  This outputs each word of text on its own line.
 A  A
 .Qq word  .Qq word ,
 starts with at least two letters and consists of at least three letters  in this case, refers to whitespace-delimited terms beginning with at
 total.  least two letters after opening punctuation and not consisting of any
   escape sequences.
 .It Ar  .It Ar
 The input files.  The input files.
 .El  .El
Line 51  If
Line 52  If
 is not provided,  is not provided,
 .Nm  .Nm
 accepts standard input.  accepts standard input.
   If a document is not well-formed, it is skipped.
 .Pp  .Pp
 By default,  By default,
 .Nm  .Nm
 parses its input and outputs only text nodes, preserving line column  parses its input and outputs only text nodes, preserving line column
 position.  position.
 If a document is not well-formed, it is skipped.  Escape sequences are omitted from the output.
 .Pp  .Pp
 The  The
 .Fl i ,  .Fl i ,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb