summaryrefslogtreecommitdiff
path: root/usr.bin/tsort
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 12:18:28 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 12:18:28 +0000
commite8937ba00998cca6f259b3fdf32a7f7a38bc26ec (patch)
tree9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/tsort
parent1c2451c24d59abde50b89c0d506523298e1ae1e1 (diff)
downloadsrc-test-e8937ba00998cca6f259b3fdf32a7f7a38bc26ec.tar.gz
src-test-e8937ba00998cca6f259b3fdf32a7f7a38bc26ec.zip
Use `The .Nm utility'
Notes
Notes: svn path=/head/; revision=95124
Diffstat (limited to 'usr.bin/tsort')
-rw-r--r--usr.bin/tsort/tsort.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1
index 724c15117e21f..f629b6130bfbe 100644
--- a/usr.bin/tsort/tsort.1
+++ b/usr.bin/tsort/tsort.1
@@ -48,8 +48,9 @@
.Op Fl q
.Op Ar file
.Sh DESCRIPTION
-.Nm Tsort
-takes a list of pairs of node names representing directed arcs in
+The
+.Nm
+utility takes a list of pairs of node names representing directed arcs in
a graph and prints the nodes in topological order on standard output.
Input is taken from the named
.Ar file ,