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

Diff for /mandoc/man.7 between version 1.5 and 1.8

version 1.5, 2009/03/26 23:01:26 version 1.8, 2009/04/05 16:34:22
Line 29  The
Line 29  The
 .Nm man  .Nm man
 language was historically used to format  language was historically used to format
 .Ux  .Ux
 manuals.  In this reference document, we describe the syntax and  manuals.  This reference document describes the syntax and structure of
 structure of the  this language.
 .Nm  
 language.  
 .Pp  .Pp
 .Em \&Do not ever  .Em \&Do not
 use  use
 .Nm  .Nm
 to write your manuals.  Use the  to write your manuals.  Use the
Line 88  or a single one-character sequence.
Line 86  or a single one-character sequence.
 Characters may alternatively be escaped by a slash-asterisk,  Characters may alternatively be escaped by a slash-asterisk,
 .Sq \e* ,  .Sq \e* ,
 with the same combinations as described above.  This form is deprecated.  with the same combinations as described above.  This form is deprecated.
 .Pp  
 The  
 .Xr mdoc 7  
 contains a table of all available escapes.  
 .\" SECTION  .\" SECTION
 .Sh STRUCTURE  .Sh STRUCTURE
 Macros are one to three three characters in length and begin with a  Macros are one to three three characters in length and begin with a
Line 138  foo
Line 132  foo
 .Ed  .Ed
 .Pp  .Pp
 is equivalent to  is equivalent to
 .Sq \&.RI foo .  .Sq \&.RI foo .
 If two consecutive lines exhibit the latter behaviour,  If two consecutive lines exhibit the latter behaviour,
 an error is raised.  Thus, the following is not acceptable:  an error is raised.  Thus, the following is not acceptable:
 .Bd -literal -offset indent  .Bd -literal -offset indent
Line 180  macros and corresponding number of arguments.
Line 174  macros and corresponding number of arguments.
 .It \&.IR    Ta    n  .It \&.IR    Ta    n
 .It \&.RI    Ta    n  .It \&.RI    Ta    n
 .El  .El
   .Pp
   Although not historically part of the
   .Nm
   system, the following macros are also supported:
   .Pp
   .Bl -column "MacroX" "Arguments" -compact -offset indent
   .It Em Macro Ta Em Arguments
   .It \&.br    Ta    0
   .It \&.i     Ta    n
   .El
   .Pp
   These follow the same calling conventions as the above
   .Nm
   macros.
 .\" SECTION  .\" SECTION
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr mandoc 1  .Xr mandoc 1 ,
   .Xr mandoc_char 7
 .\" SECTION  .\" SECTION
 .Sh AUTHORS  .Sh AUTHORS
 The  The

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8

CVSweb