doc: Use the em dash to mark a break in a sentence.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2023-11-07 13:55:29 +09:00
parent 00da0e9f93
commit 337de21f4b
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054
3 changed files with 21 additions and 21 deletions

View File

@ -749,7 +749,7 @@ certificate exists it is used to access the special keyservers
Please note that @command{gpgsm} accepts Root CA certificates for its Please note that @command{gpgsm} accepts Root CA certificates for its
own purposes only if they are listed in its file @file{trustlist.txt}. own purposes only if they are listed in its file @file{trustlist.txt}.
@command{dirmngr} does not make use of this list - except FIXME. @command{dirmngr} does not make use of this list --- except FIXME.
@mansect notes @mansect notes

View File

@ -1006,13 +1006,13 @@ signing.
@item keytocard @item keytocard
@opindex keyedit:keytocard @opindex keyedit:keytocard
Transfer the selected secret subkey (or the primary key if no subkey Transfer the selected secret subkey (or the primary key if no subkey
has been selected) to a smartcard. The secret key in the keyring will has been selected) to a smartcard. The secret key in the keyring
be replaced by a stub if the key could be stored successfully on the will be replaced by a stub if the key could be stored successfully
card and you use the save command later. Only certain key types may be on the card and you use the save command later. Only certain key
transferred to the card. A sub menu allows you to select on what card types may be transferred to the card. A sub menu allows you to
to store the key. Note that it is not possible to get that key back select on what card to store the key. Note that it is not possible
from the card - if the card gets broken your secret key will be lost to get that key back from the card --- if the card gets broken your
unless you have a backup somewhere. secret key will be lost unless you have a backup somewhere.
@item bkuptocard @var{file} @item bkuptocard @var{file}
@opindex keyedit:bkuptocard @opindex keyedit:bkuptocard
@ -1266,13 +1266,13 @@ behaviour and to change the default configuration.
@end menu @end menu
Long options can be put in an options file (default Long options can be put in an options file (default
"~/.gnupg/gpg.conf"). Short option names will not work - for example, "~/.gnupg/gpg.conf"). Short option names will not work --- for
"armor" is a valid option for the options file, while "a" is not. Do not example, "armor" is a valid option for the options file, while "a" is
write the 2 dashes, but simply the name of the option and any required not. Do not write the 2 dashes, but simply the name of the option and
arguments. Lines with a hash ('#') as the first non-white-space any required arguments. Lines with a hash ('#') as the first
character are ignored. Commands may be put in this file too, but that is non-white-space character are ignored. Commands may be put in this
not generally useful as the command will execute automatically with file too, but that is not generally useful as the command will execute
every execution of gpg. automatically with every execution of gpg.
Please remember that option parsing stops as soon as a non-option is Please remember that option parsing stops as soon as a non-option is
encountered, you can explicitly stop parsing by using the special option encountered, you can explicitly stop parsing by using the special option
@ -2047,7 +2047,7 @@ option is ignored if the option @option{--with-colons} is used.
@item --keyserver @var{name} @item --keyserver @var{name}
@opindex keyserver @opindex keyserver
This option is deprecated - please use the @option{--keyserver} in This option is deprecated --- please use the @option{--keyserver} in
@file{dirmngr.conf} instead. @file{dirmngr.conf} instead.
Use @var{name} as your keyserver. This is the server that Use @var{name} as your keyserver. This is the server that

View File

@ -1380,11 +1380,11 @@ The decryption is done by using the command
DECRYPT DECRYPT
@end example @end example
It performs the decrypt operation after doing some check on the internal It performs the decrypt operation after doing some check on the
state (e.g., that all needed data has been set). Because it utilizes internal state (e.g., that all needed data has been set). Because it
the GPG-Agent for the session key decryption, there is no need to ask utilizes the GPG-Agent for the session key decryption, there is no
the client for a protecting passphrase - GpgAgent takes care of this by need to ask the client for a protecting passphrase --- GpgAgent takes
requesting this from the user. care of this by requesting this from the user.
@node GPGSM SIGN @node GPGSM SIGN