]> granicus.if.org Git - gc/commitdiff
Use include gc.h with the angle brackets in the man page synopsis
authorIvan Maidanski <ivmai@mail.ru>
Wed, 15 Aug 2018 06:21:29 +0000 (09:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 15 Aug 2018 06:22:10 +0000 (09:22 +0300)
* doc/gc.man (.TH): Update the date.
* doc/gc.man (SYNOPSIS): Replace include "gc.h" to include <gc.h>.

doc/gc.man

index 1d2ac7a1a9d37b4d6748f8fedcf1e753b9c43998..aca1fbffc39e332bd45dde18915728c50187213c 100644 (file)
@@ -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 <gc.h>
 .br
 void * GC_malloc(size_t size);
 .br