Fix referenses in section 1 manuals
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Nov 2016 08:33:47 +0000 (09:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Nov 2016 12:06:43 +0000 (13:06 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1900)

doc/man1/ciphers.pod
doc/man1/errstr.pod
doc/man1/openssl.pod
doc/man1/pkeyutl.pod
doc/man1/ts.pod
doc/man1/tsget.pod

index 30f572139c9050b6a95930acc5cfd2eb614c3c9d..007aa85c8286ce18de1162d5399070b8a3e50ac8 100644 (file)
@@ -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
 
index 5ec7b2e39507db2a437ff717821b6a25ade976b3..d237cddba100231ed26c2ec5c55afcab9b843e18 100644 (file)
@@ -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.
index 3014bb31c7bfc6efff82a388b59bffce92ac6955..c177c8a6699a0eb17f9a79199f685c874f074d07 100644 (file)
@@ -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
 
index 8a455b8187063e74fcb54be82d950d39cf23b38b..e41f3b719c0354063c80493f80f65721b0a8b400 100644 (file)
@@ -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
 
index 02b2adaa2f589df1a1939d7f5b3dc5535974256f..95fdfcf84d36e6de8190b2b4872edb1a2eb4ee23 100644 (file)
@@ -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:
 
index cf7817a0e765da52d3a82dd4f32f2a92e0ed9005..7812a32ec2c42920a56ab0002c2ccaeb3ae4739d 100644 (file)
@@ -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>