From: Emden Gansner Date: Wed, 6 Mar 2013 20:47:40 +0000 (-0500) Subject: Remove double period X-Git-Tag: LAST_LIBGRAPH~32^2~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14d6e98992855f7b270cc92b21af554be8395f52;p=graphviz Remove double period --- diff --git a/lib/cgraph/cgraph.3 b/lib/cgraph/cgraph.3 index e3086f458..81d86bba8 100644 --- a/lib/cgraph/cgraph.3 +++ b/lib/cgraph/cgraph.3 @@ -518,7 +518,7 @@ The \fBclose\fP function is used to terminate the memory subsystem, freeing any open resources. For actual allocation, the library uses the functions \fBagalloc\fP, \fBagrealloc\fP, and \fBagfree\fP, which provide simple wrappers for -the underlying discipline functions \fBalloc\fP, \fBresize\fP, and \fBfree\fP.. +the underlying discipline functions \fBalloc\fP, \fBresize\fP, and \fBfree\fP. .PP When Libcgraph is compiled with Vmalloc (which is not the default), each graph has its own heap.