summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Sjölund <erik.sjolund@gmail.com>2021-04-20 22:18:44 +0200
committerMatthew Heon <mheon@redhat.com>2021-04-21 14:20:56 -0400
commit93477b5cca40fb60aec120e9153ea02cfc7616a8 (patch)
tree6cb0ad3289cb0ba7ae81eda581413ef0676364e6
parentc71c604fe444776af1784d9a67e237afc5be70a3 (diff)
downloadpodman-93477b5cca40fb60aec120e9153ea02cfc7616a8.tar.gz
podman-93477b5cca40fb60aec120e9153ea02cfc7616a8.tar.bz2
podman-93477b5cca40fb60aec120e9153ea02cfc7616a8.zip
[CI:DOCS] Fix Markdown table layout bugs
* Fix the Markdown table layout bugs that manifest themselves in corrupted tables in the generated HTML pages http://docs.podman.io/en/latest/markdown/podman-create.1.html http://docs.podman.io/en/latest/markdown/podman-run.1.html Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
-rw-r--r--docs/source/markdown/podman-create.1.md1
-rw-r--r--docs/source/markdown/podman-run.1.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 227956030..a8ac0314c 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -1007,6 +1007,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 2e53d3338..43c8cb3a7 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -1079,6 +1079,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 |