From e02cf69789d12e8d44c8168e1515f43f39be6461 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Sat, 14 Jun 2014 01:59:52 -0600 Subject: [PATCH] Fix contrib/man/md/docker-import.1.md warning ("macro `tar.gz,' not defined") Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) --- contrib/man/md/docker-import.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/man/md/docker-import.1.md b/contrib/man/md/docker-import.1.md index a0db89eef4..6b76d191fa 100644 --- a/contrib/man/md/docker-import.1.md +++ b/contrib/man/md/docker-import.1.md @@ -9,8 +9,8 @@ of the tarball into it. **docker import** URL|- [REPOSITORY[:TAG]] # DESCRIPTION -Create a new filesystem image from the contents of a tarball (.tar, -.tar.gz, .tgz, .bzip, .tar.xz, .txz) into it, then optionally tag it. +Create a new filesystem image from the contents of a tarball (`.tar`, +`.tar.gz`, `.tgz`, `.bzip`, `.tar.xz`, `.txz`) into it, then optionally tag it. # EXAMPLES