diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-11 21:40:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-11 21:40:09 +0000 |
commit | 80e5779001a9337a84f29f2a1e46f0022fb98026 (patch) | |
tree | e15e37ecf0918c142b82398da2f0dee4a897b4ca /usr.bin/tsort | |
parent | d7d5044e2ea6ec17428055f7a436dfe704ec1fb7 (diff) |
Various cleanups and standardizations.
Diffstat (limited to 'usr.bin/tsort')
-rw-r--r-- | usr.bin/tsort/tsort.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index d71147f37f1..48132883ff7 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsort.1,v 1.5 2000/03/04 22:19:27 aaron Exp $ +.\" $OpenBSD: tsort.1,v 1.6 2000/03/11 21:40:06 aaron Exp $ .\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -49,7 +49,7 @@ .Op Fl q .Op Ar file .Sh DESCRIPTION -.Nm tsort +.Nm 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 @@ -74,7 +74,8 @@ The options are as follows: Search for and display the longest cycle. Can take a very long time. .It Fl q -Do not display informational messages about cycles. This is primarily +Do not display informational messages about cycles. +This is primarily intended for building libraries, where optimal ordering is not critical, and cycles occur often. .El @@ -86,6 +87,6 @@ A command appeared in .At v7 . This -.Nm tsort +.Nm command and manual page are derived from sources contributed to Berkeley by Michael Rendell of Memorial University of Newfoundland. |