From: Ivan Maidanski Date: Wed, 17 Jan 2018 07:46:56 +0000 (+0300) Subject: Change compiler invocation example in gc.man to use dynamic libgc X-Git-Tag: v8.0.0~419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b50b4c623d57087268115511b2d255a2394cd3e7;p=platform%2Fupstream%2Flibgc.git Change compiler invocation example in gc.man to use dynamic libgc * doc/gc.man (SYNOPSIS): Replace gc.a to -lgc option in the compiler (cc) invocation example. --- diff --git a/doc/gc.man b/doc/gc.man index cb73073..940c2a3 100644 --- a/doc/gc.man +++ b/doc/gc.man @@ -11,7 +11,7 @@ void GC_free(void *ptr); void * GC_realloc(void *ptr, size_t size); .br .sp -cc ... gc.a +cc ... -lgc .LP .SH DESCRIPTION .I GC_malloc