aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/pcre.xml
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2015-02-07 02:44:18 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2015-02-07 02:44:18 +0000
commitafba93bef35d287c961b62cbfd8370652aaab826 (patch)
tree0c0ea5d0db097f5a97951f65774cacecfc32dc11 /chapter06/pcre.xml
parent9e6d13e9fe9b8731424175f4a1f3fed55151ab91 (diff)
Merged consistency update patch from systemd book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pcre.xml')
-rw-r--r--chapter06/pcre.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/pcre.xml b/chapter06/pcre.xml
index f44e5003d..cc7955ab6 100644
--- a/chapter06/pcre.xml
+++ b/chapter06/pcre.xml
@@ -130,7 +130,7 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<varlistentry id="pcretest">
<term><command>pcretest</command></term>
<listitem>
- <para>Tests a Perl compatible regular expression.</para>
+ <para>Tests a Perl compatible regular expression</para>
<indexterm zone="ch-system-pcre pcretest">
<primary sortas="b-pcretest">pcretest</primary>
</indexterm>
@@ -141,7 +141,7 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<term><command>pcre-config</command></term>
<listitem>
<para>Used during the compilation process of programs linking to the
- PCRE libraries.</para>
+ PCRE libraries</para>
<indexterm zone="ch-system-pcre pcre-config">
<primary sortas="b-pcre-config">pcre-config</primary>
</indexterm>
@@ -152,9 +152,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<term><filename class="libraryfile">libpcre</filename></term>
<listitem>
<para>Provides functions useful for working with regular
- expressions.</para>
+ expressions</para>
<indexterm zone="ch-system-pcre libpcre">
- <primary sortas="c-libpcre*">libpcre*</primary>
+ <primary sortas="c-libpcre">libpcre</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -162,9 +162,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<varlistentry id="libpcrecpp">
<term><filename class="libraryfile">libpcrecpp</filename></term>
<listitem>
- <para>Provides C++ wrapper functions for the libpcre library.</para>
+ <para>Provides C++ wrapper functions for the libpcre library</para>
<indexterm zone="ch-system-pcre libpcrecpp">
- <primary sortas="c-libpcrecpp*">libpcrecpp*</primary>
+ <primary sortas="c-libpcrecpp">libpcrecpp</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -173,9 +173,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<term><filename class="libraryfile">libpcreposix</filename></term>
<listitem>
<para>Provides wrapper functions based on the POSIX regular expression
- API.</para>
+ API</para>
<indexterm zone="ch-system-pcre libpcreposix">
- <primary sortas="c-libpcre*">libpcreposix*</primary>
+ <primary sortas="c-libpcreposix">libpcreposix</primary>
</indexterm>
</listitem>
</varlistentry>