From 3362b008ec51315167b23e5973ea59e106f1f706 Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Fri, 30 Aug 2013 16:00:08 -0400 Subject: [PATCH] Fix poor wording. --- cmd/gvpr/gvpr.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/gvpr/gvpr.1 b/cmd/gvpr/gvpr.1 index 12e08184a..6209007f1 100644 --- a/cmd/gvpr/gvpr.1 +++ b/cmd/gvpr/gvpr.1 @@ -600,9 +600,8 @@ if \fIn\fP is not in \fIg\fP. Connectivity is based on the underlying undirected graph of \fIg\fP. .TP \fBkindOf\fP(\fIobj\fP : \fBobj_t\fP) : \fBstring\fP -returns an indication of what kind of graph object is the argument. -For nodes, edges, and graphs, it returns -should be "N", "E", and "G", respectively. +returns an indication of the type of \fIobj\fP. +For nodes, edges, and graphs, it returns "N", "E", and "G", respectively. .TP \fBlock\fP(\fIg\fP : \fBgraph_t\fP, \fIv\fP : \fBint\fP) : \fBint\fP implements graph locking on root graphs. If the integer \fIv\fP is positive, the -- 2.40.0