maint: fix some encodings and email addresses

This commit is contained in:
Paul Eggert
2024-08-04 01:41:43 -07:00
parent f13f2d6815
commit 390950282d
9 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -73,9 +73,9 @@ tar --acls -cf acl.tar -C pure d1
# Directory names are chosen based on "how the files were extracted from
# archive". Equivalent no* tags are used also:
# ^sacl_ extracted archive has stored ACLs
# _def_ target directory (-C) has default ACLs
# _optacl$ extraction was done with --acls option
# ^sacl_ - extracted archive has stored ACLs
# _def_ - target directory (-C) has default ACLs
# _optacl$ - extraction was done with --acls option
mkdir sacl_def_optacl
mkdir sacl_def_optnoacl
+1 -1
View File
@@ -20,7 +20,7 @@
# Up to version 1.15.91 tar was unable to recognize all volumes
# given after an out-of-sync volume.
# Reported by: Joerg Weilbier <gnu@weilbier.net>
# Reported by: Jörg Weilbier <gnu@weilbier.net>
# References: <200610011952.29880.gnu@weilbier.net>
AT_SETUP([Restoring after an out of sync volume])