From pali.gabor@googlemail.com  Fri May  2 16:53:34 2008
Return-Path: <pali.gabor@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8AFA31065672
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 May 2008 16:53:34 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185])
	by mx1.freebsd.org (Postfix) with ESMTP id 18BA58FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 May 2008 16:53:33 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fk-out-0910.google.com with SMTP id k31so1353586fkk.11
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 02 May 2008 09:53:32 -0700 (PDT)
Received: by 10.86.28.5 with SMTP id b5mr4158304fgb.7.1209747212709;
        Fri, 02 May 2008 09:53:32 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.98.116.90])
        by mx.google.com with ESMTPS id p38sm5343393fke.17.2008.05.02.09.53.30
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 02 May 2008 09:53:31 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Fri,  2 May 2008 18:53:29 +0200
Message-Id: <481b470b.26a75e0a.1b85.6f1b@mx.google.com>
Date: Fri,  2 May 2008 18:53:29 +0200
From: "Gabor PALI" <pgj@FreeBSD.org>
Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= <pali.gabor@googlemail.com>
Reply-To: Gabor PALI <pgj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Fix Tags for make(1) in Handbook Section 14.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123335
>Category:       docs
>Synopsis:       [patch] Fix Tags for make(1) in Handbook Section 14.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 02 17:00:07 UTC 2008
>Closed-Date:    Mon May 05 22:45:33 UTC 2008
>Last-Modified:  Mon May 05 22:45:33 UTC 2008
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	There are some misused tags for make(1) in the FreeBSD Handbook,
	Section 14.9 (OpenSSL). I created a patch to rewrite them in the
	canonical <command>make <maketarget>maketarget</maketarget></command>
	format.

>How-To-Repeat:

>Fix:

--- security.patch.2.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v
retrieving revision 1.320
diff -u -r1.320 chapter.sgml
--- chapter.sgml	3 Feb 2008 10:26:16 -0000	1.320
+++ chapter.sgml	2 May 2008 16:44:13 -0000
@@ -2966,11 +2966,11 @@
 	is the directory to be used for storing the certificate
 	and key files locally.  The last few requirements are a rebuild
 	of the local <filename>.cf</filename> file.  This is easily
-	achieved by typing <command>make</command>
-	<parameter>install</parameter> within the
+	achieved by typing <command>make
+	<maketarget>install</maketarget></command> within the
 	<filename class="directory">/etc/mail</filename>
-	directory.  Follow that up with <command>make</command>
-	<parameter>restart</parameter> which should start the
+	directory.  Follow that up with <command>make
+	<maketarget>restart</maketarget></command> which should start the
 	<application>Sendmail</application> daemon.</para>
 
       <para>If all went well there will be no error messages in the
--- security.patch.2.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Fri May 2 17:06:45 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123335 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/123335: commit references a PR
Date: Mon,  5 May 2008 14:03:55 +0000 (UTC)

 gabor       2008-05-05 14:03:10 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/security chapter.sgml 
   Log:
   - Fix make-related markup [1]
   - Mark up racoon with application element [2]
   
   PR:             docs/123335 [1], docs/123332 [2]
   Submitted by:   pgj
   
   Revision  Changes    Path
   1.321     +13 -13    doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Mon May 5 22:45:12 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123335 
>Unformatted:
