diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-06-23 13:01:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 13:01:45 -0400 |
commit | 3322ea2c68e1bac86748534615fd35c19bc0a655 (patch) | |
tree | ff90a621955ddd2ea92e4c170bc36eda522956c1 /docs/source/markdown/podman-image-unmount.1.md | |
parent | e1f700c5d122ca6fa9b7fe04b92913390cd084c6 (diff) | |
parent | 1aa9dcfadf3d4b2d43e58fc6730d87738070260d (diff) | |
download | podman-3322ea2c68e1bac86748534615fd35c19bc0a655.tar.gz podman-3322ea2c68e1bac86748534615fd35c19bc0a655.tar.bz2 podman-3322ea2c68e1bac86748534615fd35c19bc0a655.zip |
Merge pull request #10759 from dilyanpalauzov/master
markdown/*: typos 'a image'
Diffstat (limited to 'docs/source/markdown/podman-image-unmount.1.md')
-rw-r--r-- | docs/source/markdown/podman-image-unmount.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-image-unmount.1.md b/docs/source/markdown/podman-image-unmount.1.md index 62e879fa1..2fedb8f58 100644 --- a/docs/source/markdown/podman-image-unmount.1.md +++ b/docs/source/markdown/podman-image-unmount.1.md @@ -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. |