Bug 147920

Summary: [patch] Porter's Handbook Java versions are out of date
Product: Documentation Reporter: Chris Rees <utisoft>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chris Rees 2010-06-16 21:00:13 UTC
	The Java versions in the Porter's Handbook http://www.freebsd.org/doc/en/books/porters-handbook/using-java.html#JAVA-VARIABLES are out of date

Fix: 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.--KfD6AcaO5foGFL8yDSmNB51P8IdvcQfRxnAgvfRGawqhGKDh
Content-Type: text/plain; name="java.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="java.diff"

Index: book.sgml
===================================================================
RCS file: /store/freebsd-cvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.1062
diff -r1.1062 book.sgml
5963c5963
< 		<literal>1.1[+] 1.2[+] 1.3[+] 1.4[+]</literal>).</entry>
---
> 		<literal>1.1[+] 1.2[+] 1.3[+] 1.4[+] 1.5[+] 1.6[+]</literal>).</entry>
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-07-04 21:24:29 UTC
bcr         2010-07-04 20:24:16 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/porters-handbook book.sgml 
  Log:
  Add more JAVA_VERSION variables to the JAVA_VARIABLES section.
  
  PR:             docs/147920
  Submitted by:   Chris Rees (utisoft at gmail dot com)
  Approved by:    jkois (mentor)
  
  Revision  Changes    Path
  1.1065    +2 -1      doc/en_US.ISO8859-1/books/porters-handbook/book.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"
Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2010-07-04 21:26:13 UTC
State Changed
From-To: open->closed

Patch committed, thanks. Please submit your patches in  
unified diff (diff -u) format next time.