[software-collections-guide: 14/17] Minor fixes

Petr Kovář pmkovar at fedoraproject.org
Fri Jul 11 16:09:21 UTC 2014


commit 318d56a1b2c16fa05c28d602670c80e1ced75d2b
Author: Petr Kovar <pkovar at redhat.com>
Date:   Mon May 26 19:03:50 2014 +0200

    Minor fixes

 en-US/Extending_Red_Hat_Software_Collections.xml |    4 ++--
 en-US/Troubleshooting_Software_Collections.xml   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/en-US/Extending_Red_Hat_Software_Collections.xml b/en-US/Extending_Red_Hat_Software_Collections.xml
index 911d219..932b74e 100644
--- a/en-US/Extending_Red_Hat_Software_Collections.xml
+++ b/en-US/Extending_Red_Hat_Software_Collections.xml
@@ -17,7 +17,7 @@ Provides: scldevel(%{scl_name_base})
 %description scldevel
 Package shipping development files, especially useful for development of
 packages depending on %scl Software Collection.</programlisting>
-      <para>You are advised to use the <code>scldevel(%{scl_name_base})</code> virtual provide during the build of packages of dependent &DSCL;s. This will ensure availability of a version of the <code>%{scl_name_base}</code> &DSCL; and its macros, as specified in the following step.</para>
+      <para>You are advised to use the virtual <code>Provides: scldevel(%{scl_name_base})</code> during the build of packages of dependent &DSCL;s. This will ensure availability of a version of the <code>%{scl_name_base}</code> &DSCL; and its macros, as specified in the following step.</para>
       </step>
       <step>
         <para>In the <code>%install</code> section of your &DSCL;'s metapackage, create the <filename>macros.%{scl_name_base}-scldevel</filename> file that is part of the <package>scldevel</package> subpackage and contains:</para>
@@ -38,7 +38,7 @@ EOF]]></programlisting>
     <programlisting language="RPM Spec">%{!?scl_ruby:%global scl_ruby ruby200}
 %{!?scl_prefix_ruby:%global scl_prefix_ruby %{scl_ruby}-}</programlisting>
     <para>These two lines are optional. They are only meant as a visual hint that the dependent &DSCL; has been designed to depend on the ruby200 &DSCL;. If there is no other <package>scldevel</package> subpackage available in the  build root, then the <package>ruby200-scldevel</package> subpackage is used as a build requirement.</para>
-    <para>You can substitute these lines by the following line:</para>
+    <para>You can substitute these lines with the following line:</para>
    <programlisting language="RPM Spec">%{?scl_prefix_ruby}</programlisting>
     </step>
     <step>
diff --git a/en-US/Troubleshooting_Software_Collections.xml b/en-US/Troubleshooting_Software_Collections.xml
index f5154af..57dc301 100644
--- a/en-US/Troubleshooting_Software_Collections.xml
+++ b/en-US/Troubleshooting_Software_Collections.xml
@@ -17,8 +17,8 @@
   </section>
   <section id="sect-Unable_to_open_etc_scl_prefixes_software_collection_name">
     <title>Unable to open /etc/scl/prefixes/<replaceable>software_collection_name</replaceable></title>
-    <para>This error message can be caused by using incorrect arguments with the <command>scl</command> command you are calling. Check the <command>scl</command> command is correct and that you have not mistyped any of the used arguments.</para>
-    <para>The same error message can be also caused by a missing &DSCL;. Ensure that the <replaceable>software_collection_name</replaceable> &DSCL; is properly installed on the system. For more information, see <xref linkend="sect-Listing_Installed_Software_Collections" />.</para>
+    <para>This error message can be caused by using incorrect arguments with the <command>scl</command> command you are calling. Check the <command>scl</command> command is correct and that you have not mistyped any of the arguments.</para>
+    <para>The same error message can also be caused by a missing &DSCL;. Ensure that the <replaceable>software_collection_name</replaceable> &DSCL; is properly installed on the system. For more information, see <xref linkend="sect-Listing_Installed_Software_Collections" />.</para>
   </section>
   <section id="sect-scl_source_command_not_found">
     <title>scl_source: command not found</title>


More information about the docs-commits mailing list