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

Warren Block wblock at FreeBSD.org
Thu Feb 6 22:14:51 UTC 2014


Author: wblock
Date: Thu Feb  6 22:14:50 2014
New Revision: 43813
URL: http://svnweb.freebsd.org/changeset/doc/43813

Log:
  Miscellaneous fixes from danfe at .
  
  Submitted by:	Alexey Dokuchaev <danfe at FreeBSD.org>

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 Feb  6 20:46:41 2014	(r43812)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Thu Feb  6 22:14:50 2014	(r43813)
@@ -201,7 +201,7 @@ COMMENT=	Cat chasing a mouse all over th
 	    <filename>README</filename> or manpage</emphasis>; too
 	    often they are not a concise description of the port or
 	    are in an awkward format (e.g., manpages have justified
-	    spacing, as it looks particularly bad with monospaced
+	    spacing, which looks particularly bad with monospaced
 	    fonts).</para>
 	</note>
 
@@ -511,7 +511,7 @@ PLIST_DIRS=	lib/X11/oneko</programlistin
   <chapter xml:id="slow">
     <title>Slow Porting</title>
 
-    <para>Ok, so it was not that simple, and the port required some
+    <para>Okay, so it was not that simple, and the port required some
       modifications to get it to work.  In this section, we will
       explain, step by step, how to modify it to get it to work with
       the ports paradigm.</para>
@@ -4109,7 +4109,7 @@ LIB_DEPENDS=	libbar.so:${PORTSDIR}/foo/b
 
 	<para>Available <varname>USE_</varname> and
 	  <varname>WANT_</varname> variables are defined in the files
-	  in <filename>/usr/ports/Mk</filename>.</para>
+	  in <filename class="directory">/usr/ports/Mk</filename>.</para>
       </sect2>
     </sect1>
 
@@ -12732,7 +12732,7 @@ pre-install:
     <sect1 xml:id="uses-values">
       <title>Values of <varname>USES</varname></title>
 
-      <table frame="none">
+      <table>
 	<title>Values of <varname>USES</varname></title>
 
 	<tgroup cols="3">


More information about the svn-doc-all mailing list