svn commit: r40138 - head/en_US.ISO8859-1/articles/portbuild

Mark Linimon linimon at FreeBSD.org
Fri Nov 23 09:28:44 UTC 2012


Author: linimon
Date: Fri Nov 23 09:28:44 2012
New Revision: 40138
URL: http://svnweb.freebsd.org/changeset/doc/40138

Log:
  It's really annoying that the old toolchain does not catch these.

Modified:
  head/en_US.ISO8859-1/articles/portbuild/article.xml

Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Nov 23 04:36:24 2012	(r40137)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Nov 23 09:28:44 2012	(r40138)
@@ -2553,7 +2553,7 @@ dopackages</command> without <literal>-n
       <listitem>
 	<screen>
 chown ports-<replaceable>arch</replaceable>:portmgr /var/portbuild/<replaceable>arch</replaceable>;
-chmod 755 /var/portbuild/<replaceable>arch</replaceable>;
+chmod 775 /var/portbuild/<replaceable>arch</replaceable>;
 cd /var/portbuild/<replaceable>arch</replaceable></screen>
       </listitem>
 
@@ -2973,7 +2973,7 @@ ganglia:*:102:102::0:0:User &:/usr/l
 	<step>
 	  <para>Create a <application>zfs</application> volume named
 	    <filename>a</filename> and mount it on
-	    <filename>/a</filename>.<para>
+	    <filename>/a</filename>.</para>
 
 	  <example>
 	    <title>Creating a <application>zfs</application> volume for portbuild</title>


More information about the svn-doc-all mailing list