diff options
author | Tiger Lee <i@tigerlee.me> | 2013-12-12 16:58:37 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-12-12 16:59:36 +0000 |
commit | bf52066b96257ba61c74776174ae5671b7c68cb3 (patch) | |
tree | 461985295c795aa23fffd4fd9c9df95ad2c96e01 /doc | |
parent | 77a24724f6172af157b09fdfb870a8f526f39424 (diff) | |
download | coreutils-bf52066b96257ba61c74776174ae5671b7c68cb3.tar.xz |
doc: fix typo in numfmt invocation
* doc/coreutils.texi (numfmt invocation): s/nun/num/.
Fixes http://bugs.gnu.org/16122
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 ed311a14a..9c2b79cbf 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2444,7 +2444,7 @@ are interpreted as @emph{IEC} values. Converting a single number from/to @emph{human} representation: @example -$ nunfmt --to=si 500000 +$ numfmt --to=si 500000 500K $ numfmt --to=iec 500000 |