diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-17 21:26:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 21:26:25 +0200 |
commit | 7d0e77de94982bcfcc421e7252ffc73b1616cb13 (patch) | |
tree | 01064b76d0c1586df01107a1f907bf5371759e0c /docs | |
parent | 54b9c950050a4165cf1c142174a3cdc729d758fc (diff) | |
parent | 3db5cd67d4b0b872088203e99e41dee7fc18d67d (diff) | |
download | podman-7d0e77de94982bcfcc421e7252ffc73b1616cb13.tar.gz podman-7d0e77de94982bcfcc421e7252ffc73b1616cb13.tar.bz2 podman-7d0e77de94982bcfcc421e7252ffc73b1616cb13.zip |
Merge pull request #3296 from arkamar/typos
Fix some typos in few *.md files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index 84e695d23..e1dc1d1f1 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -106,13 +106,13 @@ the exit codes follow the `chroot` standard, see below: Error: unknown flag: --foo 125 -**_126_** if executing a **_contained command_** and the the **_command_** cannot be invoked +**_126_** if executing a **_contained command_** and the **_command_** cannot be invoked $ podman run busybox /etc; echo $? Error: container_linux.go:346: starting container process caused "exec: \"/etc\": permission denied": OCI runtime error 126 -**_127_** if executing a **_contained command_** and the the **_command_** cannot be found +**_127_** if executing a **_contained command_** and the **_command_** cannot be found $ podman run busybox foo; echo $? Error: container_linux.go:346: starting container process caused "exec: \"foo\": executable file not found in $PATH": OCI runtime error 127 |