diff options
author | 2016-11-06 16:54:58 +0000 | |
---|---|---|
committer | 2016-11-06 16:54:58 +0000 | |
commit | 3c026a4b01db9b3db97c71cb7b476cb808fe14a3 (patch) | |
tree | 7551d0d86b6eb79ddcc8d17054bf8722ec512bc5 | |
parent | document ENGINE_add_conf_module(3) in one page, not in two (diff) | |
download | wireguard-openbsd-3c026a4b01db9b3db97c71cb7b476cb808fe14a3.tar.xz wireguard-openbsd-3c026a4b01db9b3db97c71cb7b476cb808fe14a3.zip |
spacing between macro args and punctuation;
-rw-r--r-- | lib/libcrypto/man/EC_KEY_new.3 | 4 | ||||
-rw-r--r-- | lib/libcrypto/man/d2i_ECPKParameters.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/EC_KEY_new.3 b/lib/libcrypto/man/EC_KEY_new.3 index 283cc82f870..dd283cbb80d 100644 --- a/lib/libcrypto/man/EC_KEY_new.3 +++ b/lib/libcrypto/man/EC_KEY_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_KEY_new.3,v 1.3 2016/11/06 15:57:38 schwarze Exp $ +.\" $OpenBSD: EC_KEY_new.3,v 1.4 2016/11/06 16:54:58 jmc Exp $ .\" .Dd $Mdocdate: November 6 2016 $ .Dt EC_KEY_NEW 3 @@ -398,7 +398,7 @@ on error. .Pp .Fn EC_KEY_get_flags returns the flags associated with the -.Vt EC_KEY object. +.Vt EC_KEY object . .Pp .Fn EC_KEY_copy returns a pointer to the destination key or diff --git a/lib/libcrypto/man/d2i_ECPKParameters.3 b/lib/libcrypto/man/d2i_ECPKParameters.3 index 640546c7634..d1277429689 100644 --- a/lib/libcrypto/man/d2i_ECPKParameters.3 +++ b/lib/libcrypto/man/d2i_ECPKParameters.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_ECPKParameters.3,v 1.3 2016/11/06 15:57:38 schwarze Exp $ +.\" $OpenBSD: d2i_ECPKParameters.3,v 1.4 2016/11/06 16:54:58 jmc Exp $ .\" .Dd $Mdocdate: November 6 2016 $ .Dt D2I_ECPKPARAMETERS 3 @@ -248,7 +248,7 @@ takes a string of octets from .Fa in , decodes them, and stores the resulting EC public key in the existing -.Pf * Fa key. +.Pf * Fa key . .Pp .Fn i2o_ECPublicKey encodes the public |