svn commit: r51934 - head/en_US.ISO8859-1/articles/committers-guide

Eitan Adler eadler at FreeBSD.org
Sat Jun 30 08:02:22 UTC 2018


Author: eadler
Date: Sat Jun 30 08:02:21 2018
New Revision: 51934
URL: https://svnweb.freebsd.org/changeset/doc/51934

Log:
  Committers guide: pet igor

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

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Sat Jun 30 05:56:32 2018	(r51933)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Sat Jun 30 08:02:21 2018	(r51934)
@@ -1835,7 +1835,7 @@ U    stable/9/share/man/man4/netmap.4
       </sect3>
 
       <sect3 xml:id="svn-getting-started-checkout-from-a-mirror">
-	<title>Using a Subversion mirror</title>
+	<title>Using a Subversion Mirror</title>
 
 	<para>There is a serious disadvantage to this method: every
 	  time something is to be committed, a
@@ -1848,7 +1848,7 @@ U    stable/9/share/man/man4/netmap.4
 	  to start using it.</para>
 
 	<sect4 xml:id="svn-advanced-checkout-from-mirror">
-	  <title>Checkout From a Mirror</title>
+	  <title>Checkout from a Mirror</title>
 
 	  <para>Check out a working copy from a mirror by
 	    substituting the mirror's <acronym>URL</acronym> for
@@ -1893,7 +1893,8 @@ U    stable/9/share/man/man4/netmap.4
 
 	  <screen>&prompt.user; <userinput>svn proplist -v --revprop -r 0 file:///home/svnmirror/base</userinput></screen>
 
-	  <para>Use <literal>svn propset</literal> to change things.</para>
+	  <para>Use <literal>svn propset</literal> to change
+	    things.</para>
 	</sect4>
       </sect3>
 
@@ -2683,7 +2684,7 @@ Relnotes:           yes</programlisting>
       <filename>Makefile</filename>.</para>
 
     <para>To determine if an area of the tree is maintained, check the
-      MAINTAINERS file at the root of the tree. If nobody is listed,
+      MAINTAINERS file at the root of the tree.  If nobody is listed,
       scan the revision history to see who has committed
       changes in the past.  An example script that lists each person
       who has committed to a given file along with the number of


More information about the svn-doc-head mailing list