maint: fix some encodings and email addresses

This commit is contained in:
Paul Eggert
2024-08-03 00:18:51 -07:00
parent f13f2d6815
commit 390950282d
9 changed files with 22 additions and 22 deletions

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

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])