summaryrefslogtreecommitdiff
path: root/usr.bin/tsort/tsort.1
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-29 01:02:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-29 01:02:20 +0000
commit8b4b896105ace4f272080923b2b6b153f5739af4 (patch)
treea4cb65bbce510b4474098501dbfe4e8a28c496bb /usr.bin/tsort/tsort.1
parentdb55599afcb6d095a0e8dab2f531c0e7a13d1b4f (diff)
add -q option for silence; from mouse@collatz.mcrcim.mcgill.edu;
netbsd pr#1204
Diffstat (limited to 'usr.bin/tsort/tsort.1')
-rw-r--r--usr.bin/tsort/tsort.19
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1
index cc01ace8789..9efe9b2a516 100644
--- a/usr.bin/tsort/tsort.1
+++ b/usr.bin/tsort/tsort.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: tsort.1,v 1.5 1994/12/07 01:06:24 jtc Exp $
+.\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -45,6 +45,7 @@
.Sh SYNOPSIS
.Nm tsort
.Op Fl l
+.Op Fl q
.Op Ar file
.Sh DESCRIPTION
.Nm Tsort
@@ -68,9 +69,13 @@ Cycles are reported on standard error.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl l
+.It Fl l
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
+intended for building libraries, where optimal ordering is not critical,
+and cycles occur often.
.El
.Sh SEE ALSO
.Xr ar 1