From 9a84aa8bb5ae9b32330553de72d4f6bf6dcca1ae Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 26 Nov 2006 06:23:40 +0000 Subject: [PATCH] * gzip.1 (OPTIONS): ouput -> output. Problem reported by Matt Taggart. * vms/gzip.hlp: Likewise. --- ChangeLog | 4 ++++ gzip.1 | 2 +- vms/gzip.hlp | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22d6179..c4fb67c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-11-25 Paul Eggert + * gzip.1 (OPTIONS): ouput -> output. Problem reported by Matt + Taggart. + * vms/gzip.hlp: Likewise. + * Makefile.am (FILES_TO_CHECK): New macro. (check-local): Check only the files in FILES_TO_CHECK, since some files under the working directory might be mutating as the test is diff --git a/gzip.1 b/gzip.1 index f5d03ff..f52d6a0 100644 --- a/gzip.1 +++ b/gzip.1 @@ -210,7 +210,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. diff --git a/vms/gzip.hlp b/vms/gzip.hlp index ba53cc6..0bee536 100644 --- a/vms/gzip.hlp +++ b/vms/gzip.hlp @@ -117,7 +117,7 @@ SYNOPSIS ten to a terminal. If the input data is not in a format recognized by gzip, and if the option --stdout is also given, copy the input data without change to the stan- - dard ouput: let zcat behave as cat. If -f is not given, + dard output: let zcat behave as cat. If -f is not given, and when not running in the background, gzip prompts to verify whether an existing file should be overwritten. -- 2.30.2