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

Diff for /mandoc/mandoc_headers.3 between version 1.4 and 1.5

version 1.4, 2015/04/02 21:36:50 version 1.5, 2015/04/02 22:48:17
Line 118  from
Line 118  from
 as opaque types for function prototypes.  as opaque types for function prototypes.
 .It Qq Pa roff.h  .It Qq Pa roff.h
 Provides  Provides
 .Vt enum roff_type .  .Vt enum mdoc_endbody ,
   .Vt enum roff_sec ,
   .Vt enum roff_type ,
   and
   .Vt struct roff_node .
   .Pp
   Uses pointers to the types
   .Vt struct mdoc_arg
   and
   .Vt union mdoc_data
   from
   .Qq Pa mdoc.h
   as opaque struct members.
 .El  .El
 .Pp  .Pp
 The following two require  The following two require
Line 137  for
Line 149  for
 .Vt enum roff_type .  .Vt enum roff_type .
 .Pp  .Pp
 Provides  Provides
 .Vt enum mdoct ,  
 .Vt enum mdocargt ,  .Vt enum mdocargt ,
 .Vt enum mdoc_sec ,  
 .Vt enum mdoc_endbody ,  
 .Vt enum mdoc_disp ,  .Vt enum mdoc_disp ,
 .Vt enum mdoc_list ,  .Vt enum mdoc_list ,
 .Vt enum mdoc_auth ,  .Vt enum mdoc_auth ,
Line 153  Provides
Line 162  Provides
 .Vt struct mdoc_an ,  .Vt struct mdoc_an ,
 .Vt struct mdoc_bf ,  .Vt struct mdoc_bf ,
 .Vt struct mdoc_rs ,  .Vt struct mdoc_rs ,
 .Vt struct mdoc_node ,  
 and the functions  and the functions
 .Fn mdoc_*  .Fn mdoc_*
 described in  described in
Line 181  for
Line 189  for
 .Vt enum roff_type .  .Vt enum roff_type .
 .Pp  .Pp
 Provides  Provides
 .Vt enum mant ,  .Vt struct man_meta
 .Vt struct man_meta ,  
 .Vt struct man_node ,  
 and the functions  and the functions
 .Fn man_*  .Fn man_*
 described in  described in
Line 259  as opaque types for function prototypes.
Line 265  as opaque types for function prototypes.
 Requires  Requires
 .Qq Pa mdoc.h  .Qq Pa mdoc.h
 for  for
 .Vt enum mdoct ,  .Vt enum mdoc_*
 .Vt enum mdoc_* ,  
 and  and
 .Vt struct mdoc_* .  .Vt struct mdoc_* .
 .Pp  .Pp
Line 290  or
Line 295  or
 .Pa libroff.h .  .Pa libroff.h .
 .It Qq Pa libman.h  .It Qq Pa libman.h
 Requires  Requires
 .Qq Pa man.h  .Qq Pa roff.h
 for  for
 .Vt enum mant  .Vt struct roff_node.
 and  
 .Vt struct man_node.  
 .Pp  .Pp
 Provides  Provides
 .Vt enum man_next ,  .Vt enum man_next ,

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

CVSweb