summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2018-12-11 20:34:21 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-12 10:37:29 +0100
commit03c8a0987a55a8a92d0046ef4e4a56b4c041aa51 (patch)
tree84be419204b1eddb49a495a5beb8bbf7b9bbbdcf /doc
parent0643ffdecb2d3744bac7cff1e859d332f5fa2547 (diff)
Fixed typo (vi leftover).
There was a trailing :w at a line, which didn't make sense in context of the sentence/styling. Removed it, because I think it's a leftover vi command. CLA: trivial Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7875) (cherry picked from commit 143b631639f95822e5e00768254fa35c787f6396)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/ca.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/ca.pod b/doc/man1/ca.pod
index e998eabf83..1b5f657318 100644
--- a/doc/man1/ca.pod
+++ b/doc/man1/ca.pod
@@ -230,7 +230,7 @@ The section of the configuration file containing certificate extensions
to be added when a certificate is issued (defaults to B<x509_extensions>
unless the B<-extfile> option is used). If no extension section is
present then, a V1 certificate is created. If the extension section
-is present (even if it is empty), then a V3 certificate is created. See the:w
+is present (even if it is empty), then a V3 certificate is created. See the
L<x509v3_config(5)> manual page for details of the
extension section format.