mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
doc: Fix some typos and add missing options.
-- GnuPG-bug-id: 1602 I added options shown with --help but missing in the man page. However, --help won't show everything listed in the man age and frankly there are even more options not listed anywhere (to see them use --dump-options).
This commit is contained in:
parent
09e8f35d38
commit
da4db172f6
@ -122,7 +122,7 @@ output of the @code{tty} command. For W32 systems this option is not
|
||||
required.
|
||||
|
||||
Please make sure that a proper pinentry program has been installed
|
||||
under the default filename (which is system dependant) or use the
|
||||
under the default filename (which is system dependent) or use the
|
||||
option @option{pinentry-program} to specify the full name of that program.
|
||||
It is often useful to install a symbolic link from the actual used
|
||||
pinentry (e.g. @file{/usr/bin/pinentry-gtk}) to the expected
|
||||
@ -582,7 +582,7 @@ gpg-connect-agent updatestartuptty /bye
|
||||
Although all GnuPG components try to start the gpg-agent as needed, this
|
||||
is not possible for the ssh support because ssh does not know about it.
|
||||
Thus if no GnuPG tool which accesses the agent has been run, there is no
|
||||
guarantee that ssh is abale to use gpg-agent for authentication. To fix
|
||||
guarantee that ssh is able to use gpg-agent for authentication. To fix
|
||||
this you may start gpg-agent if needed using this simple command:
|
||||
|
||||
@smallexample
|
||||
|
18
doc/gpg.texi
18
doc/gpg.texi
@ -354,14 +354,14 @@ Present a menu to allow changing the PIN of a smartcard. This
|
||||
functionality is also available as the subcommand "passwd" with the
|
||||
@option{--card-edit} command.
|
||||
|
||||
@item --delete-key @code{name}
|
||||
@opindex delete-key
|
||||
@item --delete-keys @code{name}
|
||||
@itemx --delete-keys @code{name}
|
||||
Remove key from the public keyring. In batch mode either @option{--yes} is
|
||||
required or the key must be specified by fingerprint. This is a
|
||||
safeguard against accidental deletion of multiple keys.
|
||||
|
||||
@item --delete-secret-key @code{name}
|
||||
@opindex delete-secret-key
|
||||
@item --delete-secret-keys @code{name}
|
||||
@opindex delete-secret-keys
|
||||
Remove key from the secret keyring. In batch mode the key
|
||||
must be specified by fingerprint.
|
||||
|
||||
@ -545,6 +545,12 @@ Use the source, Luke :-). The output format is still subject to change.
|
||||
Pack or unpack an arbitrary input into/from an OpenPGP ASCII armor.
|
||||
This is a GnuPG extension to OpenPGP and in general not very useful.
|
||||
|
||||
|
||||
@c @item --server
|
||||
@c @opindex server
|
||||
@c Run gpg in server mode. This feature is not yet ready for use and
|
||||
@c thus not documented.
|
||||
|
||||
@end table
|
||||
|
||||
|
||||
@ -798,7 +804,7 @@ create a signature of any type desired.
|
||||
|
||||
@item delkey
|
||||
@opindex keyedit:delkey
|
||||
Remove a subkey (secondart key). Note that it is not possible to retract
|
||||
Remove a subkey (secondary key). Note that it is not possible to retract
|
||||
a subkey, once it has been send to the public (i.e. to a keyserver). In
|
||||
that case you better use @code{revkey}.
|
||||
|
||||
@ -1960,7 +1966,7 @@ During decryption skip all anonymous recipients. This option helps in
|
||||
the case that people use the hidden recipients feature to hide there
|
||||
own encrypt-to key from others. If oneself has many secret keys this
|
||||
may lead to a major annoyance because all keys are tried in turn to
|
||||
decrypt soemthing which was not really intended for it. The drawback
|
||||
decrypt something which was not really intended for it. The drawback
|
||||
of this option is that it is currently not possible to decrypt a
|
||||
message which includes real anonymous recipients.
|
||||
|
||||
|
@ -330,16 +330,21 @@ scdaemon.
|
||||
The following options may be used:
|
||||
|
||||
@table @gnupgtabopt
|
||||
@c FIXME: Not yet supported.
|
||||
@c @item -o @var{file}
|
||||
@c @itemx --output @var{file}
|
||||
@c Use @var{file} as output file.
|
||||
|
||||
@item -o @var{file}
|
||||
@itemx --output @var{file}
|
||||
Write output to @var{file}. Default is to write to stdout.
|
||||
|
||||
@item -v
|
||||
@itemx --verbose
|
||||
Outputs additional information while running. Specifically, this
|
||||
extends numerical field values by human-readable descriptions.
|
||||
|
||||
@item -q
|
||||
@itemx --quiet
|
||||
@opindex quiet
|
||||
Try to be as quiet as possible.
|
||||
|
||||
@item -n
|
||||
@itemx --dry-run
|
||||
Do not actually change anything. This is currently only implemented
|
||||
@ -1246,7 +1251,8 @@ passing. This option makes it use the old mode.
|
||||
Do not start the gpg-agent or the dirmngr if it has not yet been
|
||||
started.
|
||||
|
||||
@item --run @var{file}
|
||||
@item -r @var{file}
|
||||
@itemx --run @var{file}
|
||||
@opindex run
|
||||
Run the commands from @var{file} at startup and then continue with the
|
||||
regular input method. Note, that commands given on the command line are
|
||||
@ -1361,7 +1367,7 @@ this operator. A division by zero yields an empty string.
|
||||
@itemx |
|
||||
@itemx &
|
||||
Evaluate all arguments as long integers using @code{strtol} and apply
|
||||
the logical oeprators NOT, OR or AND. The NOT operator works on the
|
||||
the logical operators NOT, OR or AND. The NOT operator works on the
|
||||
last argument only.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user