]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
* doc/tar.texi: Fix minor reproducibility typos.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Jul 2023 16:45:46 +0000 (09:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Jul 2023 16:45:46 +0000 (09:45 -0700)
doc/tar.texi

index fa9ac2d327f0daf0803d203c25fb2b84df9c95f3..d43b39e4285fe6707bae6eb585140c2114659e77 100644 (file)
@@ -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.