From d8e6241989cdfda4513dd30faef00f1f71afa489 Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Fri, 6 Jan 2017 11:02:02 +0800
Subject: [PATCH] Provide correct command imformation and URL
Signed-off-by: lixiaobing10051267
---
man/src/container/top.md | 2 +-
man/src/container/unpause.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/src/container/top.md b/man/src/container/top.md
index 5524494194..5e243569ac 100644
--- a/man/src/container/top.md
+++ b/man/src/container/top.md
@@ -6,6 +6,6 @@ All displayed information is from host's point of view.
Run **docker container top** with the ps option of -x:
- $ docker top 8601afda2b -x
+ $ docker container top 8601afda2b -x
PID TTY STAT TIME COMMAND
16623 ? Ss 0:00 sleep 99999
diff --git a/man/src/container/unpause.md b/man/src/container/unpause.md
index d318bb2b6a..0e77ceed6b 100644
--- a/man/src/container/unpause.md
+++ b/man/src/container/unpause.md
@@ -2,5 +2,5 @@ The `docker container unpause` command un-suspends all processes in a container.
On Linux, it does this using the cgroups freezer.
See the [cgroups freezer documentation]
-(https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt) for
+(https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt) for
further details.