Explorar el Código

* doc/tar.1: Fix font typo noted by esr.

Paul Eggert hace 6 años
padre
commit
e81c89ddd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/tar.1

+ 1 - 1
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