summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-11 09:33:47 +0100
committerRichard Levitte <levitte@openssl.org>2016-11-11 13:06:43 +0100
commitb275f3b6defa2c4416b3385c3514ba36470e7f7c (patch)
tree655b33e8935137ff55976b239153a60c7afba19a /doc
parentb97fdb57a269656fa20024a4404d3f543f06ac61 (diff)
Fix referenses in section 1 manuals
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1900)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/ciphers.pod2
-rw-r--r--doc/man1/errstr.pod4
-rw-r--r--doc/man1/openssl.pod2
-rw-r--r--doc/man1/pkeyutl.pod5
-rw-r--r--doc/man1/ts.pod2
-rw-r--r--doc/man1/tsget.pod2
6 files changed, 9 insertions, 8 deletions
diff --git a/doc/man1/ciphers.pod b/doc/man1/ciphers.pod
index 30f572139c..007aa85c82 100644
--- a/doc/man1/ciphers.pod
+++ b/doc/man1/ciphers.pod
@@ -717,7 +717,7 @@ Set security level to 2 and display all ciphers consistent with level 2:
=head1 SEE ALSO
-L<s_client(1)>, L<s_server(1)>, L<ssl(3)>
+L<s_client(1)>, L<s_server(1)>, L<ssl(7)>
=head1 HISTORY
diff --git a/doc/man1/errstr.pod b/doc/man1/errstr.pod
index 5ec7b2e395..d237cddba1 100644
--- a/doc/man1/errstr.pod
+++ b/doc/man1/errstr.pod
@@ -33,10 +33,6 @@ to produce the error message:
error:2006D080:BIO routines:BIO_new_file:no such file
-=head1 SEE ALSO
-
-L<err(3)>
-
=head1 COPYRIGHT
Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index 3014bb31c7..c177c8a669 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -422,7 +422,7 @@ L<rsautl(1)>, L<s_client(1)>,
L<s_server(1)>, L<s_time(1)>,
L<smime(1)>, L<spkac(1)>,
L<verify(1)>, L<version(1)>, L<x509(1)>,
-L<crypto(3)>, L<ssl(3)>, L<x509v3_config(5)>
+L<crypto(7)>, L<ssl(7)>, L<x509v3_config(5)>
=head1 HISTORY
diff --git a/doc/man1/pkeyutl.pod b/doc/man1/pkeyutl.pod
index 8a455b8187..e41f3b719c 100644
--- a/doc/man1/pkeyutl.pod
+++ b/doc/man1/pkeyutl.pod
@@ -126,7 +126,8 @@ derive a shared secret using the peer key.
Use key derivation function B<algorithm>. The supported algorithms are
at present B<TLS1-PRF> and B<HKDF>.
Note: additional parameters and the KDF output length will normally have to be
-set for this to work. See L<EVP_PKEY_HKDF(3)> and L<EVP_PKEY_TLS1_PRF(3)>
+set for this to work.
+See L<EVP_PKEY_CTX_set_hkdf_md(3)> and L<EVP_PKEY_CTX_set_tls1_prf_md(3)>
for the supported string parameters of each algorithm.
=item B<-kdflen length>
@@ -277,7 +278,7 @@ seed consisting of the single byte 0xFF:
L<genpkey(1)>, L<pkey(1)>, L<rsautl(1)>
L<dgst(1)>, L<rsa(1)>, L<genrsa(1)>,
-L<EVP_PKEY_HKDF(3)>, L<EVP_PKEY_TLS1_PRF(3)>
+L<EVP_PKEY_CTX_set_hkdf_md(3)>, L<EVP_PKEY_CTX_set_tls1_prf_md(3)>
=head1 COPYRIGHT
diff --git a/doc/man1/ts.pod b/doc/man1/ts.pod
index 02b2adaa2f..95fdfcf84d 100644
--- a/doc/man1/ts.pod
+++ b/doc/man1/ts.pod
@@ -608,6 +608,8 @@ You could also look at the 'test' directory for more examples.
=head1 BUGS
+=for comment foreign manuals: procmail(1), perl(1)
+
If you find any bugs or you have suggestions please write to
Zoltan Glozik <zglozik@opentsa.org>. Known issues:
diff --git a/doc/man1/tsget.pod b/doc/man1/tsget.pod
index cf7817a0e7..7812a32ec2 100644
--- a/doc/man1/tsget.pod
+++ b/doc/man1/tsget.pod
@@ -184,6 +184,8 @@ example:
=head1 SEE ALSO
+=for comment foreign manuals: curl(1)
+
L<openssl(1)>, L<ts(1)>, L<curl(1)>,
B<RFC 3161>