From: Paul Eggert Date: Wed, 13 Jun 2018 22:06:43 +0000 (-0700) Subject: * doc/tar.1: Fix font typo noted by esr. X-Git-Tag: release_1_31~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81c89ddd6163d0563f5e6cc358ee0ab8bf5021a;p=thirdparty%2Ftar.git * doc/tar.1: Fix font typo noted by esr. --- diff --git a/doc/tar.1 b/doc/tar.1 index cd63fa75..96a23086 100644 --- a/doc/tar.1 +++ b/doc/tar.1 @@ -1209,7 +1209,7 @@ default (unless \fB\-\-verbose\fR is used). A common example of what you can get when using this warning is: .EX -$ \fBtar --warning=decompress-program -x -f archive.Z +$ tar --warning=decompress-program -x -f archive.Z tar (child): cannot run compress: No such file or directory tar (child): trying gzip .EE