summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-08 00:03:16 +0000
committerJim Meyering <jim@meyering.net>1999-02-08 00:03:16 +0000
commite91bb3d2e92cda0c91183c0ca0a6250db06d319b (patch)
treef2e6a9f121ef46b39ad32d97de26b38b016ff9c0 /doc
parent5fd73cbdf3e342a375976d2e2643d42a116f4851 (diff)
downloadcoreutils-e91bb3d2e92cda0c91183c0ca0a6250db06d319b.tar.xz
typos, s/@code/@env/ for envvars
Diffstat (limited to 'doc')
-rw-r--r--doc/textutils.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi
index d840adcc1..fdbcf5ec9 100644
--- a/doc/textutils.texi
+++ b/doc/textutils.texi
@@ -165,7 +165,7 @@ Operating on sorted files
@code{ptx}: Produce permuted indexes
-* General options in ptx:: Options which affect general program behaviour.
+* General options in ptx:: Options which affect general program behavior.
* Charset selection in ptx:: Underlying character set considerations.
* Input processing in ptx:: Input fields, contexts, and keyword selection.
* Output formatting in ptx:: Types of output format, and sizing the fields.
@@ -1991,7 +1991,7 @@ addition, if the final byte of an input file is not a newline, GNU
Upon any error, @code{sort} exits with a status of @samp{2}.
@vindex TMPDIR
-If the environment variable @code{TMPDIR} is set, @code{sort} uses its
+If the environment variable @env{TMPDIR} is set, @code{sort} uses its
value as the directory for temporary files instead of @file{/tmp}. The
@samp{-T @var{tempdir}} option in turn overrides the environment
variable.
@@ -2884,7 +2884,7 @@ line width computations.
All 256 characters, even @kbd{NUL}s, are always read and processed from
input file with no adverse effect, even if GNU extensions are disabled.
However, System V @code{ptx} does not accept 8-bit characters, a few
-control characters are rejected, and the tilda @kbd{~} is condemned.
+control characters are rejected, and the tilde @kbd{~} is condemned.
@item
Input line length is only limited by available memory, even if GNU
@@ -3443,7 +3443,7 @@ cat "$@@" \
@subsection Warning messages
@vindex POSIXLY_CORRECT
-Setting the environment variable @code{POSIXLY_CORRECT} turns off the
+Setting the environment variable @env{POSIXLY_CORRECT} turns off the
following warning and error messages, for strict compliance with
@sc{POSIX.2}. Otherwise, the following diagnostics are issued: