summaryrefslogtreecommitdiff
path: root/usr.bin/compress/compress.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-30 04:41:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-30 04:41:36 +0000
commitda024d08640ec7bd74b5283712b0f2a1b09bf53e (patch)
treebe577cb67939587578554ad352c8d88f488711b3 /usr.bin/compress/compress.1
parent277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff)
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/compress/compress.1')
-rw-r--r--usr.bin/compress/compress.124
1 files changed, 20 insertions, 4 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1
index 62abd08a750..69d43bc88a5 100644
--- a/usr.bin/compress/compress.1
+++ b/usr.bin/compress/compress.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compress.1,v 1.37 2007/04/04 16:25:03 jmc Exp $
+.\" $OpenBSD: compress.1,v 1.38 2007/05/30 04:41:33 jmc Exp $
.\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $
.\"
.\" Copyright (c) 1986, 1990, 1993
@@ -334,10 +334,26 @@ or 2 if a warning occurred.
.Re
.Sh STANDARDS
The
-.Nm
-utility is compliant with the
-.St -p1003.2-92
+.Nm ,
+.Nm uncompress ,
+and
+.Nm zcat
+utilities are compliant with the
+.St -p1003.1-2004
specification.
+.Pp
+The
+.Nm
+flags
+.Op Fl 123456789dghLlNnOqrtV ,
+.Nm uncompress
+flags
+.Op Fl hlNnqrt ,
+and the
+.Nm zcat
+flags
+.Op Fl fghqr
+are extensions to that specification.
.Sh HISTORY
The
.Nm