]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
* doc/tar.1: Fix font typo noted by esr.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jun 2018 22:06:43 +0000 (15:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jun 2018 22:07:32 +0000 (15:07 -0700)
doc/tar.1

index cd63fa75caf8cb239d1f606a828135fa2fffa1f6..96a23086cfcf8bfe98a3794a1b879836af8acac6 100644 (file)
--- 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