diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-07-28 23:51:32 +0200 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-07-28 23:51:54 +0200 |
commit | cf821079b6c026ecd42fc7af228d61b36c006f9c (patch) | |
tree | ace7e0ca69c925c5d837643c02ff9a8d39bf0139 /doc | |
parent | 9e52ebac5793dfed309a5ae97ab753f000e93f00 (diff) | |
download | coreutils-cf821079b6c026ecd42fc7af228d61b36c006f9c.tar.xz |
doc: fix typo
* doc/coreutils.texi (du invocation): @itemx -> @item.
Diffstat (limited to 'doc')
-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 40bff7ae9..fb3686640 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11424,7 +11424,7 @@ Equivalent to @option{--dereference-args} (@option{-D}). @optHumanReadable -@itemx --inodes +@item --inodes @opindex --inodes @cindex inode usage, dereferencing in @command{du} List inode usage information instead of block usage. |