From: Jim Meyering Date: Tue, 3 Oct 1995 19:05:47 +0000 (+0000) Subject: Correct typos, mostly from Jens Schweikhardt. X-Git-Tag: v4.5.1~12358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d832bf77ebaff403fa319d5810c5fbc1c4e8d189;p=thirdparty%2Fcoreutils.git Correct typos, mostly from Jens Schweikhardt. --- diff --git a/doc/textutils.texi b/doc/textutils.texi index e1003cd5bb..8bea76d607 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -1054,7 +1054,7 @@ head [@var{option}]@dots{} [@var{file}]@dots{} head -@var{number} [@var{option}]@dots{} [@var{file}]@dots{} @end example -If more than one @var{file} is specicified, @code{head} prints a +If more than one @var{file} is specified, @code{head} prints a one-line header consisting of @example ==> @var{file name} <== @@ -1312,7 +1312,7 @@ file, so that section of the input file is effectively ignored. Repeat the previous pattern @var{repeat-count} additional times. @var{repeat-count} can either be a positive integer or an asterisk, meaning repeat as many times as necessary until the input is -exausted. +exhausted. @end table @@ -2114,7 +2114,7 @@ For @samp{-f}, fields are separated by the first character in @var{delim} @item -n @opindex -n -Do not split multibyte characters (no-op for now). +Do not split multi-byte characters (no-op for now). @item -s @itemx --only-delimited @@ -3218,7 +3218,7 @@ much more efficient and do more than these programs do. Nevertheless, as exposition of good programming style, and evangelism for a still-valuable philosophy, these books are unparalleled, and I recommend them highly. -Acknowledgement: I would like to express my gratitude to Brian Kernighan +Acknowledgment: I would like to express my gratitude to Brian Kernighan of Bell Labs, the original Software Toolsmith, for reviewing this column.