Subject: kern/29998: fixes for OpenSSL man pages
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <igor@string1.ciencias.uniovi.es>
List: netbsd-bugs
Date: 04/17/2005 12:47:00
>Number:         29998
>Category:       kern
>Synopsis:       fixes for OpenSSL man pages
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 17 12:47:00 +0000 2005
>Originator:     Igor Sobrado
>Release:        NetBSD 2.0.2
>Organization:
University of Oviedo
>Environment:
System: NetBSD localhost 2.0.2 NetBSD 2.0.2 (GENERIC_LAPTOP) #0: Wed Mar 23 08:59:09 UTC 2005 jmc@faith.netbsd.org:/home/builds/ab/netbsd-2-0-2-RELEASE/i386/200503220140Z-obj/home/builds/ab/netbsd-2-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC_LAPTOP i386
Architecture: i386
Machine: i386
>Description:
	There is a reference to s_time(1) in the "SEE ALSO" section on
	the openssl(1) man page.  s_time(1) does not exist, it should be
	openssl_s_time(1) instead.  A proposed patch to fix this issue
	is included in this problem report.
>How-To-Repeat:
>Fix:

--- openssl.1	2004-03-20 22:48:47.000000000 +0100
+++ openssl.1.proposed	2005-04-16 21:46:27.000000000 +0200
@@ -399,7 +399,7 @@
 openssl_pkcs12(1), openssl_pkcs7(1), openssl_pkcs8(1),
 openssl_rand(1), openssl_req(1), openssl_rsa(1),
 openssl_rsautl(1), openssl_s_client(1),
-openssl_s_server(1), s_time(1),
+openssl_s_server(1), openssl_s_time(1),
 openssl_smime(1), openssl_spkac(1),
 openssl_verify(1), openssl_version(1), openssl_x509(1),
 crypto(3), ssl(3)