summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-03-20 21:24:18 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-03-20 21:24:18 +0000
commitbc47530cab770a098b089589f769eea314ada417 (patch)
tree902b0038290626f3e0ccfd35be1d80a8b3359776
parent7785c4f28061636d03cb97386c0385e4eb3f8b99 (diff)
Notes
-rw-r--r--usr.bin/tsort/tsort.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1
index 5ac78ce551fd..12a4d6d0e560 100644
--- a/usr.bin/tsort/tsort.1
+++ b/usr.bin/tsort/tsort.1
@@ -56,7 +56,7 @@ or from standard input if no file
is given.
.Pp
Node names in the input are separated by white space and there must
-be an even number of node pairs.
+be an even number of nodes.
.Pp
Presence of a node in a graph can be represented by an arc from the node
to itself.