Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/du humanize_number() actually prints 'K' as the suff...



details:   https://anonhg.NetBSD.org/src/rev/3f3c725a2b62
branches:  trunk
changeset: 545971:3f3c725a2b62
user:      grant <grant%NetBSD.org@localhost>
date:      Fri Apr 18 13:09:22 2003 +0000

description:
humanize_number() actually prints 'K' as the suffix for 1024 ('k' is
used for 1000).

minor whitespace fix.

diffstat:

 usr.bin/du/du.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r fa2d45f20f85 -r 3f3c725a2b62 usr.bin/du/du.1
--- a/usr.bin/du/du.1   Fri Apr 18 12:49:12 2003 +0000
+++ b/usr.bin/du/du.1   Fri Apr 18 13:09:22 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: du.1,v 1.14 2002/09/27 07:18:16 wiz Exp $
+.\"    $NetBSD: du.1,v 1.15 2003/04/18 13:09:22 grant Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -72,13 +72,13 @@
 .Fl h
 flag is specified, the numbers will be displayed in "human-readable"
 format.
-Use unit suffixes: B (Byte), k (Kilobyte), M (Megabyte), G (Gigabyte),
+Use unit suffixes: B (Byte), K (Kilobyte), M (Megabyte), G (Gigabyte),
 T (Terabyte) and P (Petabyte).
 .It Fl k
 By default,
 .Nm
 displays the number of blocks as returned by the
-.Xr stat  2
+.Xr stat 2
 system call, i.e. 512-byte blocks.
 If the
 .Fl k



Home | Main Index | Thread Index | Old Index