Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2002 21:55:28 +0200 (CEST)
From:      Nicolas Rachinsky <list@rachinsky.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/36628: header an footer of openssl manpages are wrong
Message-ID:  <200204011955.g31JtRK77329@pc5.abc>

next in thread | raw e-mail | index | archive | help

>Number:         36628
>Category:       docs
>Synopsis:       header an footer of openssl manpages are wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 12:00:08 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Rachinsky
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD pc5.abc 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #1: Fri Mar 8 22:22:24 CET 2002 nicolas@pc5.abc:/usr/obj/usr/src/sys/NR i386


>Description:

The OpenSSL manpages say they are "User Contributed Perl Documentation"

>How-To-Repeat:

man openssl

>Fix:


Index: secure/usr.bin/openssl/Makefile
===================================================================
RCS file: /usr/cvs-freebsd/src/secure/usr.bin/openssl/Makefile,v
retrieving revision 1.11.2.3
diff -u -r1.11.2.3 Makefile
--- secure/usr.bin/openssl/Makefile	4 Jul 2001 23:24:42 -0000	1.11.2.3
+++ secure/usr.bin/openssl/Makefile	1 Apr 2002 18:44:44 -0000
@@ -31,4 +31,4 @@
 .SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .pod
 
 .pod.1:
-	pod2man ${.IMPSRC} > ${.TARGET}
+	pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${.IMPSRC} > ${.TARGET}
Index: secure/lib/libcrypto/Makefile
===================================================================
RCS file: /usr/cvs-freebsd/src/secure/lib/libcrypto/Makefile,v
retrieving revision 1.15.2.11
diff -u -r1.15.2.11 Makefile
--- secure/lib/libcrypto/Makefile	4 Jul 2001 23:24:41 -0000	1.15.2.11
+++ secure/lib/libcrypto/Makefile	1 Apr 2002 18:42:45 -0000
@@ -343,11 +343,11 @@
 MAN+= ${target}
 CLEANFILES+= ${target}
 ${target}: ${LCRYPTO_SRC}/../doc/${pod}
-	pod2man ${LCRYPTO_SRC}/../doc/${pod} > ${target}
+	pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > ${target}
 .endfor
 .endfor
 .endfor
 .endif
 
 MAN+=	des_crypt.3
 

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204011955.g31JtRK77329>