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

Diff for /mandoc/mandoc_html.3 between version 1.14 and 1.16

version 1.14, 2018/06/25 13:26:57 version 1.16, 2018/06/25 14:13:54
Line 220  argument type letters and style name letters.
Line 220  argument type letters and style name letters.
 .Pp  .Pp
 Argument type letters each require one argument as follows:  Argument type letters each require one argument as follows:
 .Bl -tag -width 1n -offset indent  .Bl -tag -width 1n -offset indent
 .It Cm h  
 Requires one  
 .Vt int  
 argument, interpreted as a horizontal length in units of  
 .Dv SCALE_EN .  
 .It Cm s  .It Cm s
 Requires one  Requires one
 .Vt char *  .Vt char *
Line 233  argument, used as a style value.
Line 228  argument, used as a style value.
 Requires one  Requires one
 .Vt struct roffsu *  .Vt struct roffsu *
 argument, used as a length.  argument, used as a length.
 .It Cm w  
 Requires one  
 .Vt char *  
 argument, interpreted as an  
 .Xr mdoc 7 Ns -style  
 width specifier.  
 If the argument is  
 .Dv NULL ,  
 nothing is printed for this pair.  
 .Pp  
 The  
 .Cm w  
 argument type letter can optionally be followed by the modifier  
 .Cm +  
 which increases the width by 20% to make even bold text fit  
 and adds three units for padding between columns.  
 .El  .El
 .Pp  .Pp
 Style name letters decide what to do with the preceding argument:  Style name letters decide what to do with the preceding argument:
 .Bl -tag -width 1n -offset indent  .Bl -tag -width 1n -offset indent
 .It Cm l  
 Set  
 .Cm margin-left  
 to the given length.  
 .It Cm w  
 Set  
 .Cm width  
 to the given length.  
 .It Cm W  
 Set  
 .Cm min-width  
 to the given length.  
 .It Cm \&?  .It Cm \&?
 The special pair  The special pair
 .Cm s?  .Cm s?

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.16

CVSweb