diff options
author | Marcus Brinkmann <[email protected]> | 2017-07-03 09:02:42 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2017-07-03 09:02:42 +0000 |
commit | 7b045f539e5f67c937c18157c26fb3a767c1c7e6 (patch) | |
tree | 87a46b1c3953093b6d9d62f26d6fd2c2b0b5570f | |
parent | g10: Fix secmem leak. (diff) | |
download | gnupg-7b045f539e5f67c937c18157c26fb3a767c1c7e6.tar.gz gnupg-7b045f539e5f67c937c18157c26fb3a767c1c7e6.zip |
doc: Fix typo.
Signed-off-by: Marcus Brinkmann <[email protected]>
GnuPG-bug-id: 3243
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index e9935c3f3..00ed82888 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -204,7 +204,7 @@ read from STDIN. If only a one argument is given, it is expected to be a complete signature. With more than 1 argument, the first should be a detached signature -and the remaining files ake up the the signed data. To read the signed +and the remaining files make up the the signed data. To read the signed data from STDIN, use @samp{-} as the second filename. For security reasons a detached signature cannot read the signed material from STDIN without denoting it in the above way. |