summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-29 14:21:54 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-29 14:21:54 +0000
commit5e4a75e79f530600cf71e1c6d7f6bfd0feb7ad0b (patch)
tree888c132b6f672807a1600ac5163e45978e6d2a8b /doc
parent43d601641f3476962c580c3b0490874a6e79d260 (diff)
Correct some names.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/ERR_get_error.pod2
-rw-r--r--doc/crypto/RSA_print.pod6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/crypto/ERR_get_error.pod b/doc/crypto/ERR_get_error.pod
index 9fdedbcb91..34443045fc 100644
--- a/doc/crypto/ERR_get_error.pod
+++ b/doc/crypto/ERR_get_error.pod
@@ -5,7 +5,7 @@
ERR_get_error, ERR_peek_error, ERR_peek_last_error,
ERR_get_error_line, ERR_peek_error_line, ERR_peek_last_error_line,
ERR_get_error_line_data, ERR_peek_error_line_data,
-ERR_peek_error_line_data - obtain error code and data
+ERR_peek_last_error_line_data - obtain error code and data
=head1 SYNOPSIS
diff --git a/doc/crypto/RSA_print.pod b/doc/crypto/RSA_print.pod
index 67876facc5..e28d107d1c 100644
--- a/doc/crypto/RSA_print.pod
+++ b/doc/crypto/RSA_print.pod
@@ -2,9 +2,9 @@
=head1 NAME
-RSA_print, RSA_print_fp, DHparams_print, DHparams_print_fp, DSA_print,
-DSA_print_fp, DHparams_print, DHparams_print_fp - print cryptographic
-parameters
+RSA_print, RSA_print_fp,
+DSAparams_print, DSAparams_print_fp, DSA_print, DSA_print_fp,
+DHparams_print, DHparams_print_fp - print cryptographic parameters
=head1 SYNOPSIS