diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-11 10:38:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-11 10:38:13 +0000 |
commit | 500f90eab596d2a0569e2b66763ca44e291cc38b (patch) | |
tree | ae639067dbe45b382c5c6e6e3208028584d9502f | |
parent | 902a2a5d7a9ee8d4b55d9417a2569b274912e599 (diff) | |
download | coreutils-500f90eab596d2a0569e2b66763ca44e291cc38b.tar.xz |
fix typo: missing `r}' in this line:
@itemx --temporary-directory=@var{tempdir}
-rw-r--r-- | doc/omni-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/omni-utils.texi b/doc/omni-utils.texi index 5ce276a3b..65e8f565f 100644 --- a/doc/omni-utils.texi +++ b/doc/omni-utils.texi @@ -2921,7 +2921,7 @@ as @samp{-k 2}, or sort fields consisting of a range, as @samp{-k 2,3}, retain the field separators present between the endpoints of the range. @item -T @var{tempdir} -@itemx --temporary-directory=@var{tempdi +@itemx --temporary-directory=@var{tempdir} @opindex -T @opindex --temporary-directory @cindex temporary directory |