From b59d0895c38b75398a94fde4674a58d906b7d104 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 15 Aug 2018 09:21:29 +0300 Subject: [PATCH] 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 . --- doc/gc.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gc.man b/doc/gc.man index 1d2ac7a..aca1fbf 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 -- 2.7.4