[release-notes] Adjust tagging, fix typos

John J. McDonough jjmcd at fedoraproject.org
Sat Mar 26 00:09:11 UTC 2011


commit f42d24c7a8fc417bc87b1539da2747d40ad9a9f4
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Fri Mar 25 20:09:04 2011 -0400

    Adjust tagging, fix typos

 en-US/Circuit_Design.xml           |   46 +++++++++++++++++++++---------------
 en-US/Scientific_and_Technical.xml |   29 +++++++++++-----------
 en-US/Web_Servers.xml              |   25 ++++++++++---------
 3 files changed, 55 insertions(+), 45 deletions(-)
---
diff --git a/en-US/Circuit_Design.xml b/en-US/Circuit_Design.xml
index 3cf79c1..c1733df 100644
--- a/en-US/Circuit_Design.xml
+++ b/en-US/Circuit_Design.xml
@@ -56,17 +56,21 @@
 	  compiler. Some changes of this release are related to
 	  <emphasis>Language Coverage</emphasis> with remotion of
 	  obsolete VAMS $log function; addition of a warning that
-	  synthesis is not currently being maintained when -S is used;
-	  named blocks now keep their scope information; and it has
-	  been added the correct version information to the data
-	  structure returned by the PLI vpi_get_vlog_info()
-	  call. Regarding the <emphasis>Language Extensions</emphasis>
-	  it has been added FST dumper; +timescale to the command
-	  file; ability to automatically perform bit &lt;-&gt; real
-	  conversion for module inputs/outputs where this makes sense;
-	  optional warnings for out of range bit/part selects; and
-	  $info(), $warning() and $error() as aliases for
-	  $display. 
+	  synthesis is not currently being maintained when
+	  <command>-S</command> is used; named blocks now keep their
+	  scope information; and it has been added the correct version
+	  information to the data structure returned by the
+	  <function>PLI vpi_get_vlog_info()</function> call. Regarding
+	  the <emphasis>Language Extensions</emphasis> it has been
+	  added <function>FST</function> dumper;
+	  <command>+timescale</command> to the command file; ability
+	  to automatically perform bit &lt;-&gt; real conversion for
+	  module inputs/outputs where this makes sense; optional
+	  warnings for out of range bit/part selects; and
+	  <function>$info()</function>,
+	  <function>$warning()</function> and
+	  <function>$error()</function> as aliases for
+	  <function>$display</function>.
 	</para>
 	<para>
 	  For a complete list of these features, with the general bug
@@ -112,14 +116,18 @@
 	  of OpenMP multicore support for BSIM3, BSIM4, and BSIMSOI4
 	  that speeds up transistor loaded simulation by a factor of
 	  two; and improving its stability. In particular, the new
-	  feauture include: reinstate expansion in interactive
-	  interpreter; .TITLE line added; update to 'spectrum' script;
-	  par('expression') in .four, .plot, .print, .meas, .save
-	  commands; command 'option' for use in spinit, .spiceinit and
-	  in scripts; adms procedure updated; new random number
-	  generator, new random functions sunif() and sgauss(), and
-	  scripts for Monte Carlo simulations, new plot vectors allv,
-	  alli, ally. Manuals and documents follow the updates.</para>
+	  features include: reinstate expansion in interactive
+	  interpreter; <command>.TITLE</command> line added; update to
+	  '<command>spectrum</command>' script;
+	  <function>par('expression')</function> in
+	  <command>.four</command>, <command>.plot</command>,
+	  <command>.print</command>, <command>.meas</command>,
+	  <command>.save</command> commands; command 'option' for use
+	  in spinit, .spiceinit and in scripts; adms procedure
+	  updated; new random number generator, new random functions
+	  sunif() and sgauss(), and scripts for Monte Carlo
+	  simulations, new plot vectors allv, alli, ally. Manuals and
+	  documents follow the updates.</para>
 	<para>
           <ulink url="http://ngspice.sourceforge.net">http://ngspice.sourceforge.net</ulink>
 	</para>
diff --git a/en-US/Scientific_and_Technical.xml b/en-US/Scientific_and_Technical.xml
index 62c3475..9622352 100644
--- a/en-US/Scientific_and_Technical.xml
+++ b/en-US/Scientific_and_Technical.xml
@@ -185,7 +185,7 @@
     <para>
       <package>gretl</package> is a cross-platform software
       package for econometric analysis.  It includes links to
-      <emphasis>R</emphasis>, <emphasis>octave</emphasis> and ox
+      <package>R</package>, <package>octave</package> and ox
       for more detailed analysis.  A full list of features may be
       found at <ulink
       url="http://gretl.sourceforge.net/">http://gretl.sourceforge.net/</ulink>
@@ -236,19 +236,20 @@
       transport module of the DB and the new mechanism/module of
       OpenSCADA system's test; there were found and corrected many
       errors in order to better optimization, increase stability,
-      sustainability and system's performance. Notable
-      optimization was made in the Visual Control Area (VCA) and
-      its visualizers; changes were made in the VCA engine
-      (UI.VCAEngine) modules: UI.Vision and UI.WebVision
-      visualizers, aimed at stabilizing, optimization of memory
-      consumption and improvement of user's properties of VCA. It
-      has been made a new object API of the user's programming,
-      which provides the integration of user's functions in the
-      objects' tree of OpenSCADA, in addition, to a number of
-      changes to the existing library of functions of the user's
-      API. For all details please refer to the Changelog in your
-      package or to the News section on the project website at
-      <ulink url="http://oscada.org/">http://oscada.org/</ulink>. 
+      sustainability and system's performance. Notable optimization
+      was made in the Visual Control Area (VCA) and its visualizers;
+      changes were made in the VCA engine
+      (<application>UI.VCAEngine</application>) modules:
+      <application>UI.Vision</application> and
+      <application>UI.WebVision</application> visualizers, aimed at
+      stabilizing, optimization of memory consumption and improvement
+      of user's properties of VCA. It has been made a new object API
+      of the user's programming, which provides the integration of
+      user's functions in the objects' tree of OpenSCADA, in addition,
+      to a number of changes to the existing library of functions of
+      the user's API. For all details please refer to the Changelog in
+      your package or to the News section on the project website at
+      <ulink url="http://oscada.org/">http://oscada.org/</ulink>.
     </para>
   </section>
 
diff --git a/en-US/Web_Servers.xml b/en-US/Web_Servers.xml
index da31bf9..0fed59b 100644
--- a/en-US/Web_Servers.xml
+++ b/en-US/Web_Servers.xml
@@ -11,27 +11,28 @@
     <title>Apache </title>
     <para>
       <package>httpd</package> was updated from 2.2.16 to 2.2.17. This
-      version includes <emphasis>mod</emphasis> fixes and
-      <emphasis>core</emphasis> fixes and changes.
+      version includes <command>mod</command> fixes and
+      <command>core</command> fixes and changes.
     </para>
     <para>
       Core fixes and changes: 
       <itemizedlist>
 	<listitem>
 	  <para>
-	    (re)-introduce -T commandline option to suppress
-	    documentroot check at startup.
+	    (re)-introduce <command>-T</command> commandline option to
+	    suppress documentroot check at startup.
 	  </para>
 	</listitem>
 	<listitem>
 	  <para>
-	    check symlink ownership if both FollowSymlinks and
-	    SymlinksIfOwnerMatch are set.
+	    check symlink ownership if both
+	    <command>FollowSymlinks</command> and
+	    <command>SymlinksIfOwnerMatch</command> are set.
 	  </para>
 	</listitem>
 	<listitem>
 	  <para>
-	    fix origin checking in SymlinksIfOwnerMatch.
+	    fix origin checking in <command>SymlinksIfOwnerMatch</command>.
 	  </para>
 	</listitem>
       </itemizedlist>
@@ -41,11 +42,11 @@
   <section>
     <title>Drupal renamed to Drupal6</title>
     <para>
-      Starting with Fedora 15, the drupal package and all module
-      packages have been renamed from drupal* to drupal6*.  In
-      addition, all filesystem locations will reflect this change.
-      Simply copying your old content to the new locations should
-      work, as the versions should be the same.
+      Starting with Fedora 15, the <package>drupal</package> package
+      and all module packages have been renamed from drupal* to
+      drupal6*.  In addition, all filesystem locations will reflect
+      this change.  Simply copying your old content to the new
+      locations should work, as the versions should be the same.
     </para>
     <para>
       This change was made to facilitate easier maintenance of


More information about the docs-commits mailing list