Abolish 'D' abbrevation for 'debug'.
This commit is contained in:
parent
391ccf7ce0
commit
02fffa9cd4
@ -1,4 +1,4 @@
|
||||
.TH PCRE2TEST 1 "03 August 2014" "PCRE 10.00"
|
||||
.TH PCRE2TEST 1 "07 August 2014" "PCRE 10.00"
|
||||
.SH NAME
|
||||
pcre2test - a program for testing Perl-compatible regular expressions.
|
||||
.SH SYNOPSIS
|
||||
@ -434,7 +434,7 @@ about the pattern:
|
||||
.sp
|
||||
bsr=[anycrlf|unicode] specify \eR handling
|
||||
/B bincode show binary code without lengths
|
||||
/D debug same as info,fullbincode
|
||||
debug same as info,fullbincode
|
||||
flipbytes flip endianness
|
||||
fullbincode show binary code with lengths
|
||||
/I info show info about compiled pattern
|
||||
@ -1233,6 +1233,6 @@ Cambridge CB2 3QH, England.
|
||||
.rs
|
||||
.sp
|
||||
.nf
|
||||
Last updated: 03 August 2014
|
||||
Last updated: 07 August 2014
|
||||
Copyright (c) 1997-2014 University of Cambridge.
|
||||
.fi
|
||||
|
@ -513,7 +513,6 @@ typedef struct c1modstruct {
|
||||
|
||||
static c1modstruct c1modlist[] = {
|
||||
{ "bincode", 'B', -1 },
|
||||
{ "debug", 'D', -1 },
|
||||
{ "info", 'I', -1 },
|
||||
{ "global", 'g', -1 },
|
||||
{ "caseless", 'i', -1 },
|
||||
|
Loading…
Reference in New Issue
Block a user