From 4f83d3114f7f06ec462256c759728f9fc8283f2a Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 5 Sep 2020 10:14:45 +0200 Subject: [PATCH] Correct boldness of agnxtsubg in cgraph.3 --- lib/cgraph/cgraph.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0