From owner-freebsd-doc Mon Apr 1 12: 0:19 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F6C37B41C for ; Mon, 1 Apr 2002 12:00:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31K08l32591; Mon, 1 Apr 2002 12:00:08 -0800 (PST) (envelope-from gnats) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by hub.freebsd.org (Postfix) with ESMTP id F3B4F37B41C for ; Mon, 1 Apr 2002 11:55:54 -0800 (PST) Received: from fwd09.sul.t-online.de by mailout11.sul.t-online.com with smtp id 16s7ty-0007Si-03; Mon, 01 Apr 2002 21:55:38 +0200 Received: from pc5.abc (520067998749-0001@[217.233.101.236]) by fmrl09.sul.t-online.com with esmtp id 16s7tp-0OnyXQC; Mon, 1 Apr 2002 21:55:29 +0200 Received: (from nicolas@localhost) by pc5.abc (8.11.6/8.11.6) id g31JtRK77329; Mon, 1 Apr 2002 21:55:28 +0200 (CEST) (envelope-from nicolas) Message-Id: <200204011955.g31JtRK77329@pc5.abc> Date: Mon, 1 Apr 2002 21:55:28 +0200 (CEST) From: Nicolas Rachinsky Reply-To: Nicolas Rachinsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/36628: header an footer of openssl manpages are wrong Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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