summaryrefslogtreecommitdiffstats
path: root/usr.bin/tsort/tsort.1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-12-27 14:56:18 +0000
committerru <ru@FreeBSD.org>2006-12-27 14:56:18 +0000
commit03269f3b4c923667476d52b5c6c3711ae678d017 (patch)
tree56148119d5c6b85c1abbf031dc5ab637fce1a7aa /usr.bin/tsort/tsort.1
parent437e33cacca9b0247deabc06bff4b55701f5f3bf (diff)
downloadFreeBSD-src-03269f3b4c923667476d52b5c6c3711ae678d017.zip
FreeBSD-src-03269f3b4c923667476d52b5c6c3711ae678d017.tar.gz
- Remove the ambiguity in the input format description.
- Fix markup while here.
Diffstat (limited to 'usr.bin/tsort/tsort.1')
-rw-r--r--usr.bin/tsort/tsort.113
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1
index 9af1a34..71f7372 100644
--- a/usr.bin/tsort/tsort.1
+++ b/usr.bin/tsort/tsort.1
@@ -35,7 +35,7 @@
.\" @(#)tsort.1 8.3 (Berkeley) 4/1/94
.\" $FreeBSD$
.\"
-.Dd July 3, 2004
+.Dd December 27, 2006
.Dt TSORT 1
.Os
.Sh NAME
@@ -55,8 +55,8 @@ Input is taken from the named
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 nodes.
+There must be an even number of nodes in the input.
+Node names specified on the same line should be white space separated.
.Pp
Presence of a node in a graph can be represented by an arc from the node
to itself.
@@ -67,7 +67,7 @@ one of the arcs in the cycle is ignored and the sort continues.
Cycles are reported on standard error.
.Pp
The options are as follows:
-.Bl -tag -width Ds
+.Bl -tag -width indent
.It Fl d
Turn on debugging.
.It Fl l
@@ -82,14 +82,15 @@ and cycles occur often.
.Sh SEE ALSO
.Xr ar 1
.Sh HISTORY
-A
+The
.Nm
command appeared in
.At v7 .
This
.Nm
command and manual page are derived from sources contributed to Berkeley by
-Michael Rendell of Memorial University of Newfoundland.
+.An Michael Rendell
+of Memorial University of Newfoundland.
.Sh BUGS
The
.Nm
OpenPOWER on IntegriCloud