RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-guide/ rpm-guide-intro-rpm-en.xml

From: Anders F. Björklund <afb@rpm5.org>
Date: Sat 23 Aug 2008 - 11:31:31 CEST
Message-Id: <20080823093131.BACC2748D4@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm-guide                        Date:   23-Aug-2008 11:31:31
  Branch: HEAD                             Handle: 2008082309313100

  Modified files:
    rpm-guide               rpm-guide-intro-rpm-en.xml

  Log:
    avoid troublesome mdash entity

  Summary:
    Revision    Changes     Path
    1.2         +5  -5      rpm-guide/rpm-guide-intro-rpm-en.xml
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm-guide/rpm-guide-intro-rpm-en.xml
  ============================================================================
  $ cvs diff -u -r1.1.1.1 -r1.2 rpm-guide-intro-rpm-en.xml
  --- rpm-guide/rpm-guide-intro-rpm-en.xml	31 Oct 2005 23:24:32 -0000	1.1.1.1
  +++ rpm-guide/rpm-guide-intro-rpm-en.xml	23 Aug 2008 09:31:31 -0000	1.2
  @@ -984,34 +984,34 @@
       <orderedlist>
         <listitem>
           <para>
  -          Supports Multiple Architectures &mdash; The RPM system tags
  +          The RPM system tags
             each package with the processor architecture.
           </para>
         </listitem>
         <listitem>
           <para>
  -          Permits Multiple Software Versions in Parallel &mdash; RPM
  +          RPM
             allows for multiple versions of the same package to be
             installed on the same system.
           </para>
         </listitem>
         <listitem>
           <para>
  -          One File Per Program &mdash; RPM packs all of the files in a
  +          RPM packs all of the files in a
             package into one file, called an RPM file, for easy transfer
             to other systems.
           </para>
         </listitem>
         <listitem>
           <para>
  -          Requires Only One Command Per Action &mdash; Most RPM
  +          Most RPM
             operations such as installing or removing packages require
             only a single command to run.
           </para>
         </listitem>
         <listitem>
           <para>
  -          Uses Pristine Sourcecode &mdash; The RPM system supports
  +          The RPM system supports
             building RPM packages from a pristine set of sources. This
             means you can reproduce the commands required to build an
             application, improving quality.
  @@ .
Received on Sat Aug 23 11:31:31 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.