From ce47b383123403f5d9e04a2bd7fb98a2a3bc3cf3 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 26 Mar 2017 12:31:27 +0000 Subject: tweak previous; --- src/lib/libcrypto/man/UI_create_method.3 | 6 +++--- src/lib/libcrypto/man/UI_get_string_type.3 | 4 ++-- src/lib/libcrypto/man/X509_cmp_time.3 | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/UI_create_method.3 b/src/lib/libcrypto/man/UI_create_method.3 index a29a4bb930..2ce3a99829 100644 --- a/src/lib/libcrypto/man/UI_create_method.3 +++ b/src/lib/libcrypto/man/UI_create_method.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: UI_create_method.3,v 1.1 2017/03/26 00:06:10 schwarze Exp $ +.\" $OpenBSD: UI_create_method.3,v 1.2 2017/03/26 12:31:27 jmc Exp $ .\" OpenSSL UI_create_method.pod 8e3d46e5 Mar 11 10:51:04 2017 +0100 .\" .\" This file was written by Richard Levitte . @@ -169,8 +169,8 @@ by closing the channel to the tty, maybe by destroying a dialog box. All of these functions are expected to return 0 on error, 1 on success, or -1 on out-off-band events, for example if some prompting has been cancelled (by pressing Ctrl-C, for example). -Only the flusher or the reader are expected to return -1. If returned by -another of the functions, it's treated as if 0 was returned. +Only the flusher or the reader are expected to return -1. +If returned by another of the functions, it's treated as if 0 was returned. .Pp Regarding the writer and the reader, don't assume the former should only write and don't assume the latter should only read. diff --git a/src/lib/libcrypto/man/UI_get_string_type.3 b/src/lib/libcrypto/man/UI_get_string_type.3 index d7cceadc75..323615686b 100644 --- a/src/lib/libcrypto/man/UI_get_string_type.3 +++ b/src/lib/libcrypto/man/UI_get_string_type.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: UI_get_string_type.3,v 1.1 2017/03/26 00:06:10 schwarze Exp $ +.\" $OpenBSD: UI_get_string_type.3,v 1.2 2017/03/26 12:31:27 jmc Exp $ .\" OpenSSL UI_STRING.pod 2ca2e917 Mar 20 16:25:22 2017 -0400 .\" .\" This file was written by Richard Levitte @@ -260,7 +260,7 @@ and type strings, or -1 for any other type. .Pp .Fn UI_get_result_maxsize -returns the minimum allowed result size for the UI string for for +returns the minimum allowed result size for the UI string for .Dv UIT_PROMPT and .Dv UIT_VERIFY diff --git a/src/lib/libcrypto/man/X509_cmp_time.3 b/src/lib/libcrypto/man/X509_cmp_time.3 index 55ac836515..fe9b77e35c 100644 --- a/src/lib/libcrypto/man/X509_cmp_time.3 +++ b/src/lib/libcrypto/man/X509_cmp_time.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_cmp_time.3,v 1.1 2017/03/25 19:12:59 schwarze Exp $ +.\" $OpenBSD: X509_cmp_time.3,v 1.2 2017/03/26 12:31:27 jmc Exp $ .\" OpenSSL X509_cmp_time.pod 80770da3 Feb 17 19:00:15 2017 +0100 .\" .\" This file was written by Emilia Kasper @@ -48,12 +48,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 25 2017 $ +.Dd $Mdocdate: March 26 2017 $ .Dt X509_CMP_TIME 3 .Os .Sh NAME .Nm X509_cmp_time -.Nd compare an ASN.1 Time to a time in seconds since the Epoch +.Nd compare an ASN.1 time to a time in seconds since the Epoch .Sh SYNOPSIS .In openssl/x509.h .Ft int @@ -75,7 +75,7 @@ is .Dv NULL , the current time is used. .Sh RETURN VALUES -.Xr X509_cmp_time 3 +.Fn X509_cmp_time returns -1 if .Fa asn1_time is earlier than or equal to -- cgit v1.2.3-55-g6feb