Fix man section number (3)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 19 Feb 2018 08:02:12 +0000 (11:02 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 19 Feb 2018 08:02:12 +0000 (11:02 +0300)
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

index 940c2a3..ac50d2a 100644 (file)
@@ -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