From lyndon@orthanc.ab.ca  Wed Aug 30 12:45:45 2000
Return-Path: <lyndon@orthanc.ab.ca>
Received: from orthanc.ab.ca (207-167-15-66.dsl.worldgate.ca [207.167.15.66])
	by hub.freebsd.org (Postfix) with ESMTP id 042A337B424
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Aug 2000 12:45:41 -0700 (PDT)
Received: (from lyndon@localhost)
	by orthanc.ab.ca (8.11.0.Beta3/8.11.0.Beta3) id e7UJjZU04836;
	Wed, 30 Aug 2000 13:45:35 -0600 (MDT)
Message-Id: <200008301945.e7UJjZU04836@orthanc.ab.ca>
Date: Wed, 30 Aug 2000 13:45:35 -0600 (MDT)
From: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
Reply-To: lyndon@orthanc.ab.ca
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] openssl.1 has bogus section title
X-Send-Pr-Version: 3.2

>Number:         20950
>Category:       docs
>Synopsis:       [PATCH] openssl.1 has bogus section title
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kris
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 30 12:50:05 PDT 2000
>Closed-Date:    Thu Oct 25 02:22:09 PDT 2001
>Last-Modified:  Thu Oct 25 02:22:43 PDT 2001
>Originator:     Lyndon Nerenberg
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
The Frobozz Magic Homing Pigeon Company
>Environment:

-STABLE August 29 2000

>Description:

openssl.1 is generated by pod2man. pod2man stamps the manual section
as being "user contributed Perl code," which openssl most certainly isn't.

>How-To-Repeat:

'man openssl' and examine the title line.

>Fix:

--- /usr/src/secure/usr.bin/openssl/Makefile.old	Wed Aug 30 13:35:35 2000
+++ /usr/src/secure/usr.bin/openssl/Makefile	Wed Aug 30 13:36:51 2000
@@ -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="FreeBSD General Commands Manual" ${.IMPSRC} > ${.TARGET}



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->kris  
Responsible-Changed-By: dannyboy 
Responsible-Changed-When: Wed Sep 13 19:09:54 PDT 2000 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20950 
State-Changed-From-To: open->closed 
State-Changed-By: dwmalone 
State-Changed-When: Thu Oct 25 02:22:09 PDT 2001 
State-Changed-Why:  
Closed at submitters request as OpenSSL has been updated since. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=20950 
>Unformatted:
