From bc9110c69f5bca936eb191946efb486776e8ad3f Mon Sep 17 00:00:00 2001 From: Andreas <43118918+eulores@users.noreply.github.com> Date: Wed, 16 Apr 2025 21:52:11 +0200 Subject: [PATCH] Update podman-systemd.unit.5.md Table header in Pod units section was referring to podman container... instead of podman pod... Signed-off-by: Andreas <43118918+eulores@users.noreply.github.com> --- docs/source/markdown/podman-systemd.unit.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index 58508b99fc..e18dd63900 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -980,7 +980,7 @@ a `$name.pod` file creates a `$name-pod.service` unit and a `systemd-$name` Podm Valid options for `[Pod]` are listed below: -| **[Pod] options** | **podman container create equivalent** | +| **[Pod] options** | **podman pod create equivalent** | |-------------------------------------|----------------------------------------| | AddHost=example\.com:192.168.10.11 | --add-host example.com:192.168.10.11 | | ContainersConfModule=/etc/nvd\.conf | --module=/etc/nvd\.conf |