diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 11a2410a8c..059a09ae10 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -1014,6 +1014,7 @@ The first mapping step is derived by Podman from the contents of the file _/etc/subuid_ and the UID of the user calling Podman. First mapping step: + | host UID | intermediate UID | | - | - | | UID for the user starting Podman | 0 | diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index e149c8531a..b607a65ffd 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1086,6 +1086,7 @@ The first mapping step is derived by Podman from the contents of the file _/etc/subuid_ and the UID of the user calling Podman. First mapping step: + | host UID | intermediate UID | | - | - | | UID for the user starting Podman | 0 |