From afba93bef35d287c961b62cbfd8370652aaab826 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 7 Feb 2015 02:44:18 +0000 Subject: Merged consistency update patch from systemd book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pcre.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'chapter06/pcre.xml') 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 pcretest - Tests a Perl compatible regular expression. + Tests a Perl compatible regular expression pcretest @@ -141,7 +141,7 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so pcre-config Used during the compilation process of programs linking to the - PCRE libraries. + PCRE libraries pcre-config @@ -152,9 +152,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so libpcre Provides functions useful for working with regular - expressions. + expressions - libpcre* + libpcre @@ -162,9 +162,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so libpcrecpp - Provides C++ wrapper functions for the libpcre library. + Provides C++ wrapper functions for the libpcre library - libpcrecpp* + libpcrecpp @@ -173,9 +173,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so libpcreposix Provides wrapper functions based on the POSIX regular expression - API. + API - libpcreposix* + libpcreposix -- cgit v1.2.3-54-g00ecf