From e02d5b23476448167f0bcf29f0bb6a879a874a2a Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 19 Feb 2018 11:02:12 +0300 Subject: [PATCH] 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. --- doc/gc.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gc.man b/doc/gc.man index 940c2a3..ac50d2a 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 -- 2.7.4