Skip to content

Commit b4903eb

Browse files
committed
$PRODUCT; should be &PRODUCT; to represent entity CloudStack
1 parent e26442f commit b4903eb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/en-US/build-rpm.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ under the License.
4141
<para>You probably want to ensure that your environment variables will survive a logout/reboot.
4242
Be sure to update <filename>~/.bashrc</filename> with the PATH and JAVA_HOME variables.</para>
4343

44-
<para>Building RPMs for $PRODUCT; is fairly simple. Assuming you already have the source downloaded and have uncompressed the tarball into a local directory, you're going to be able to generate packages in just a few minutes.</para>
44+
<para>Building RPMs for &PRODUCT; is fairly simple. Assuming you already have the source downloaded and have uncompressed the tarball into a local directory, you're going to be able to generate packages in just a few minutes.</para>
4545
<note><title>Packaging has Changed</title>
46-
<para>If you've created packages for $PRODUCT; previously, you should be aware that the process has changed considerably since the project has moved to using Apache Maven. Please be sure to follow the steps in this section closely.</para>
46+
<para>If you've created packages for &PRODUCT; previously, you should be aware that the process has changed considerably since the project has moved to using Apache Maven. Please be sure to follow the steps in this section closely.</para>
4747
</note>
4848
<section id="generating-rpms">
4949
<title>Generating RPMS</title>
@@ -69,7 +69,7 @@ under the License.
6969
<title>Configuring your systems to use your new yum repository</title>
7070
<para>
7171
Now that your yum repository is populated with RPMs and metadata
72-
we need to configure the machines that need to install $PRODUCT;.
72+
we need to configure the machines that need to install &PRODUCT;.
7373
Create a file named <filename>/etc/yum.repos.d/cloudstack.repo</filename> with this information:
7474
<programlisting>
7575
[apache-cloudstack]
@@ -79,7 +79,7 @@ under the License.
7979
gpgcheck=0
8080
</programlisting>
8181
</para>
82-
<para> Completing this step will allow you to easily install $PRODUCT; on a number of machines across the network.
82+
<para> Completing this step will allow you to easily install &PRODUCT; on a number of machines across the network.
8383
</para>
8484
</section>
8585
</section>

docs/en-US/deployment-architecture-overview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
multi-node Management Server installation and up to tens of thousands of
5050
hosts using any of several advanced networking setups. For
5151
information about deployment options, see the "Choosing a Deployment Architecture"
52-
section of the $PRODUCT; Installation Guide.
52+
section of the &PRODUCT; Installation Guide.
5353
</para>
5454
<xi:include href="management-server-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
5555
<xi:include href="cloud-infrastructure-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

0 commit comments

Comments
 (0)