]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Correct typos, mostly from Jens Schweikhardt.
authorJim Meyering <jim@meyering.net>
Tue, 3 Oct 1995 19:05:47 +0000 (19:05 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 3 Oct 1995 19:05:47 +0000 (19:05 +0000)
doc/textutils.texi

index e1003cd5bb5d5248c760d06cf59cf54fec6d3184..8bea76d607a65ee9a20513e013635ec7df5e66e9 100644 (file)
@@ -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.