Browse Source

docs: add See Also for description of pause and unpause

make them reference to each other.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Chen Hanxiao 10 years ago
parent
commit
a69b189fc5
2 changed files with 6 additions and 0 deletions
  1. 3 0
      docs/man/docker-pause.1.md
  2. 3 0
      docs/man/docker-unpause.1.md

+ 3 - 0
docs/man/docker-pause.1.md

@@ -23,5 +23,8 @@ further details.
 # OPTIONS
 There are no available options.
 
+# See also
+**docker-unpause(1)** to unpause all processes within a container.
+
 # HISTORY
 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>

+ 3 - 0
docs/man/docker-unpause.1.md

@@ -20,5 +20,8 @@ further details.
 # OPTIONS
 There are no available options.
 
+# See also
+**docker-pause(1)** to pause all processes within a container.
+
 # HISTORY
 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>