tar: revamp "file is the archive" diagnostic
* src/create.c (dump_file0): For clarity, change diagnostic wording from "file is the archive; not dumped" to "archive cannot contain itself; not dumped". All test cases and documentation changed.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
.\"
|
||||
.\" You should have received a copy of the GNU General Public License
|
||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
.TH TAR 1 "July 13, 2020" "TAR" "GNU TAR Manual"
|
||||
.TH TAR 1 "February 15, 2022" "TAR" "GNU TAR Manual"
|
||||
.SH NAME
|
||||
tar \- an archiving utility
|
||||
.SH SYNOPSIS
|
||||
@@ -1168,7 +1168,7 @@ Keywords applicable for \fBtar --create\fR:
|
||||
"%s: file is unchanged; not dumped"
|
||||
.TP
|
||||
.B ignore-archive
|
||||
"%s: file is the archive; not dumped"
|
||||
"%s: archive cannot contain itself; not dumped"
|
||||
.TP
|
||||
.B file-removed
|
||||
"%s: File removed before we read it"
|
||||
|
||||
@@ -4634,11 +4634,9 @@ Disable all warning messages.
|
||||
@item file-unchanged
|
||||
@samp{%s: file is unchanged; not dumped}
|
||||
@kwindex ignore-archive
|
||||
@cindex @samp{file is the archive; not dumped}, warning message
|
||||
@kwindex ignore-archive
|
||||
@cindex @samp{file is the archive; not dumped}, warning message
|
||||
@cindex @samp{archive cannot contain itself; not dumped}, warning message
|
||||
@item ignore-archive
|
||||
@samp{%s: file is the archive; not dumped}
|
||||
@samp{%s: archive cannot contain itself; not dumped}
|
||||
@kwindex file-removed
|
||||
@cindex @samp{File removed before we read it}, warning message
|
||||
@item file-removed
|
||||
|
||||
Reference in New Issue
Block a user