summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-01-29 13:30:53 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-29 15:21:34 +0000
commit099b5fb6f6fb1397afc664820239a904585ddd04 (patch)
treeddc48f065990bcaf660e77124b4f3457be32eb85 /docs
parentcc5a6a3cb1b6801a1dd81d983bd79d54df880b88 (diff)
downloadpodman-099b5fb6f6fb1397afc664820239a904585ddd04.tar.gz
podman-099b5fb6f6fb1397afc664820239a904585ddd04.tar.bz2
podman-099b5fb6f6fb1397afc664820239a904585ddd04.zip
Ran spell checker through all man pages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #269 Approved by: TomSweeneyRedHat
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-build.1.md6
-rw-r--r--docs/podman-commit.1.md2
-rw-r--r--docs/podman-create.1.md6
-rw-r--r--docs/podman-logout.1.md2
-rw-r--r--docs/podman-logs.1.md2
-rw-r--r--docs/podman-ps.1.md2
-rw-r--r--docs/podman-run.1.md6
7 files changed, 13 insertions, 13 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md
index 6ca22678a..4df25603a 100644
--- a/docs/podman-build.1.md
+++ b/docs/podman-build.1.md
@@ -65,11 +65,11 @@ commands specified by the **RUN** instruction.
**--runtime-flag** *flag*
-Adds global flags for the container rutime.
+Adds global flags for the container runtime.
-**--signature-policy** *signaturepolicy*
+**--signature-policy** *signature-policy-file*
-Pathname of a signature policy file to use. It is not recommended that this
+Path name of a signature policy file to use. It is not recommended that this
option be used, as the default behavior of using the system-wide default policy
(frequently */etc/containers/policy.json*) is most often preferred.
diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md
index 001c37daf..2eee4fe3d 100644
--- a/docs/podman-commit.1.md
+++ b/docs/podman-commit.1.md
@@ -57,7 +57,7 @@ Storing signatures
```
```
-# podman commit --message "commiting container to image" reverent_golick image-commited
+# podman commit --message "committing container to image" reverent_golick image-commited
Getting image source signatures
Copying blob sha256:b41deda5a2feb1f03a5c1bb38c598cbc12c9ccd675f438edc6acd815f7585b86
25.80 MB / 25.80 MB [======================================================] 0s
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index 10a790f4a..f40b73317 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -9,7 +9,7 @@ podman create - Create a new container
## DESCRIPTION
-Creates a writeable container layer over the specified image and prepares it for
+Creates a writable container layer over the specified image and prepares it for
running the specified command. The container ID is then printed to STDOUT. This
is similar to **podman run -d** except the container is never started. You can
then use the **podman start <container_id>** command to start the container at
@@ -253,7 +253,7 @@ millions of trillions.
**--link-local-ip**=[]
Add one or more link-local IPv4/IPv6 addresses to the container's interface
-**--log-driver**="*json-file*|*syslog*|*journald*|*gelf*|*fluentd*|*awslogs*|*splunk*|*etwlogs*|*gcplogs*|*none*"
+**--log-driver**="*json-file*"
Logging driver for the container. Default is defined by daemon `--log-driver` flag.
**Warning**: the `podman logs` command works only for the `json-file` and
`journald` logging drivers.
@@ -350,7 +350,7 @@ This is because by default a container is not allowed to access any devices.
A “privileged” container is given access to all devices.
When the operator executes **podman run --privileged**, podman enables access
-to all devices on the host as well as set turn off most of the security messurs
+to all devices on the host as well as set turn off most of the security measures
protecting the host from the container.
**-p**, **--publish**=[]
diff --git a/docs/podman-logout.1.md b/docs/podman-logout.1.md
index d6281500b..92abaa22e 100644
--- a/docs/podman-logout.1.md
+++ b/docs/podman-logout.1.md
@@ -14,7 +14,7 @@ podman logout - Logout of a container registry
## DESCRIPTION
**podman logout** logs out of a specified registry server by deleting the cached credentials
-stored in the **auth.json** file. The path of the authentication file can be overrriden by the user by setting the **authfile** flag.
+stored in the **auth.json** file. The path of the authentication file can be overridden by the user by setting the **authfile** flag.
The default path used is **${XDG\_RUNTIME_DIR}/containers/auth.json**.
All the cached credentials can be removed by setting the **all** flag.
diff --git a/docs/podman-logs.1.md b/docs/podman-logs.1.md
index 8b8c755b9..414b98b8c 100644
--- a/docs/podman-logs.1.md
+++ b/docs/podman-logs.1.md
@@ -23,7 +23,7 @@ Show logs since TIMESTAMP
**--tail=LINES**
-Ouput the specified number of LINES at the end of the logs. LINES must be a positive integer. Defaults to 0, which prints all lines
+Output the specified number of LINES at the end of the logs. LINES must be a positive integer. Defaults to 0, which prints all lines
## EXAMPLE
diff --git a/docs/podman-ps.1.md b/docs/podman-ps.1.md
index 11c3aabaf..90f16d9a9 100644
--- a/docs/podman-ps.1.md
+++ b/docs/podman-ps.1.md
@@ -10,7 +10,7 @@ podman ps - Prints out information about containers
[**--all**|**-a**]
[**--no-trunc**]
[**--quiet**|**-q**]
-[**--fromat**]
+[**--format**]
[**--help**|**-h**]
## DESCRIPTION
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 8a36bf425..7290a5bd5 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -252,7 +252,7 @@ millions of trillions.
**--link-local-ip**=[]
Add one or more link-local IPv4/IPv6 addresses to the container's interface
-**--log-driver**="*json-file*|*syslog*|*journald*|*gelf*|*fluentd*|*awslogs*|*splunk*|*etwlogs*|*gcplogs*|*none*"
+**--log-driver**="*json-file*"
Logging driver for the container. Default is defined by daemon `--log-driver` flag.
**Warning**: the `podman logs` command works only for the `json-file` and
`journald` logging drivers.
@@ -349,7 +349,7 @@ This is because by default a container is not allowed to access any devices.
A “privileged” container is given access to all devices.
When the operator executes **podman run --privileged**, podman enables access
-to all devices on the host as well as set turn off most of the security messurs
+to all devices on the host as well as set turn off most of the security measures
protecting the host from the container.
**-p**, **--publish**=[]
@@ -529,7 +529,7 @@ Use `df <source-dir>` to figure out the source mount and then use
`findmnt -o TARGET,PROPAGATION <source-mount-dir>` to figure out propagation
properties of source mount. If `findmnt` utility is not available, then one
can look at mount entry for source mount point in `/proc/self/mountinfo`. Look
-at `optional fields` and see if any propagaion properties are specified.
+at `optional fields` and see if any propagation properties are specified.
`shared:X` means mount is `shared`, `master:X` means mount is `slave` and if
nothing is there that means mount is `private`.