From dc68a47d7a389aa03ddc4c84a0ce0af8b608ca43 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Thu, 18 Apr 2024 19:53:33 -0400 Subject: [PATCH] fix podman-pod-restart.1.md typo Small typographical error: "an restarted" -> "and restarted" Signed-off-by: Chad Dougherty --- docs/source/markdown/podman-pod-restart.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-pod-restart.1.md b/docs/source/markdown/podman-pod-restart.1.md index cc991cd713..6a8365e779 100644 --- a/docs/source/markdown/podman-pod-restart.1.md +++ b/docs/source/markdown/podman-pod-restart.1.md @@ -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.