diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-08 16:44:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-08 16:44:33 +0000 |
commit | d6b70e033b514b6cff957e114f6cdcd7c55ac954 (patch) | |
tree | bb130a875fa280d07a86aa5b090bcf335246808f /usr.bin | |
parent | 3c5c8fd681421bba21d78619da3b0564196e2fae (diff) |
some minor corrections for the STANDARDS section;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/compress/compress.1 | 8 | ||||
-rw-r--r-- | usr.bin/uuencode/uuencode.1 | 14 |
2 files changed, 16 insertions, 6 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index 942aeec9d05..f59d16ba330 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.1,v 1.39 2007/05/31 19:20:08 jmc Exp $ +.\" $OpenBSD: compress.1,v 1.40 2009/02/08 16:44:32 jmc Exp $ .\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)compress.1 8.2 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 8 2009 $ .Dt COMPRESS 1 .Os .Sh NAME @@ -345,10 +345,10 @@ specification. The .Nm flags -.Op Fl 123456789dghLlNnOqrtV , +.Op Fl 123456789dghLlNnOoqrStV , .Nm uncompress flags -.Op Fl hlNnqrt , +.Op Fl hlNnoqrt , and the .Nm zcat flags diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 5ff4ca04efd..bd54be87213 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.1,v 1.19 2008/07/05 20:59:42 sobrado Exp $ +.\" $OpenBSD: uuencode.1,v 1.20 2009/02/08 16:44:32 jmc Exp $ .\" $FreeBSD: uuencode.1,v 1.26 2003/03/18 14:24:47 fanf Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -31,7 +31,7 @@ .\" @(#)uuencode.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd $Mdocdate: July 5 2008 $ +.Dd $Mdocdate: February 8 2009 $ .Dt UUENCODE 1 .Os .Sh NAME @@ -214,6 +214,16 @@ specification. The flags .Op Fl ciprs are extensions to that specification. +.Pp +The use of the +.Fl o +flag for +.Nm uuencode +and the +.Fl m +flag for +.Nm uudecode +are also extensions to that specification. .Sh HISTORY The .Nm uudecode |