diff options
author | NIIBE Yutaka <[email protected]> | 2023-11-02 06:05:19 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-11-02 06:05:19 +0000 |
commit | c2812a9bbc3539e40bde0c9ea804aee39147a87c (patch) | |
tree | 903b6f9655244be7c453529f0896ce44a9bada1a /doc/gpg.texi | |
parent | g10: Fix uninitalized variable use in sign_file (diff) | |
download | gnupg-c2812a9bbc3539e40bde0c9ea804aee39147a87c.tar.gz gnupg-c2812a9bbc3539e40bde0c9ea804aee39147a87c.zip |
doc: Fix to avoid using en-dash for command options.
--
GnuPG-bug-id: 6746
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index b5a9ccc51..760582c8e 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -362,9 +362,9 @@ public keys are listed. The variant @option{--locate-external-keys} does not consider a locally existing key and can thus be used to force the refresh of a key via the defined external methods. If a fingerprint is given and -and the methods defined by --auto-key-locate define LDAP servers, the -key is fetched from these resources; defined non-LDAP keyservers are -skipped. +and the methods defined by @option{--auto-key-locate} define LDAP +servers, the key is fetched from these resources; defined non-LDAP +keyservers are skipped. @item --show-keys @@ -1455,10 +1455,10 @@ give the opposite meaning. The options are: @item sort-sigs @opindex list-options:sort-sigs - With --list-sigs and --check-sigs sort the signatures by keyID and - creation time to make it easier to view the history of these - signatures. The self-signature is also listed before other - signatures. Defaults to yes. + With @option{--list-sigs} and @option{--check-sigs} sort the + signatures by keyID and creation time to make it easier to view the + history of these signatures. The self-signature is also listed + before other signatures. Defaults to yes. @end table @@ -1515,12 +1515,12 @@ the opposite meaning. The options are: @itemx --disable-large-rsa @opindex enable-large-rsa @opindex disable-large-rsa -With --generate-key and --batch, enable the creation of RSA secret keys as -large as 8192 bit. Note: 8192 bit is more than is generally -recommended. These large keys don't significantly improve security, -but they are more expensive to use, and their signatures and -certifications are larger. This option is only available if the -binary was build with large-secmem support. +With @option{--generate-key} and @option{--batch}, enable the creation +of RSA secret keys as large as 8192 bit. Note: 8192 bit is more than +is generally recommended. These large keys don't significantly +improve security, but they are more expensive to use, and their +signatures and certifications are larger. This option is only +available if the binary was build with large-secmem support. @item --enable-dsa2 @itemx --disable-dsa2 @@ -2624,12 +2624,12 @@ The available filter types are: @item drop-subkey This filter drops the selected subkeys. - Currently only implemented for --export-filter. + Currently only implemented for @option{--export-filter}. @item drop-sig This filter drops the selected key signatures on user ids. Self-signatures are not considered. - Currently only implemented for --import-filter. + Currently only implemented for @option{--import-filter}. @item select This filter is only implemented by @option{--list-filter}. All |