diff --git a/pr/743/gpg_keypair_module.html b/pr/743/gpg_keypair_module.html index c5ae47af..176974f7 100644 --- a/pr/743/gpg_keypair_module.html +++ b/pr/743/gpg_keypair_module.html @@ -300,7 +300,7 @@ see

For non-ECC keys, this specifies the number of bits in the key to create.

For RSA keys, the minimum is 1024, the maximum is 4096, and the default is 3072.

For DSA keys, the minimum is 768, the maximum is 3072, and the default is 2048.

-

As per gpg’s behavior, values below the allowed ranges will be set to the respective defaults, and values above will saturate at the maximum.

+

As per GPG’s behavior, values below the allowed ranges will be set to the respective defaults, and values above will saturate at the maximum.