Fix spelling mistakes in man pages and other docs

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2019-07-11 17:56:54 -04:00
parent efe9c5b0e7
commit 369f8b8862
19 changed files with 31 additions and 31 deletions

View File

@ -316,7 +316,7 @@ those. This option is only needed when the host system must use a proxy but
the container should not use any proxy. Proxy environment variables specified
for the container in any other way will override the values that would have
been passed thru from the host. (Other ways to specify the proxy for the
container include passing the values with the `--env` flag, or hardcoding the
container include passing the values with the `--env` flag, or hard coding the
proxy environment at container build time.)
For example, to disable passing these environment variables from host to
@ -634,7 +634,7 @@ Security Options
"seccomp=unconfined" : Turn off seccomp confinement for the container
"seccomp=profile.json : White listed syscalls seccomp Json file to be used as a seccomp filter
Note: Labelling can be disabled for all containers by setting label=false in the **libpod.conf** (`/etc/containers/libpod.conf`) file.
Note: Labeling can be disabled for all containers by setting label=false in the **libpod.conf** (`/etc/containers/libpod.conf`) file.
**--shm-size**=*size*
@ -912,7 +912,7 @@ Environment variables within containers can be set using multiple different opti
Precedence Order:
**--env-host** : Host environment of the process executing podman is added.
Container image : Any enviroment variables specified in the container image.
Container image : Any environment variables specified in the container image.
**--env-file** : Any environment variables specified via env-files. If multiple files specified, then they override each other in order of entry.