From 8c38299cf64fb8e6fd1bed84d74105be31ddb88b Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Thu, 3 Jan 2013 12:02:49 -0500 Subject: [PATCH] Fix typo in man page. --- cmd/gvpr/gvpr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gvpr/gvpr.1 b/cmd/gvpr/gvpr.1 index cb7b8f65e..7b2618917 100644 --- a/cmd/gvpr/gvpr.1 +++ b/cmd/gvpr/gvpr.1 @@ -1172,7 +1172,7 @@ avoid pattern matching. As of 24 April 2008, \fBgvpr\fP switched to using a new, underlying graph library, which uses the simpler model that there is only one copy of a node, not one copy for each subgraph logically containing -it. This means that iterators such as \Inxtnode\P cannot traverse +it. This means that iterators such as \fInxtnode\fP cannot traverse a subgraph using just a node argument. For this reason, subgraph traversal requires new functions ending in "_sg", which also take a subgraph argument. The versions without that suffix will always -- 2.50.1