Date: Fri, 2 May 2008 18:53:29 +0200 From: "Gabor PALI" <pgj@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/123335: [patch] Fix Tags for make(1) in Handbook Section 14.9 Message-ID: <481b470b.26a75e0a.1b85.6f1b@mx.google.com> Resent-Message-ID: <200805021700.m42H07ee090021@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123335 >Category: docs >Synopsis: [patch] Fix Tags for make(1) in Handbook Section 14.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 02 17:00:07 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?481b470b.26a75e0a.1b85.6f1b>