40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
From e7991eb5273b5b4162656f4b3d32e68a7430805a Mon Sep 17 00:00:00 2001
|
|
From: ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>
|
|
Date: Thu, 23 Feb 2017 17:25:44 +0000
|
|
Subject: [PATCH] Minor doc update.
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1687 2f5784b3-3f2a-0410-8824-cb99058d5e15
|
|
|
|
Petr Písař: Ported to 8.40.
|
|
|
|
diff --git a/doc/pcretest.1 b/doc/pcretest.1
|
|
index 92640da..1b89071 100644
|
|
--- a/doc/pcretest.1
|
|
+++ b/doc/pcretest.1
|
|
@@ -50,6 +50,10 @@ newline as data characters. However, in some Windows environments character 26
|
|
(hex 1A) causes an immediate end of file, and no further data is read. For
|
|
maximum portability, therefore, it is safest to use only ASCII characters in
|
|
\fBpcretest\fP input files.
|
|
+.P
|
|
+The input is processed using using C's string functions, so must not
|
|
+contain binary zeroes, even though in Unix-like environments, \fBfgets()\fP
|
|
+treats any bytes other than newline as data characters.
|
|
.
|
|
.
|
|
.SH "PCRE's 8-BIT, 16-BIT AND 32-BIT LIBRARIES"
|
|
@@ -1151,6 +1155,6 @@ Cambridge CB2 3QH, England.
|
|
.rs
|
|
.sp
|
|
.nf
|
|
-Last updated: 09 February 2014
|
|
-Copyright (c) 1997-2014 University of Cambridge.
|
|
+Last updated: 23 February 2017
|
|
+Copyright (c) 1997-2017 University of Cambridge.
|
|
.fi
|
|
--
|
|
2.7.4
|
|
|