aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-history.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-01-03 10:11:17 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2020-01-03 10:12:14 -0500
commit185373bfeba278ce4dee493543bcc2396fb7cb1e (patch)
tree6e982a3007ac8327844a592a37855d7a471b233a /docs/source/markdown/podman-history.1.md
parent50b44463760a224cd72e0920f03ed2041689bc63 (diff)
downloadpodman-185373bfeba278ce4dee493543bcc2396fb7cb1e.tar.gz
podman-185373bfeba278ce4dee493543bcc2396fb7cb1e.tar.bz2
podman-185373bfeba278ce4dee493543bcc2396fb7cb1e.zip
Fix presentation of man page tables
Currently the use of "*" in tables is causing go-md2man to screw up the format of the man page. This PR removes the "*" since it is not really necessary. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-history.1.md')
-rw-r--r--docs/source/markdown/podman-history.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-history.1.md b/docs/source/markdown/podman-history.1.md
index a67cb0286..078864faa 100644
--- a/docs/source/markdown/podman-history.1.md
+++ b/docs/source/markdown/podman-history.1.md
@@ -22,7 +22,7 @@ Valid placeholders for the Go template are listed below:
| **Placeholder** | **Description** |
| --------------- | ----------------------------------------------------------------------------- |
| .ID | Image ID |
-| .Created | if **--human**, time elapsed since creation, otherwise time stamp of creation |
+| .Created | if --human, time elapsed since creation, otherwise time stamp of creation |
| .CreatedBy | Command used to create the layer |
| .Size | Size of layer on disk |
| .Comment | Comment for the layer |