Author: rdickens
Date: 2013-02-24 22:58:43 -0500 (Sun, 24 Feb 2013)
New Revision: 9178
Modified:
epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-1-Introduction.xml
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-2-REST.xml
Log:
BZ#911447: Minor corrections as per QE feedback.
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2013-02-22 05:36:19 UTC
(rev 9177)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2013-02-25 03:58:43 UTC
(rev 9178)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>6.0.0-9</revnumber>
+ <date>Mon Feb 25 2013</date>
+ <author>
+ <firstname>Russell</firstname>
+ <surname>Dickenson</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#911447: Minor corrections as per QE
feedback.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>6.0.0-8</revnumber>
<date>Wed Feb 20 2013</date>
<author>
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/chapter-1-Introduction.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/chapter-1-Introduction.xml 2013-02-22 05:36:19
UTC (rev 9177)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/chapter-1-Introduction.xml 2013-02-25 03:58:43
UTC (rev 9178)
@@ -167,7 +167,7 @@
</para>
</entry>
<entry>
- <para>The <systemitem>emove-resource</systemitem>
operation is responsible for removing/deleting an existing managed resource.</para>
+ <para>The <systemitem>remove-resource</systemitem>
operation is responsible for removing/deleting an existing managed resource.</para>
</entry>
</row>
<row>
@@ -241,7 +241,7 @@
<title>Filter Syntax</title>
<programlisting>[path-var]:(!)?[name],...[name];...[path-var]:(!)?[name],...[name]</programlisting>
</example>
- <para>where path-var is the path template variable name, name is the name of a
managed-resource, and the '!' char, which is optional, is to exclude
that resource rather then include it. Below are some examples that use the path template
variable 'foo':</para>
+ <para>where <systemitem>path-var</systemitem> is the path template
variable name, <systemitem>name</systemitem> is the name of a
managed-resource, and the '!' char, which is optional, is to exclude
that resource rather than include it. Below are some examples that use the path template
variable 'foo':</para>
<example>
<title>Include managed resource 'bar'</title>
<programlisting>foo:bar</programlisting>
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/chapter-2-REST.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/chapter-2-REST.xml 2013-02-22 05:36:19 UTC
(rev 9177)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/chapter-2-REST.xml 2013-02-25 03:58:43 UTC
(rev 9178)
@@ -268,7 +268,7 @@
<section id="sid-8094332_GateInManagement-MultivalueAttributes">
<title>Multi-value Attributes</title>
- <para>Management attributes can be multi-valued (meaning more then one
value associated with an attribute). This is easy as HTTP query parameters can be
multi-valued as well.</para>
+ <para>Management attributes can be multi-valued (meaning more than one
value associated with an attribute). This is easy as HTTP query parameters can be
multi-valued as well.</para>
<example>
<title>Multi-valued attribute colors as request parameters</title>
<programlisting>http://localhost:8080/rest/private/managed-components/foo/bar?colors=red&colors=green&colors=blue</programlisting>
@@ -431,7 +431,7 @@
</section>
<section id="sid-8094332_GateInManagement-readresource">
- <title>resource</title>
+ <title>The read-resource Operation</title>
<para>
Since the
<code>read-resource</code>