summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-01-04 11:05:22 +0000
committerwiz <wiz@NetBSD.org>2003-01-04 11:05:22 +0000
commit7157d2da1c8f97273e360998c8a82f72ac31b3a6 (patch)
treedc1e9f694eae4dd2765857b138bb3785391ecb1b /gnu/usr.bin
parenta9a3a6a120feddc4efaf929dbb1c190513b2e301 (diff)
ouput -> output, from Igor Sobrado in PR 19667.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gzip/gzip.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/gzip.1 b/gnu/usr.bin/gzip/gzip.1
index d84d710a0dc..d8efd132ea8 100644
--- a/gnu/usr.bin/gzip/gzip.1
+++ b/gnu/usr.bin/gzip/gzip.1
@@ -1,4 +1,4 @@
-.\" $Id: gzip.1,v 1.7 2002/02/08 01:26:49 ross Exp $
+.\" $Id: gzip.1,v 1.8 2003/01/04 11:05:22 wiz Exp $
.PU
.TH GZIP 1
.SH NAME
@@ -196,7 +196,7 @@ is read from or written to a terminal. If the input data is not in
a format recognized by
.I gzip,
and if the option --stdout is also given, copy the input data without change
-to the standard ouput: let
+to the standard output: let
.I zcat
behave as
.I cat.