[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.12 and 1.15

version 1.12, 2017/05/04 22:16:09 version 1.15, 2017/07/01 09:47:30
Line 87  Provides
Line 87  Provides
 .Vt enum mandoc_esc ,  .Vt enum mandoc_esc ,
 .Vt enum mandocerr ,  .Vt enum mandocerr ,
 .Vt enum mandoclevel ,  .Vt enum mandoclevel ,
   .Vt enum mandoc_os ,
 .Vt enum tbl_cellt ,  .Vt enum tbl_cellt ,
 .Vt enum tbl_datt ,  .Vt enum tbl_datt ,
 .Vt enum tbl_spant ,  .Vt enum tbl_spant ,
Line 122  Uses the type
Line 123  Uses the type
 from  from
 .Pa roff.h  .Pa roff.h
 as an opaque type for function prototypes.  as an opaque type for function prototypes.
   .It Qq Pa mandoc_xr.h
   Provides
   .Vt struct mandoc_xr
   and the functions
   .Fn mandoc_xr_reset ,
   .Fn mandoc_xr_add ,
   .Fn mandoc_xr_get ,
   and
   .Fn mandoc_xr_free .
 .It Qq Pa roff.h  .It Qq Pa roff.h
 Requires  Requires
 .Qq Pa mandoc_ohash.h  .Qq Pa mandoc_ohash.h
 for  for
 .Vt struct ohash .  .Vt struct ohash
   and
   .Qq Pa mandoc.h
   for
   .Vt enum mandoc_os .
 .Pp  .Pp
 Provides  Provides
 .Vt enum mdoc_endbody ,  .Vt enum mdoc_endbody ,
Line 144  and the functions
Line 158  and the functions
 .Fn deroff ,  .Fn deroff ,
 .Fn roffhash_alloc ,  .Fn roffhash_alloc ,
 .Fn roffhash_find ,  .Fn roffhash_find ,
   .Fn roffhash_free ,
 and  and
 .Fn roffhash_free .  .Fn roff_validate .
 .Pp  .Pp
 Uses pointers to the types  Uses pointers to the types
 .Vt struct mdoc_arg  .Vt struct mdoc_arg
Line 534  Provides
Line 549  Provides
 and the functions  and the functions
 .Fn manconf_parse ,  .Fn manconf_parse ,
 .Fn manconf_output ,  .Fn manconf_output ,
   .Fn manconf_free ,
 and  and
 .Fn manconf_free .  .Fn manpath_base .
 .It Qq Pa mansearch.h  .It Qq Pa mansearch.h
 Requires  Requires
 .In sys/types.h  .In sys/types.h

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.15

CVSweb