[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.10 and 1.11

version 1.10, 2017/04/24 23:06:18 version 1.11, 2017/04/29 12:45:41
Line 60  Requires
Line 60  Requires
 .In sys/types.h  .In sys/types.h
 for  for
 .Vt size_t .  .Vt size_t .
   .Pp
 Provides the utility functions documented in  Provides the utility functions documented in
 .Xr mandoc_malloc 3 .  .Xr mandoc_malloc 3 .
 .It Qq Pa mandoc_ohash.h  .It Qq Pa mandoc_ohash.h
   Requires
   .In stddef.h
   for
   .Vt ptrdiff_t
   and
   .In stdint.h
   for
   .Vt uint32_t .
   .Pp
 Includes  Includes
 .In ohash.h  .In ohash.h
 and provides  and provides
Line 113  from
Line 123  from
 .Pa roff.h  .Pa roff.h
 as an opaque type for function prototypes.  as an opaque type for function prototypes.
 .It Qq Pa roff.h  .It Qq Pa roff.h
   Requires
   .Qq Pa mandoc_ohash.h
   for
   .Vt struct ohash .
   .Pp
 Provides  Provides
 .Vt enum mdoc_endbody ,  .Vt enum mdoc_endbody ,
 .Vt enum roff_macroset ,  .Vt enum roff_macroset ,
Line 125  Provides
Line 140  Provides
 .Vt struct roff_node ,  .Vt struct roff_node ,
 the constant array  the constant array
 .Va roff_name  .Va roff_name
 and the function  and the functions
 .Fn deroff .  .Fn deroff ,
   .Fn roffhash_alloc ,
   .Fn roffhash_find ,
   and
   .Fn roffhash_free .
 .Pp  .Pp
 Uses pointers to the types  Uses pointers to the types
 .Vt struct mdoc_arg  .Vt struct mdoc_arg
Line 315  Requires
Line 334  Requires
 .Qq Pa roff.h  .Qq Pa roff.h
 for  for
 .Vt enum roff_tok .  .Vt enum roff_tok .
   .Pp
 Provides  Provides
 .Vt struct man_macro  .Vt struct man_macro
 and some functions internal to the  and some functions internal to the
Line 443  or
Line 463  or
 Requires  Requires
 .In sys/types.h  .In sys/types.h
 for  for
 .Vt size_t ,  .Vt size_t
 .In stdio.h  
 for  
 .Dv BUFSIZ ,  
 and  and
 .Qq Pa out.h  .Qq Pa out.h
 for  for

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb