=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/openssl.1,v retrieving revision 1.49 retrieving revision 1.50 diff -c -r1.49 -r1.50 *** src/usr.bin/openssl/openssl.1 2016/08/12 06:17:22 1.49 --- src/usr.bin/openssl/openssl.1 2016/08/12 06:21:12 1.50 *************** *** 1,4 **** ! .\" $OpenBSD: openssl.1,v 1.49 2016/08/12 06:17:22 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: openssl.1,v 1.50 2016/08/12 06:21:12 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" *************** *** 1821,1829 **** it is randomly generated when encrypting a file and read from the encrypted file when it is decrypted. .El - .\" - .\" ERRSTR - .\" .Sh ERRSTR .Nm openssl errstr .Op Fl stats --- 1821,1826 ---- *************** *** 1854,1881 **** .It Fl stats Print debugging statistics about various aspects of the hash table. .El - .Sh ERRSTR EXAMPLES - The following error code: - .Pp - .Dl 27594:error:2006D080:lib(32):func(109):reason(128):bss_file.c:107: - .Pp - \&...can be displayed with: - .Pp - .Dl $ openssl errstr 2006D080 - .Pp - \&...to produce the error message: - .Pp - .Dl error:2006D080:BIO routines:BIO_new_file:no such file - .\" - .\" GENDH - .\" - .Sh GENDH - Generation of Diffie-Hellman Parameters. - Replaced by - .Nm dhparam . - See - .Sx DHPARAM - above. .\" .\" GENDSA .\" --- 1851,1856 ----