From d791f7e9f81010299130ae8816ebe58667ea6b09 Mon Sep 17 00:00:00 2001
From: wonderflow <wonderflow.sun@gmail.com>
Date: Tue, 14 Apr 2015 18:34:20 +0800
Subject: [PATCH] fix memory stats display document

Signed-off-by: Sun Jianbo <wonderflow@zju.edu.cn>
---
 docs/man/docker-stats.1.md                | 2 +-
 docs/sources/reference/commandline/cli.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/man/docker-stats.1.md b/docs/man/docker-stats.1.md
index 4cf7a66df3..f6fc3f7f23 100644
--- a/docs/man/docker-stats.1.md
+++ b/docs/man/docker-stats.1.md
@@ -23,6 +23,6 @@ Run **docker stats** with multiple containers.
 
     $ docker stats redis1 redis2
     CONTAINER           CPU %               MEM USAGE/LIMIT     MEM %               NET I/O
-    redis1              0.07%               796 KiB/64 MiB      1.21%               788 B/648 B
+    redis1              0.07%               796 KB/64 MB        1.21%               788 B/648 B
     redis2              0.07%               2.746 MB/64 MB      4.29%               1.266 KB/648 B
 
diff --git a/docs/sources/reference/commandline/cli.md b/docs/sources/reference/commandline/cli.md
index e607120c87..7375261230 100644
--- a/docs/sources/reference/commandline/cli.md
+++ b/docs/sources/reference/commandline/cli.md
@@ -2343,7 +2343,7 @@ Running `docker stats` on multiple containers
 
     $ docker stats redis1 redis2
     CONTAINER           CPU %               MEM USAGE/LIMIT     MEM %               NET I/O
-    redis1              0.07%               796 KiB/64 MiB      1.21%               788 B/648 B
+    redis1              0.07%               796 KB/64 MB        1.21%               788 B/648 B
     redis2              0.07%               2.746 MB/64 MB      4.29%               1.266 KB/648 B