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

Diff for /mandoc/mandoc.1 between version 1.3 and 1.5

version 1.3, 2009/03/20 15:14:01 version 1.5, 2009/03/21 21:09:00
Line 88  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 145  utility was written by 
Line 184  utility was written by 
 .Sh CAVEATS  .Sh CAVEATS
 The  The
 .Nm  .Nm
 utility doesn't yet know how to display the following:  utility in
   .Fl T Ns Ar ascii
   mode doesn't yet know how to display the following:
 .Pp  .Pp
 .Bl -bullet -compact  .Bl -bullet -compact
 .It  .It
 The \-hang  The \-hang
 .Sq \&Bl  .Sq \&Bl
 list is not yet supported.  list is not yet supported.
   .\" LIST-ITEM
 .It  .It
 The \-literal and \-unfilled  The \-literal and \-unfilled
 .Sq \&Bd  .Sq \&Bd
 displays types are synonyms, as are \-filled and \-ragged.  displays types are synonyms, as are \-filled and \-ragged.
   .\" LIST-ITEM
 .It  .It
 The  The
 .Sq \&Xo/Xc  .Sq \&Xo/Xc
 pair isn't supported.  pair isn't supported.
   .\" LIST-ITEM
 .It  .It
 The  The
 .Sq \&Sm  .Sq \&Bd
 macro has no effect, yet.  macro doesn't process \-compact .
 .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.3  
changed lines
  Added in v.1.5

CVSweb