summaryrefslogtreecommitdiff
path: root/docs/podman-create.1.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-05-03 12:21:32 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-05-03 12:21:32 -0400
commitceaaed7810dd1fa723cd8e8619f8af00204dac9c (patch)
treeabfdb92b3c9b4a4f3519a75acef565b9ea760f94 /docs/podman-create.1.md
parent5c4fefa5332f56b2a5f0dd8b30bf495e44a479c0 (diff)
downloadpodman-ceaaed7810dd1fa723cd8e8619f8af00204dac9c.tar.gz
podman-ceaaed7810dd1fa723cd8e8619f8af00204dac9c.tar.bz2
podman-ceaaed7810dd1fa723cd8e8619f8af00204dac9c.zip
Fix manpage typos
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r--docs/podman-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index 3d9b9ca7d..851f5cf3d 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -576,7 +576,7 @@ Valid values are:
- `always` : Restart containers when they exit, regardless of status, retrying indefinitely
Please note that restart will not restart containers after a system reboot.
-This this functionality is required in your environment, you can invoke Podman from a systemd unit file, or create an init script for whichever init system is in use.
+If this functionality is required in your environment, you can invoke Podman from a systemd unit file, or create an init script for whichever init system is in use.
To generate systemd unit files, please see *podman generate systemd*
**--rm**=*true*|*false*