diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 17:59:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 17:59:41 +0000 |
commit | b5f82c54b245b63d31d1c7fb456d759fe6f4271d (patch) | |
tree | 348bd457ea994a9574e5a49e8fed82d8ac18f215 /usr.bin/tsort/tsort.1 | |
parent | 2ff1e8275d4f73445fd38ed3b6ae0767fd684746 (diff) |
- note some apps which are xpg4, not posix
- note that some apps are optional to posix
after some discussion w/ otto
Diffstat (limited to 'usr.bin/tsort/tsort.1')
-rw-r--r-- | usr.bin/tsort/tsort.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index 1de80abc4d5..e8818f5fc81 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsort.1,v 1.17 2006/08/06 06:13:26 jmc Exp $ +.\" $OpenBSD: tsort.1,v 1.18 2007/05/31 17:59:40 jmc Exp $ .\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -147,10 +147,12 @@ accomplishes the same task in a dynamic way. The .Nm utility is compliant with the -.St -p1003.1-2004 +.St -xpg4 specification. .Pp -All options are extensions to that specification. +The flags +.Op Fl fhlqrvw +are extensions to that specification. .Sh HISTORY A .Nm |