From: Ivan Maidanski Date: Mon, 19 Feb 2018 08:02:12 +0000 (+0300) Subject: Fix man section number (3) X-Git-Tag: v7.4.12~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=064feaa8eaa2a2d616a586ffb4c7633e3e5a4297;p=gc Fix man section number (3) Library calls should use section 3 (unlike Programs that use section 1). * doc/gc.man (TH GC_MALLOC): Change section number from 1L to 3. --- diff --git a/doc/gc.man b/doc/gc.man index 201729f8..87fe8531 100644 --- a/doc/gc.man +++ b/doc/gc.man @@ -1,4 +1,4 @@ -.TH GC_MALLOC 1L "2 October 2003" +.TH GC_MALLOC 3 "2 October 2003" .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