svn commit: r50623 - head/en_US.ISO8859-1/books/porters-handbook/special

Mathieu Arnold mat at FreeBSD.org
Wed Aug 2 16:04:28 UTC 2017


Author: mat
Date: Wed Aug  2 16:04:26 2017
New Revision: 50623
URL: https://svnweb.freebsd.org/changeset/doc/50623

Log:
  Javadoc is the correct casing, as opposed to JavaDoc which is currently
  being used.
  
  PR:		212928
  Submitted by:	Sean Maltby
  Sponsored by:	Absolight, The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Wed Aug  2 16:04:24 2017	(r50622)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Wed Aug  2 16:04:26 2017	(r50623)
@@ -3282,7 +3282,7 @@ do-install:
       <para>Regardless of the type of port (library or
 	application), the additional documentation is installed in the
 	<link linkend="install-documentation">same location</link> as
-	for any other port.  The JavaDoc tool is known to produce a
+	for any other port.  The Javadoc tool is known to produce a
 	different set of files depending on the version of the
 	<acronym>JDK</acronym> that is used.  For ports that do not
 	enforce the use of a particular <acronym>JDK</acronym>, it is


More information about the svn-doc-all mailing list