浏览代码

Minor improvements in the docs.

Sergey Poznyakoff 7 年之前
父节点
当前提交
ee0508f01c
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 4 1
      doc/tar.1
  2. 1 1
      doc/tar.texi

+ 4 - 1
doc/tar.1

@@ -219,7 +219,10 @@ There is no short option equivalent for this option.
 \fB\-u\fR, \fB\-\-update\fR
 \fB\-u\fR, \fB\-\-update\fR
 Append files which are newer than the corresponding copy in the
 Append files which are newer than the corresponding copy in the
 archive.  Arguments have the same meaning as with \fB\-c\fR and
 archive.  Arguments have the same meaning as with \fB\-c\fR and
-\fB\-r\fR options.
+\fB\-r\fR options.  Notice, that newer files don't replace their
+old archive copies, but instead are appended to the end of archive.
+The resulting archive can thus contain several members of the
+same name, corresponding to various versions of the same file.
 .TP
 .TP
 \fB\-x\fR, \fB\-\-extract\fR, \fB\-\-get\fR
 \fB\-x\fR, \fB\-\-extract\fR, \fB\-\-get\fR
 Extract files from an archive.  Arguments are optional.  When given,
 Extract files from an archive.  Arguments are optional.  When given,

+ 1 - 1
doc/tar.texi

@@ -5195,7 +5195,7 @@ the one at the end will be newer and larger, since you added text before
 updating it.
 updating it.
 
 
 The reason @command{tar} does not overwrite the older file when updating
 The reason @command{tar} does not overwrite the older file when updating
-it is because writing to the middle of a section of tape is a difficult
+it is that writing to the middle of a section of tape is a difficult
 process.  Tapes are not designed to go backward.  @xref{Media}, for more
 process.  Tapes are not designed to go backward.  @xref{Media}, for more
 information about tapes.
 information about tapes.