Remove future tense from man pages

Remove all will, would, could, should and use present tense.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2023-05-14 06:46:11 -04:00
parent 3c8d120caa
commit 32c2cea0f9
169 changed files with 619 additions and 629 deletions

View File

@ -22,7 +22,7 @@ Remove all images in the local storage.
#### **--force**, **-f**
This option will cause podman to remove all containers that are using the image before removing the image from the system.
This option causes Podman to remove all containers that are using the image before removing the image from the system.
#### **--ignore**, **-i**
@ -30,7 +30,7 @@ If a specified image does not exist in the local storage, ignore it and do not t
#### **--no-prune**
This options will not remove dangling parents of specified image
This option does not remove dangling parents of the specified image.
Remove an image by its short ID
```