From 57e2a82355c15005875fedc733dc45081af5a2d9 Mon Sep 17 00:00:00 2001 From: allencloud Date: Thu, 12 May 2016 18:38:02 +0800 Subject: [PATCH] fix typos in docs Signed-off-by: allencloud --- docs/migration.md | 2 +- docs/security/apparmor.md | 2 +- docs/security/seccomp.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/migration.md b/docs/migration.md index 8ff5c70fc2..28c2d7a480 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -29,7 +29,7 @@ instructions that didn’t modify the filesystem. Content addressability is the foundation for the new distribution features. The image pull and push code has been reworked to use a download/upload manager -concept that makes pushing and pulling images much more stable and mitigate any +concept that makes pushing and pulling images much more stable and mitigates any parallel request issues. The download manager also brings retries on failed downloads and better prioritization for concurrent downloads. diff --git a/docs/security/apparmor.md b/docs/security/apparmor.md index bc80a24509..62df4b794c 100644 --- a/docs/security/apparmor.md +++ b/docs/security/apparmor.md @@ -232,7 +232,7 @@ Congrats! You just deployed a container secured with a custom apparmor profile! ## Debug AppArmor -You can use `demsg` to debug problems and `aa-status` check the loaded profiles. +You can use `dmesg` to debug problems and `aa-status` check the loaded profiles. ### Use dmesg diff --git a/docs/security/seccomp.md b/docs/security/seccomp.md index 26a72293ae..00cfd7915d 100644 --- a/docs/security/seccomp.md +++ b/docs/security/seccomp.md @@ -27,7 +27,7 @@ CONFIG_SECCOMP=y > **Note**: seccomp profiles require seccomp 2.2.1 and are only > available starting with Debian 9 "Stretch", Ubuntu 15.10 "Wily", -> Fedora 22, centos 7 and Oracle Linux 7. To use this feature on Ubuntu 14.04, Debian Wheezy, or +> Fedora 22, CentOS 7 and Oracle Linux 7. To use this feature on Ubuntu 14.04, Debian Wheezy, or > Debian Jessie, you must download the [latest static Docker Linux binary](../installation/binaries.md). > This feature is currently *not* available on other distributions.