diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-16 08:20:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-16 08:20:34 +0000 |
commit | aa21da056075f092142efe8599ace5c74ed6a7e9 (patch) | |
tree | baac602e13a33c308315f520a2acfa17411d6a94 | |
parent | c1e20b738ac1bbd3d1beb15e1ee895f6d05729d5 (diff) | |
download | coreutils-aa21da056075f092142efe8599ace5c74ed6a7e9.tar.xz |
fix typo
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f691932e7..67bce4a13 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -876,7 +876,7 @@ sort. @vindex _POSIX2_VERSION The @sc{gnu} utilities normally conform to the version of @sc{posix} -that is standard for your your system. To cause them to conform to a +that is standard for your system. To cause them to conform to a different version of @sc{posix}, define the @env{_POSIX2_VERSION} environment variable to a value of the form @var{yyyymm} specifying the year and month the standard was adopted. Two values are currently |