Skip to content

Commit

Permalink
Merge pull request #10759 from dilyanpalauzov/master
Browse files Browse the repository at this point in the history
markdown/*: typos 'a image'
  • Loading branch information
rhatdan authored Jun 23, 2021
2 parents e1f700c + 1aa9dcf commit 3322ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-image-unmount.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ podman\-image\-unmount - Unmount an image's root filesystem
Unmounts the specified images' root file system, if no other processes
are using it.

Image storage increments a mount counter each time a image is mounted.
Image storage increments a mount counter each time an image is mounted.
When a image is unmounted, the mount counter is decremented, and the
image's root filesystem is physically unmounted only when the mount
counter reaches zero indicating no other processes are using the mount.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-image.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The image command allows you to manage images
| exists | [podman-image-exists(1)](podman-image-exists.1.md) | Check if an image exists in local storage. |
| history | [podman-history(1)](podman-history.1.md) | Show the history of an image. |
| import | [podman-import(1)](podman-import.1.md) | Import a tarball and save it as a filesystem image. |
| inspect | [podman-inspect(1)](podman-inspect.1.md) | Display a image or image's configuration. |
| inspect | [podman-inspect(1)](podman-inspect.1.md) | Display an image or image's configuration. |
| list | [podman-images(1)](podman-images.1.md) | List the container images on the system.(alias ls) |
| load | [podman-load(1)](podman-load.1.md) | Load an image from the docker archive. |
| mount | [podman-image-mount(1)](podman-image-mount.1.md) | Mount an image's root filesystem. |
Expand Down

0 comments on commit 3322ea2

Please sign in to comment.