Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 16:04:26 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50623 - head/en_US.ISO8859-1/books/porters-handbook/special
Message-ID:  <201708021604.v72G4QU9005188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708021604.v72G4QU9005188>