From: Tim Kientzle Date: Sat, 21 Jun 2014 21:16:00 +0000 (-0700) Subject: Fix multi-line display X-Git-Tag: v3.1.900a~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0128b5ac0833150c4ed870bd4419cb8b71501964;p=thirdparty%2Flibarchive.git Fix multi-line display --- diff --git a/tar/bsdtar.1 b/tar/bsdtar.1 index b700e0584..34fb1210f 100644 --- a/tar/bsdtar.1 +++ b/tar/bsdtar.1 @@ -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