fix podman-pod-restart.1.md typo

Small typographical error:
"an restarted" -> "and restarted"

Signed-off-by: Chad Dougherty <crd@acm.org>
This commit is contained in:
Chad Dougherty 2024-04-18 19:53:33 -04:00 committed by GitHub
parent 8b6ae877ae
commit dc68a47d7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ podman\-pod\-restart - Restart one or more pods
**podman pod restart** [*options*] *pod* ...
## DESCRIPTION
Restart containers in one or more pods. Running containers are stopped an restarted.
Restart containers in one or more pods. Running containers are stopped and restarted.
Stopped containers are started. You may use pod IDs or names as input.
The pod ID is printed upon successful restart.
When restarting multiple pods, an error from restarting one pod does not effect restarting other pods.