diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-21 20:02:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-21 20:02:30 +0000 |
commit | 6a17c06747a3930dd8437cd0058358d8ef035295 (patch) | |
tree | d65afd1c3e25738a10da2a0dde899588e0ecbd35 /usr.bin/tsort/tsort.1 | |
parent | 5ff42f26a8fc8ad5a0160eb57292b899c364ed76 (diff) |
document exit values; from daniel dickman
Diffstat (limited to 'usr.bin/tsort/tsort.1')
-rw-r--r-- | usr.bin/tsort/tsort.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index 08451228087..cfe8770c46d 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsort.1,v 1.20 2009/02/08 17:33:02 jmc Exp $ +.\" $OpenBSD: tsort.1,v 1.21 2010/07/21 20:02:29 jmc Exp $ .\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)tsort.1 8.3 (Berkeley) 4/1/94 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: July 21 2010 $ .Dt TSORT 1 .Os .Sh NAME @@ -95,6 +95,8 @@ Exit with exit code the number of cycles .Nm had to break. .El +.Pp +.Ex -std tsort .Sh EXAMPLES Faced with the input: .Bd -literal -offset indent |