From 75e60fbe09f6065ed095671f98713d862c466858 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 15 Aug 2016 14:14:41 +0200 Subject: [PATCH] Fix capitalization Signed-off-by: YuPengZTE Signed-off-by: Sebastiaan van Stijn --- docs/security/trust/content_trust.md | 2 +- man/docker-run.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/security/trust/content_trust.md b/docs/security/trust/content_trust.md index 4ae8687db7..4334b10f05 100644 --- a/docs/security/trust/content_trust.md +++ b/docs/security/trust/content_trust.md @@ -33,7 +33,7 @@ and [Notary](../../reference/commandline/cli.md#notary) configuration for the docker client for more options. Once content trust is enabled, image publishers can sign their images. Image consumers can -ensure that the images they use are signed. publishers and consumers can be +ensure that the images they use are signed. Publishers and consumers can be individuals alone or in organizations. Docker's content trust supports users and automated processes such as builds. diff --git a/man/docker-run.1.md b/man/docker-run.1.md index 060ec8e035..ad62fa0737 100644 --- a/man/docker-run.1.md +++ b/man/docker-run.1.md @@ -992,7 +992,7 @@ network namespace, run this command: Note: -Not all sysctls are namespaced. docker does not support changing sysctls +Not all sysctls are namespaced. Docker does not support changing sysctls inside of a container that also modify the host system. As the kernel evolves we expect to see more sysctls become namespaced.