Hi Guillem, On 2026-05-09T20:50:20+0200, Guillem Jover wrote: > From: Guillem Jover > > The IETF draft is called OpenPGP, where PGP is the original > implementation from where the specification was based on. For file I've changed the inter-sentence space to 2. > artifacts «.pgp» is the correct short term to use though, which can And I've changed the quotes to ASCII ones ("), to avoid making the commit messages unnecessarily unreadable for those still using for example the C locale. > be considered the more implementation neutral name to use. > > Signed-off-by: Guillem Jover Thanks! I've applied the patch. Cheers, Alex > --- > CONTRIBUTING.d/mail | 8 ++++---- > CONTRIBUTING.d/patches/sendmail | 2 +- > man/man7/suffixes.7 | 4 ++-- > 3 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/CONTRIBUTING.d/mail b/CONTRIBUTING.d/mail > index f900c0a1b..84c8fbcfb 100644 > --- a/CONTRIBUTING.d/mail > +++ b/CONTRIBUTING.d/mail > @@ -41,18 +41,18 @@ Description > it, go to > . > > - Sign your emails with PGP > + Sign your emails with OpenPGP > We encourage that you sign all of your emails sent to the > mailing list, (especially) including the ones containing > - patches, with your PGP key. This helps establish trust between > + patches, with your OpenPGP key. This helps establish trust between > you and other contributors of this project, and prevent others > impersonating you. If you don't have a key, it's not mandatory > to sign your email, but you're encouraged to create and start > - using a PGP key. See also: > + using a OpenPGP key. See also: > > > If you use mutt(1), we recommend the following configuration for > - PGP: > + OpenPGP: > > set crypt_autosign = yes > set crypt_protected_headers_write = yes > diff --git a/CONTRIBUTING.d/patches/sendmail b/CONTRIBUTING.d/patches/sendmail > index f0a91f993..9f2c8f554 100644 > --- a/CONTRIBUTING.d/patches/sendmail > +++ b/CONTRIBUTING.d/patches/sendmail > @@ -32,7 +32,7 @@ Description > ├─> [PATCH v3 02] ... > └─> [PATCH v3 03] ... > > - Sign the email containing patches with PGP > + Sign the email containing patches with OpenPGP > See for more details on signing your mail > to the list. See also for instructions for > configuring git-send-email(1) to use neomutt(1) as a driver. > diff --git a/man/man7/suffixes.7 b/man/man7/suffixes.7 > index 3e17afc77..4c8b3f27a 100644 > --- a/man/man7/suffixes.7 > +++ b/man/man7/suffixes.7 > @@ -46,7 +46,7 @@ Suffix File type > \&.am \f[B]automake\f[](1) input file > \&.arc \f[B]arc\f[](1) archive > \&.arj \f[B]arj\f[](1) archive > -\&.asc PGP ASCII-armored data > +\&.asc OpenPGP ASCII-armored data > \&.asm (GNU) assembler source file > \&.au Audio sound file > \&.aux LaTeX auxiliary file > @@ -177,7 +177,7 @@ T} > \&.pfa PostScript font definition files, ASCII format > \&.pfb PostScript font definition files, binary format > \&.pgm portable greymap format > -\&.pgp PGP binary data > +\&.pgp OpenPGP binary data > \&.ph Perl header file > \&.php PHP program file > \&.php3 PHP3 program file > -- > 2.53.0 > > --