]> granicus.if.org Git - procps-ng/commitdiff
misc: update remaining memory references to IEC standard
authorJim Warner <james.warner@comcast.net>
Thu, 8 Mar 2012 20:27:12 +0000 (14:27 -0600)
committerCraig Small <csmall@enc.com.au>
Thu, 15 Mar 2012 20:06:58 +0000 (07:06 +1100)
This commit brings the few remaining occurances
of kB, etc. into line with the IEC binary naming
standard.

Comments containing any such references have been
left unchanged.

Reference(s):
commit 2fc3f15770fcbc464e80d560b8bae167fc05e957

Signed-off-by: Jim Warner <james.warner@comcast.net>
ps/ps.1
vmstat.c

diff --git a/ps/ps.1 b/ps/ps.1
index 2bb360eab5c7bab33d19e63bf0371a84e84605a8..97afbea5ce97e1b5db7833aa6fec81d17d92db88 100644 (file)
--- a/ps/ps.1
+++ b/ps/ps.1
@@ -921,7 +921,7 @@ t   tty     the device number of the controlling tty
 T      start_time      time process was started
 U      uid     user ID number
 u      user    user name
-v      vsize   total VM size in kB
+v      vsize   total VM size in KiB
 y      priority        kernel scheduling priority
 .\"K   stime   system time (conflict, system vs. start time)
 .TE
index 2b1e9a9150887f8dcf7c0abdc19a067dd848fad2..9fca4ef4490bd74d4fe9b20d30e2cae09f8045c0 100644 (file)
--- a/vmstat.c
+++ b/vmstat.c
@@ -783,7 +783,7 @@ int main(int argc, char *argv[])
                        default:
                                xerrx(EXIT_FAILURE,
                                     /* Translation Hint: do not change argument characters */
-                                    _("-S requires k, K, m or M (default is kb)"));
+                                    _("-S requires k, K, m or M (default is KiB)"));
                        }
                        szDataUnit[0] = optarg[0];
                        break;