<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/3eb627473c700022f64c075966797d32e05b2ef8">https://github.com/macports/macports-guide/commit/3eb627473c700022f64c075966797d32e05b2ef8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3eb627473c700022f64c075966797d32e05b2ef8
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Apr 24 03:25:22 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    using: Replace <optional> with <option>
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    DocBook does not define semantics for <optional> outside of <synopsis>.
</span><span style='display:block; white-space:pre;color:#404040;'>    The conversion to HTML added brackets. Switch to <option> instead and
</span><span style='display:block; white-space:pre;color:#404040;'>    reproduce brackets literally.
</span>---
 guide/xml/using.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/using.xml b/guide/xml/using.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index ffbae85..224d214 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/using.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/using.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -271,7 +271,7 @@ Found 11 ports.</screen>
</span>                     <term><option>--glob</option></term>
                     <listitem>
                         <para>Treat the given search string as glob search string (i.e., expand wildcards
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            <option>*</option>, <option>?</option>, and <optional>chars</optional>).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            <option>*</option>, <option>?</option>, and <option>[chars]</option>).
</span>                             This is the default behavior.</para>
                     </listitem>
                 </varlistentry>
</pre><pre style='margin:0'>

</pre>