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

Diff for /mandoc/mandoc.1 between version 1.1 and 1.4

version 1.1, 2009/03/19 16:17:27 version 1.4, 2009/03/21 13:09:29
Line 72  arguments may be comma-separated, such as
Line 72  arguments may be comma-separated, such as
 .It Ar infile...  .It Ar infile...
 Read input from zero or more  Read input from zero or more
 .Ar infile .  .Ar infile .
 If unspecified, reads from stdin.  If unspecified, reads from stdin.  If multiple files are specified,
   .Nm
   will halt with the first failed parse.
 .El  .El
 .\" PARAGRAPH  .\" PARAGRAPH
 .Pp  .Pp
Line 86  were provided.
Line 88  were provided.
 .Pp  .Pp
 .Ex -std mandoc  .Ex -std mandoc
 .\" SUB-SECTION  .\" SUB-SECTION
   .Ss Reserved Words
   The reserved words described in
   .Xr mdoc 7
   are handled according to the following rules:
   .Bl -enum -offset XXX
   .It
   Opening delimiters
   .Po
   .Sq \&( ,
   .Sq \&[ ,
   and
   .Sq \&{
   .Pc are not followed by whitespace.
   .It
   Closing delimiters
   .Po
   .Sq \&. ,
   .Sq \&, ,
   .Sq \&; ,
   .Sq \&: ,
   .Sq \&? ,
   .Sq \&! ,
   .Sq \&) ,
   .Sq \&]
   and
   .Sq \&}
   .Pc are not preceeded by whitespace.
   .El
   .\" PARAGRAPH
   .Pp
   Note that reserved words may occur in streams of text, so the following:
   .Bd -literal -offset XXXX
   this self is not that of the waking , empirically real man
   .Ed
   .\" PARAGRAPH
   .Pp
   \&...correctly adjusts the comma spacing to
   .Qq this self is not that of the waking , empirically real man .
   .\" SUB-SECTION
 .Ss Output Formats  .Ss Output Formats
 The  The
 .Nm  .Nm
Line 153  list is not yet supported.
Line 194  list is not yet supported.
 .It  .It
 The \-literal and \-unfilled  The \-literal and \-unfilled
 .Sq \&Bd  .Sq \&Bd
 displays only accept text contents.  displays types are synonyms, as are \-filled and \-ragged.
 .It  .It
 The  The
 .Sq \&Xo/Xc  .Sq \&Xo/Xc
 pair isn't supported.  pair isn't supported.
 .It  
 The  
 .Sq \&Sm  
 macro has no effect, yet.  
 .El  .El
 .Pp  .Pp
 Other macros still aren't supported by virtue of nobody complaining  Other macros still aren't supported by virtue of nobody complaining

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb