summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-05-19 23:06:34 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-05-19 23:06:34 +0000
commita8ec8e2c5d9f18ebb6a5d5e8b116ff8aba5319a6 (patch)
treeeb5041858192fb5c945a431758f907476eed4c8b /lib
parent277fe3a8e03474109442e26d3c5094e51f59648a (diff)
In ui.h rev. 1.10 2018/05/19 11:03:33, tb@ added a const qualifier
to the argument of UI_create_method(3). Adjust the manual.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/UI_create_method.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/UI_create_method.3 b/lib/libcrypto/man/UI_create_method.3
index c0cb87396ed..0c23e24e0ed 100644
--- a/lib/libcrypto/man/UI_create_method.3
+++ b/lib/libcrypto/man/UI_create_method.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: UI_create_method.3,v 1.4 2018/03/23 04:34:23 schwarze Exp $
+.\" $OpenBSD: UI_create_method.3,v 1.5 2018/05/19 23:06:33 schwarze Exp $
.\" OpenSSL UI_create_method.pod 8e3d46e5 Mar 11 10:51:04 2017 +0100
.\"
.\" This file was written by Richard Levitte <levitte@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: March 23 2018 $
+.Dd $Mdocdate: May 19 2018 $
.Dt UI_CREATE_METHOD 3
.Os
.Sh NAME
@@ -71,7 +71,7 @@
.In openssl/ui.h
.Ft UI_METHOD *
.Fo UI_create_method
-.Fa "char *name"
+.Fa "const char *name"
.Fc
.Ft void
.Fo UI_destroy_method