From 3d6bc2f8655efa8a8c94f1ffc35870555b200a9f Mon Sep 17 00:00:00 2001 From: iczero Date: Tue, 18 Jul 2023 13:47:05 -0700 Subject: [PATCH] Fix markdown in docs for podman-network-create Signed-off-by: iczero --- 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 a7a9f35708..4b002f55af 100644 --- a/docs/source/markdown/podman-network-create.1.md +++ b/docs/source/markdown/podman-network-create.1.md @@ -129,7 +129,7 @@ Additionally the `macvlan` driver supports the `bclim` option: #### **--route**=*route* -A static route in the format ,,. This route will be added to every container in this network. Only available with the netavark backend. It can be specified multiple times if more than one static route is desired. +A static route in the format `,,`. This route will be added to every container in this network. Only available with the netavark backend. It can be specified multiple times if more than one static route is desired. #### **--subnet**=*subnet*