From 16007e43703bcf8b3f535a461f2d9b283f8c5910 Mon Sep 17 00:00:00 2001 From: Qori El-Hafizh <57665201+qrhfz@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:05:33 +0000 Subject: [PATCH] fix typo in podman-network-create.1.md gateway ip in the description doesnt match the provided command Signed-off-by: Qori El-Hafizh <57665201+qrhfz@users.noreply.github.com> --- docs/source/markdown/podman-network-create.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-network-create.1.md b/docs/source/markdown/podman-network-create.1.md index 008a7aba83..d22407430d 100644 --- a/docs/source/markdown/podman-network-create.1.md +++ b/docs/source/markdown/podman-network-create.1.md @@ -160,7 +160,7 @@ $ podman network create --subnet 2001:db8::/64 --ipv6 newnetv6 newnetv6 ``` -Create a network named *newnet* that uses *192.168.33.0/24* and defines a gateway as *192.168.133.3*. +Create a network named *newnet* that uses *192.168.33.0/24* and defines a gateway as *192.168.33.3*. ``` $ podman network create --subnet 192.168.33.0/24 --gateway 192.168.33.3 newnet newnet