pcre/pcre-8.11-Fix-typo-in-pcreprecompile-3.patch
Petr Písař 954091c1ef 8.11 bump
Bump 8.11 and fix typo in manual.
2010-12-13 13:18:06 +01:00

26 lines
804 B
Diff

From 688c7d4bff7da05f6b453a34f452ecd7c150a9eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Mon, 13 Dec 2010 12:56:35 +0100
Subject: [PATCH] Fix typo in pcreprecompile(3)
---
doc/pcreprecompile.3 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/pcreprecompile.3 b/doc/pcreprecompile.3
index c04af24..6b878fa 100644
--- a/doc/pcreprecompile.3
+++ b/doc/pcreprecompile.3
@@ -24,7 +24,7 @@ guaranteed to work and may cause crashes.
.
.SH "SAVING A COMPILED PATTERN"
.rs
-.sh
+.sp
The value returned by \fBpcre_compile()\fP points to a single block of memory
that holds the compiled pattern and associated data. You can find the length of
this block in bytes by calling \fBpcre_fullinfo()\fP with an argument of
--
1.7.3.3