docs/76659: [PATCH] Fixes for the porters-handbook
Jesus R. Camou
jcamou at cox.net
Tue Jan 25 11:30:16 UTC 2005
>Number: 76659
>Category: docs
>Synopsis: [PATCH] Fixes for the porters-handbook
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 25 11:30:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Jesus R. Camou
>Release: FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD opensea.malexa.org.mx 4.10-STABLE FreeBSD 4.10-STABLE #2: Mon Nov 22 16:49:52 MST 2004 jcamou at opensea.malexa.org.mx:/usr/obj/usr/src/sys/OPENSEA i386
>Description:
o Add copyright year.
o Fix some typos.
>How-To-Repeat:
>Fix:
--- porters.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.512
diff -u -r1.512 book.sgml
--- book.sgml 20 Jan 2005 13:49:14 -0000 1.512
+++ book.sgml 25 Jan 2005 11:24:38 -0000
@@ -25,6 +25,7 @@
<year>2002</year>
<year>2003</year>
<year>2004</year>
+ <year>2005</year>
<holder role="mailto:doc at FreeBSD.org">The FreeBSD Documentation
Project</holder>
</copyright>
@@ -1970,7 +1971,7 @@
be <emphasis>virtual</emphasis> categories—those that do
not have a corresponding subdirectory in the ports tree—
or <emphasis>physical</emphasis> categories—those that
- do. The following text dicusses the issues involved in creating
+ do. The following text discusses the issues involved in creating
a new physical category so that you can understand them before
you propose one.</para>
@@ -4297,7 +4298,7 @@
<command>jikes</command> bytecode compiler to build. When
no value is set for this variable, the port will use
<command>jikes</command> to build if available. You may
- also explicitely forbid or enforce the use of
+ also explicitly forbid or enforce the use of
<command>jikes</command> (by setting <literal>'no'</literal>
or <literal>'yes'</literal>). In the later case, <filename
role="package">devel/jikes</filename> will be added to build
@@ -4559,7 +4560,7 @@
<filename>${PREFIX}/share/${PORTNAME}</filename>. It is a good
idea to override <makevar>DATADIR</makevar> to
<filename>${JAVASHAREDIR}/${PORTNAME}</filename> for Java ports.
- Indeed, <makevar>DATADIR</makevar> is automatically addded to
+ Indeed, <makevar>DATADIR</makevar> is automatically added to
<makevar>PLIST_SUB</makevar> (documented in <xref
linkend="porting-plist">) so you may use
<literal>%%DATADIR%%</literal> directly in
--- porters.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list