From: Paul Eggert Date: Tue, 25 Jul 2023 16:45:46 +0000 (-0700) Subject: * doc/tar.texi: Fix minor reproducibility typos. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb30aa780166b1255611e440307f5d091356ac30;p=thirdparty%2Ftar.git * doc/tar.texi: Fix minor reproducibility typos. --- diff --git a/doc/tar.texi b/doc/tar.texi index fa9ac2d3..d43b39e4 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -10721,7 +10721,7 @@ use the following option: @cindex archives, binary equivalent @cindex binary equivalent archives, creating As another example, the following option helps make the archive -more reproducible. @xref{Reproducibility} +more reproducible. @xref{Reproducibility}. @smallexample --pax-option delete=atime @@ -11185,7 +11185,7 @@ Done @cindex reproducible archives Sometimes it is important for an archive to be @dfn{reproducible}, -so that one can be easily verify it to have been derived solely from +so that one can easily verify it to have been derived solely from its input. We call an archive reproducible, if an archive created from the same set of input files with the same command line options is byte-to-byte equivalent to the original one.