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

Eitan Adler eadler at FreeBSD.org
Thu Oct 11 02:28:25 UTC 2012


Author: eadler (src,ports committer)
Date: Thu Oct 11 02:28:24 2012
New Revision: 39735
URL: http://svn.freebsd.org/changeset/doc/39735

Log:
  Contractions are discouraged, so don't use them.
  
  Approved by:	wblock

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Thu Oct 11 01:16:52 2012	(r39734)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Thu Oct 11 02:28:24 2012	(r39735)
@@ -10868,15 +10868,15 @@ as .putsy.conf and edit it.</programlist
 	  <tag> must have a matching closing </tag>.  Tags
 	  may be nested.  If nesting, the inner tags must be closed
 	  before the outer ones.  There is a hierarchy of tags, i.e.,
-	  more complex rules of nesting them.  Sounds very similar to
-	  HTML, doesn't it?  The major difference is that XML is
+	  more complex rules of nesting them.  This is similar to
+	  HTML.  The major difference is that XML is
 	  e<emphasis>X</emphasis>tensible, i.e., based on defining
 	  custom tags.  Due to its intrinsic structure XML puts
 	  otherwise amorphous data into shape.  VuXML is particularly
 	  tailored to mark up descriptions of security
 	  vulnerabilities.</para>
 
-	<para>Now let's consider a realistic VuXML entry:</para>
+	<para>Now consider a realistic VuXML entry:</para>
 
 	<programlisting><vuln vid="f4bc80f4-da62-11d8-90ea-0004ac98a7b9"> <co id="co-vx-vid"/>
   <topic>Several vulnerabilities found in Foo</topic> <co id="co-vx-top"/>


More information about the svn-doc-all mailing list