svn commit: r1928388 - in apr/site/trunk: docs xdocs
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175771796160.173349.12563880475223903558@svn02-us-east.apache.org> |
Author: dsahlberg
Date: Fri Sep 12 22:59:21 2025
New Revision: 1928388
Log:
In site/trunk
Replace obsolete <example> with <pre>
* docs/compiling_unix.html
xdocs/compiling_unix.xml
Modified:
apr/site/trunk/docs/compiling_unix.html
apr/site/trunk/xdocs/compiling_unix.xml
Modified: apr/site/trunk/docs/compiling_unix.html
==============================================================================
--- apr/site/trunk/docs/compiling_unix.html Fri Sep 12 22:47:56 2025 (r1928387)
+++ apr/site/trunk/docs/compiling_unix.html Fri Sep 12 22:59:21 2025 (r1928388)
@@ -101,10 +101,10 @@
<blockquote>
<p>The APR and APR-Util source tarballs can be converted into SRPMs
as follows:</p>
-<example>
+<pre>
rpmbuild -ts apr-1.4.x.tar.bz2<br />
rpmbuild -ts apr-util-1.4.x.tar.bz2
- </example>
+ </pre>
</blockquote>
</div>
<div class="h2" id="buildingrpms">
@@ -112,9 +112,9 @@
<blockquote>
<p>The APR RPM can be built directly from the APR source tarball using
the following command:</p>
-<example>
+<pre>
rpmbuild -tb apr-1.4.x.tar.bz2
- </example>
+ </pre>
<p>Corresponding "-devel" packages will be required to be installed on your
build system prior to building the RPMs, the <code>rpmbuild</code> command
will automatically calculate what RPMs are required and will list any
@@ -134,9 +134,9 @@
</dl>
<p>An APR-Util RPM can be built directly from the APR-Util source
tarball using the following command:</p>
-<example>
+<pre>
rpmbuild -tb apr-util-1.4.x.tar.bz2
- </example>
+ </pre>
<p>If successful, the following RPMs will be created:</p>
<dl>
<dt>apr-util-1.4.x-1.i686.rpm</dt>
Modified: apr/site/trunk/xdocs/compiling_unix.xml
==============================================================================
--- apr/site/trunk/xdocs/compiling_unix.xml Fri Sep 12 22:47:56 2025 (r1928387)
+++ apr/site/trunk/xdocs/compiling_unix.xml Fri Sep 12 22:59:21 2025 (r1928388)
@@ -46,10 +46,10 @@
<p>The APR and APR-Util source tarballs can be converted into SRPMs
as follows:</p>
- <example>
+ <pre>
rpmbuild -ts apr-1.4.x.tar.bz2<br />
rpmbuild -ts apr-util-1.4.x.tar.bz2
- </example>
+ </pre>
</section>
@@ -59,9 +59,9 @@
<p>The APR RPM can be built directly from the APR source tarball using
the following command:</p>
- <example>
+ <pre>
rpmbuild -tb apr-1.4.x.tar.bz2
- </example>
+ </pre>
<p>Corresponding "-devel" packages will be required to be installed on your
build system prior to building the RPMs, the <code>rpmbuild</code> command
@@ -86,9 +86,9 @@
<p>An APR-Util RPM can be built directly from the APR-Util source
tarball using the following command:</p>
- <example>
+ <pre>
rpmbuild -tb apr-util-1.4.x.tar.bz2
- </example>
+ </pre>
<p>If successful, the following RPMs will be created:</p>