summaryrefslogtreecommitdiff
path: root/usr.bin/tsort/tsort.1
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-04-07 14:17:39 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-04-07 14:17:39 +0000
commitf4c7bc6c35eb2df05e743766973c4ab30ed1cb6e (patch)
treedbb4d159a9d9e842d30e76642c0d152c015ecf3f /usr.bin/tsort/tsort.1
parent4faf0362553f873a23fc2f65344b5809f216c3f1 (diff)
Small changes, user-friendly:
- just warn if hints file holds duplicates. So what ? We sure can't use uniq to remove those. - on the other hand, warn in verbose mode if main file holds nodes that are not in hints file. Ok millert@
Diffstat (limited to 'usr.bin/tsort/tsort.1')
-rw-r--r--usr.bin/tsort/tsort.110
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1
index 971db804316..09282c96b07 100644
--- a/usr.bin/tsort/tsort.1
+++ b/usr.bin/tsort/tsort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tsort.1,v 1.7 2001/03/26 22:53:33 espie Exp $
+.\" $OpenBSD: tsort.1,v 1.8 2001/04/07 14:17:37 espie Exp $
.\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -81,16 +81,18 @@ of the first component of the pairs.
Use
.Ar file ,
which holds an ordered list of nodes, to resolve ambiguities.
+In case of duplicates, the first entry is chosen.
.It Fl l
Search for and display the longest cycle.
.It Fl q
-Do not display informational messages about cycles. This is primarily
-intended for building libraries, where optimal ordering is not critical,
-and cycles occur often.
+Do not display informational messages about cycles.
+This is primarily intended for building libraries, where optimal ordering
+is not critical, and cycles occur often.
.It Fl r
Reverse the ordering relation.
.It Fl v
Inform on the exact number of edges broken while breaking cycles.
+If a hints file was used, inform on seen nodes absent from that file.
.It Fl w
Exit with exit code the number of cycles
.Nm