From: Ivan Maidanski Date: Wed, 15 Aug 2018 06:21:29 +0000 (+0300) Subject: Use include gc.h with the angle brackets in the man page synopsis X-Git-Tag: v8.0.0~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b59d0895c38b75398a94fde4674a58d906b7d104;p=gc Use include gc.h with the angle brackets in the man page synopsis * doc/gc.man (.TH): Update the date. * doc/gc.man (SYNOPSIS): Replace include "gc.h" to include . --- diff --git a/doc/gc.man b/doc/gc.man index 1d2ac7a1..aca1fbff 100644 --- a/doc/gc.man +++ b/doc/gc.man @@ -1,8 +1,8 @@ -.TH BDWGC 3 "22 July 2018" +.TH BDWGC 3 "15 Aug 2018" .SH NAME GC_malloc, GC_malloc_atomic, GC_free, GC_realloc, GC_enable_incremental, GC_register_finalizer, GC_malloc_ignore_off_page, GC_malloc_atomic_ignore_off_page, GC_set_warn_proc \- Garbage collecting malloc replacement .SH SYNOPSIS -#include "gc.h" +#include .br void * GC_malloc(size_t size); .br