From 71c38e8f2e6c7158f13d01dfbb298d64552a97aa Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Tue, 21 Jan 2020 17:40:36 -0500 Subject: Fix example format in system df man Fix the formatting of the examples in the podman system df man page. Signed-off-by: TomSweeneyRedHat --- docs/source/markdown/podman-system-df.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/markdown') diff --git a/docs/source/markdown/podman-system-df.1.md b/docs/source/markdown/podman-system-df.1.md index d0b1755ee..3ddb685fc 100644 --- a/docs/source/markdown/podman-system-df.1.md +++ b/docs/source/markdown/podman-system-df.1.md @@ -18,7 +18,7 @@ Pretty-print images using a Go template Show detailed information on space usage ## EXAMPLE - +``` $ podman system df TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 6 2 281MB 168MB (59%) @@ -49,7 +49,7 @@ $ podman system df --format "{{.Type}}\t{{.Total}}" Images 1 Containers 5 Local Volumes 1 - +``` ## SEE ALSO podman-system(1) -- cgit v1.2.3-54-g00ecf