]> granicus.if.org Git - graphviz/commitdiff
Correct boldness of agnxtsubg in cgraph.3
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 5 Sep 2020 08:14:45 +0000 (10:14 +0200)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 17 Nov 2021 15:26:05 +0000 (07:26 -0800)
lib/cgraph/cgraph.3

index 990e2e02cb495ddb153d66dd1b9a594f3cc89257..9538e1ddc6ff924a3e6f8a52187d8bbe101079ad 100644 (file)
@@ -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.