You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bu...@apache.org on 2019/01/05 16:40:10 UTC

svn commit: r1038585 - in /websites/staging/httpd/trunk/content: ./ docs-project/svn.html

Author: buildbot
Date: Sat Jan  5 16:40:10 2019
New Revision: 1038585

Log:
Staging update by buildbot for httpd

Modified:
    websites/staging/httpd/trunk/content/   (props changed)
    websites/staging/httpd/trunk/content/docs-project/svn.html

Propchange: websites/staging/httpd/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan  5 16:40:10 2019
@@ -1 +1 @@
-1850406
+1850501

Modified: websites/staging/httpd/trunk/content/docs-project/svn.html
==============================================================================
--- websites/staging/httpd/trunk/content/docs-project/svn.html (original)
+++ websites/staging/httpd/trunk/content/docs-project/svn.html Sat Jan  5 16:40:10 2019
@@ -134,15 +134,20 @@ might need to verify your documentation
 <p>Update your checkout, to be sure that you have the latest changes in the
 repository, in case someone else has changed something since the last time
 you worked on the docs:
-<example>svn update</example></p>
+<div class="example">
+    svn update
+</div></p>
 </li>
 <li>
 <p>Edit the file that you wish to modify. Make the desired changes, and then
-save your changes. Documentation files are in the /docs/manual subdirectory of your checkout.</p>
+save your changes. Documentation files are in the <code>/docs/manual</code> subdirectory
+of your checkout.</p>
 </li>
 <li>
 <p>At the command line, type the following to create a patch file:
-<example>svn diff &gt; patch.txt</example></p>
+<div class="example">
+    svn diff &gt; patch.txt
+</div></p>
 </li>
 <li>
 <p>Send email to the <code>docs@httpd.apache.org</code> mailing list and attach
@@ -151,7 +156,9 @@ save your changes. Documentation files a
 </ol>
 <p>If you have more than one changed file, you can supply the file name on the
 <code>svn diff</code> command line, in order to just record the changes in one file.
-<example>svn diff mod_rewrite.xml &gt; mod_rewrite_patch.txt</example></p>
+<div class="example">
+    svn diff mod_rewrite.xml &gt; mod_rewrite_patch.txt
+</div></p>
 <h1 id="see-also">See Also<a class="headerlink" href="#see-also" title="Permanent link">&para;</a></h1>
 <p>See also the document on <a href="docsformat.html">documentation format and
 transformation</a> for details about verifying that your