From: Magnus Jacobsson Date: Sat, 5 Sep 2020 08:14:45 +0000 (+0200) Subject: Correct boldness of agnxtsubg in cgraph.3 X-Git-Tag: 2.50.0~28^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f83d3114f7f06ec462256c759728f9fc8283f2a;p=graphviz Correct boldness of agnxtsubg in cgraph.3 --- diff --git a/lib/cgraph/cgraph.3 b/lib/cgraph/cgraph.3 index 990e2e02c..9538e1ddc 100644 --- a/lib/cgraph/cgraph.3 +++ b/lib/cgraph/cgraph.3 @@ -204,7 +204,7 @@ A new subgraph is initially empty and is of the same kind as its parent. Nested subgraph trees may be created. A subgraph's name is only interpreted relative to its parent. A program can scan subgraphs under a given graph -using \fBagfstsubg\fP and \fRagnxtsubg\fP. A subgraph is +using \fBagfstsubg\fP and \fBagnxtsubg\fP. A subgraph is deleted with \fBagdelsubg\fP (or \fBagclose\fP). The \fBagparent\fP function returns the immediate parent graph of a subgraph, or itself if the graph is already a root graph.