]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix multi-line display
authorTim Kientzle <kientzle@acm.org>
Sat, 21 Jun 2014 21:16:00 +0000 (14:16 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 21 Jun 2014 21:16:00 +0000 (14:16 -0700)
tar/bsdtar.1

index b700e0584194424703ea7b899acfcfbb2ef4c7a6..34fb1210f4b4997008e10a462a4d80e112cbb235 100644 (file)
@@ -834,11 +834,13 @@ An input file in
 format can be used to create an output archive with arbitrary ownership,
 permissions, or names that differ from existing data on disk:
 .Pp
-.Dl $ cat input.mtree
-.Dl #mtree
-.Dl usr/bin uid=0 gid=0 mode=0755 type=dir
-.Dl usr/bin/ls uid=0 gid=0 mode=0755 type=file content=myls
-.Dl $ tar -cvf output.tar @input.mtree
+.Bd -literal -offset indent
+$ cat input.mtree
+#mtree
+usr/bin uid=0 gid=0 mode=0755 type=dir
+usr/bin/ls uid=0 gid=0 mode=0755 type=file content=myls
+$ tar -cvf output.tar @input.mtree
+.Ed
 .Pp
 The
 .Fl Fl newer