diff options
author | olszomal <Malgorzata.Olszowka@stunnel.org> | 2024-03-21 11:10:04 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-03-22 16:50:20 +0100 |
commit | f1c14f1853d2df94e339208eed1df823c2238389 (patch) | |
tree | d8b393c6e1e7be2edd743092a5c035489cf4a948 | |
parent | fix uploading artifacts for paramertrized jobs (diff) | |
download | openssl-f1c14f1853d2df94e339208eed1df823c2238389.tar.xz openssl-f1c14f1853d2df94e339208eed1df823c2238389.zip |
Fixed a typo and grammar in openssl-ts.pod
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23913)
-rw-r--r-- | doc/man1/openssl-ts.pod.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/openssl-ts.pod.in b/doc/man1/openssl-ts.pod.in index 6f71820202..459ad5dfe9 100644 --- a/doc/man1/openssl-ts.pod.in +++ b/doc/man1/openssl-ts.pod.in @@ -163,9 +163,9 @@ use its own default policy. (Optional) =item B<-no_nonce> No nonce is specified in the request if this option is -given. Otherwise a 64 bit long pseudo-random none is -included in the request. It is recommended to use nonce to -protect against replay-attacks. (Optional) +given. Otherwise, a 64-bit long pseudo-random nonce is +included in the request. It is recommended to use a nonce to +protect against replay attacks. (Optional) =item B<-cert> |