diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-14 09:02:20 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-14 09:02:20 +0200 |
commit | f91dec277a0d52489dd58a9f1c9eb4fd54fca7b8 (patch) | |
tree | 838338c1cc2732cf71520b47f8fe98ca72facc21 | |
parent | 512c906ca6c3405adfaa91bc29cfaf4798b5c88c (diff) | |
download | coreutils-f91dec277a0d52489dd58a9f1c9eb4fd54fca7b8.tar.xz |
doc: fix typo
* coreutils.texi (sort invocation): s/Whitespace/White space/
-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 01c2f00ae..f42e73670 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3669,7 +3669,7 @@ standard input to standard output. Terminate with an error if @var{prog} exits with nonzero status. -Whitespace and the backslash character should not appear in +White space and the backslash character should not appear in @var{prog}; they are reserved for future use. @item -k @var{pos1}[,@var{pos2}] |