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

Diff for /mandoc/roff.7 between version 1.54 and 1.56

version 1.54, 2014/04/08 01:37:27 version 1.56, 2014/08/13 20:34:29
Line 239  pica (~1/6 inch)
Line 239  pica (~1/6 inch)
 .It p  .It p
 point (~1/72 inch)  point (~1/72 inch)
 .It f  .It f
 synonym for  scale
 .Sq u  .Sq u
   by 65536
 .It v  .It v
 default vertical span  default vertical span
 .It m  .It m
Line 254  width of rendered
Line 255  width of rendered
 .Pq en  .Pq en
 character  character
 .It u  .It u
 default horizontal span  default horizontal span for the terminal
 .It M  .It M
 mini-em (~1/100 em)  mini-em (~1/100 em)
 .El  .El
Line 262  mini-em (~1/100 em)
Line 263  mini-em (~1/100 em)
 Using anything other than  Using anything other than
 .Sq m ,  .Sq m ,
 .Sq n ,  .Sq n ,
 .Sq u ,  
 or  or
 .Sq v  .Sq v
 is necessarily non-portable across output media.  is necessarily non-portable across output media.
Line 409  and the number of arguments is not checked.
Line 409  and the number of arguments is not checked.
 Append to a macro definition.  Append to a macro definition.
 The syntax of this request is the same as that of  The syntax of this request is the same as that of
 .Sx \&de .  .Sx \&de .
 It is currently ignored by  
 .Xr mandoc 1 ,  
 as are its children.  
 .Ss \&ami  .Ss \&ami
 Append to a macro definition, specifying the macro name indirectly.  Append to a macro definition, specifying the macro name indirectly.
 The syntax of this request is the same as that of  The syntax of this request is the same as that of
 .Sx \&dei .  .Sx \&dei .
 It is currently ignored by  
 .Xr mandoc 1 ,  
 as are its children.  
 .Ss \&am1  .Ss \&am1
 Append to a macro definition, switching roff compatibility mode off  Append to a macro definition, switching roff compatibility mode off
 during macro execution.  during macro execution.
 The syntax of this request is the same as that of  The syntax of this request is the same as that of
 .Sx \&de1 .  .Sx \&de1 .
 It is currently ignored by  Since
 .Xr mandoc 1 ,  .Xr mandoc 1
 as are its children.  does not implement
   .Nm
   compatibility mode at all, it handles this request as an alias for
   .Sx \&am .
 .Ss \&as  .Ss \&as
 Append to a user-defined string.  Append to a user-defined string.
 The syntax of this request is the same as that of  The syntax of this request is the same as that of
Line 554  Define a
Line 551  Define a
 macro, specifying the macro name indirectly.  macro, specifying the macro name indirectly.
 The syntax of this request is the same as that of  The syntax of this request is the same as that of
 .Sx \&de .  .Sx \&de .
 It is currently ignored by  The request
 .Xr mandoc 1 ,  .Pp
 as are its children.  .D1 Pf . Cm \&dei Ar name Op Ar end
   .Pp
   has the same effect as:
   .Pp
   .D1 Pf . Cm \&de No \e* Ns Bo Ar name Bc Op \e* Ns Bq Ar end
 .Ss \&de1  .Ss \&de1
 Define a  Define a
 .Nm  .Nm
Line 1346  The term
Line 1347  The term
 refers to groff version 1.15.  refers to groff version 1.15.
 .Pp  .Pp
 .Bl -dash -compact  .Bl -dash -compact
   .It
   The
   .Sq u
   scaling unit is the default terminal unit.
   In traditional troff systems, this unit would change depending on the
   output media.
 .It  .It
 In mandoc, the  In mandoc, the
 .Sx \&EQ ,  .Sx \&EQ ,

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.56

CVSweb