pkey: update command line tool examples in light of deprecations.
[openssl.git] / doc / man1 / openssl-ec.pod.in
index 7bf198929502633161c9ba3fc2f36c7919d81a2f..ed85ca04b8dc09441e848476858e5fa4ff9d5659 100644 (file)
@@ -145,6 +145,9 @@ This option checks the consistency of an EC private or public key.
 
 =head1 EXAMPLES
 
 
 =head1 EXAMPLES
 
+Examples equivalent to these can be found in the documentation for the
+non-deprecated L<openssl-pkey(1)> command.
+
 To encrypt a private key using triple DES:
 
  openssl ec -in key.pem -des3 -out keyout.pem
 To encrypt a private key using triple DES:
 
  openssl ec -in key.pem -des3 -out keyout.pem