summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-12-08 22:13:59 +0000
committerjmc <jmc@openbsd.org>2016-12-08 22:13:59 +0000
commita60111255f6c38543194e92e927aab52767c8d54 (patch)
tree34137510cf9ddc236e27ec8d5d536b4f8cee76bb
parentminor cleanup; (diff)
downloadwireguard-openbsd-a60111255f6c38543194e92e927aab52767c8d54.tar.xz
wireguard-openbsd-a60111255f6c38543194e92e927aab52767c8d54.zip
some Vt fixes;
-rw-r--r--lib/libcrypto/man/BN_CTX_start.36
-rw-r--r--lib/libcrypto/man/DES_set_key.36
-rw-r--r--lib/libcrypto/man/DSA_set_method.36
-rw-r--r--lib/libcrypto/man/HMAC.36
-rw-r--r--lib/libcrypto/man/engine.312
5 files changed, 18 insertions, 18 deletions
diff --git a/lib/libcrypto/man/BN_CTX_start.3 b/lib/libcrypto/man/BN_CTX_start.3
index b6b029f6008..46ebfd386d3 100644
--- a/lib/libcrypto/man/BN_CTX_start.3
+++ b/lib/libcrypto/man/BN_CTX_start.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BN_CTX_start.3,v 1.4 2016/11/20 15:47:40 schwarze Exp $
+.\" $OpenBSD: BN_CTX_start.3,v 1.5 2016/12/08 22:13:59 jmc Exp $
.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 20 2016 $
+.Dd $Mdocdate: December 8 2016 $
.Dt BN_CTX_START 3
.Os
.Sh NAME
@@ -87,7 +87,7 @@ first.
Then,
.Fn BN_CTX_get
may be called repeatedly to obtain temporary
-.Vt BIGNUM Ns s.
+.Vt BIGNUM Ns s .
All
.Fn BN_CTX_get
calls must be made before calling any other functions that use the
diff --git a/lib/libcrypto/man/DES_set_key.3 b/lib/libcrypto/man/DES_set_key.3
index 13da285a99c..7d48ca5bfec 100644
--- a/lib/libcrypto/man/DES_set_key.3
+++ b/lib/libcrypto/man/DES_set_key.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DES_set_key.3,v 1.5 2016/11/21 09:56:35 schwarze Exp $
+.\" $OpenBSD: DES_set_key.3,v 1.6 2016/12/08 22:13:59 jmc Exp $
.\" OpenSSL c7497f34 Aug 14 10:50:26 2014 -0400
.\"
.\" --------------------------------------------------------------------------
@@ -114,7 +114,7 @@
.\" copied and put under another distribution licence
.\" [including the GNU Public Licence.]
.\"
-.Dd $Mdocdate: November 21 2016 $
+.Dd $Mdocdate: December 8 2016 $
.Dt DES_SET_KEY 3
.Os
.Sh NAME
@@ -460,7 +460,7 @@ to odd.
returns 1 if the passed key is a weak key or 0 if it is ok.
.Pp
The following routines mostly operate on an input and output stream of
-.Vt DES_cblock Ns s.
+.Vt DES_cblock Ns s .
.Pp
.Fn DES_ecb_encrypt
is the basic DES encryption routine that encrypts or decrypts a single
diff --git a/lib/libcrypto/man/DSA_set_method.3 b/lib/libcrypto/man/DSA_set_method.3
index 56f22479d0c..59ee475d1af 100644
--- a/lib/libcrypto/man/DSA_set_method.3
+++ b/lib/libcrypto/man/DSA_set_method.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DSA_set_method.3,v 1.4 2016/11/21 13:03:22 schwarze Exp $
+.\" $OpenBSD: DSA_set_method.3,v 1.5 2016/12/08 22:13:59 jmc Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 21 2016 $
+.Dd $Mdocdate: December 8 2016 $
.Dt DSA_SET_METHOD 3
.Os
.Sh NAME
@@ -203,7 +203,7 @@ struct
and
.Fn DSA_get_default_method
return pointers to the respective
-.Vt DSA_METHOD Ns s.
+.Vt DSA_METHOD Ns s .
.Pp
.Fn DSA_set_method
returns non-zero if the provided
diff --git a/lib/libcrypto/man/HMAC.3 b/lib/libcrypto/man/HMAC.3
index d4de25809fb..c523916c5ce 100644
--- a/lib/libcrypto/man/HMAC.3
+++ b/lib/libcrypto/man/HMAC.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: HMAC.3,v 1.4 2016/11/27 15:58:47 schwarze Exp $
+.\" $OpenBSD: HMAC.3,v 1.5 2016/12/08 22:13:59 jmc Exp $
.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 27 2016 $
+.Dd $Mdocdate: December 8 2016 $
.Dt HMAC 3
.Os
.Sh NAME
@@ -241,7 +241,7 @@ into
.Pp
.Fn HMAC_CTX_set_flags
applies the specified flags to the internal
-.Vt EVP_MD_CTX Ns s.
+.Vt EVP_MD_CTX Ns s .
These flags have the same meaning as for
.Xr EVP_MD_CTX_set_flags 3 .
.Pp
diff --git a/lib/libcrypto/man/engine.3 b/lib/libcrypto/man/engine.3
index 5b7cad43211..555d1ba90ba 100644
--- a/lib/libcrypto/man/engine.3
+++ b/lib/libcrypto/man/engine.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: engine.3,v 1.5 2016/11/22 12:32:07 schwarze Exp $
+.\" $OpenBSD: engine.3,v 1.6 2016/12/08 22:13:59 jmc Exp $
.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
.\"
.\" This file was written by Geoff Thorpe <geoff@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 22 2016 $
+.Dd $Mdocdate: December 8 2016 $
.Dt ENGINE 3
.Os
.Sh NAME
@@ -608,9 +608,9 @@ reference.
.Em Structural references
.Pp
This basic type of reference is used for instantiating new
-.Vt ENGINE Ns s,
+.Vt ENGINE Ns s ,
iterating across OpenSSL's internal linked-list of loaded
-.Vt ENGINE Ns s,
+.Vt ENGINE Ns s ,
reading information about an
.Vt ENGINE ,
etc.
@@ -967,7 +967,7 @@ This mechanism is entirely based on the use of name-value pairs
and assumes ASCII input (no unicode or UTF for now!), so it is ideal if
applications want to provide a transparent way for users to provide
arbitrary configuration "directives" directly to such
-.Vt ENGINE Ns s.
+.Vt ENGINE Ns s .
It is also possible for the application to dynamically interrogate the
loaded
.Vt ENGINE
@@ -1018,7 +1018,7 @@ Note that the string-pairs used for control commands consist of a
command "name" followed by the command "parameter" - the parameter
could be
.Dv NULL
-in some cases but the name can not.
+in some cases but the name cannot.
This function should initialise the
.Vt ENGINE
(issuing the "pre" commands beforehand and the "post" commands