projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8763c6
)
Fix find-doc-nits: { is significant in regexps
author
Richard Levitte
<levitte@openssl.org>
Thu, 23 Mar 2017 14:09:41 +0000
(15:09 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 23 Mar 2017 14:09:41 +0000
(15:09 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3019)
util/find-doc-nits
patch
|
blob
|
history
diff --git
a/util/find-doc-nits
b/util/find-doc-nits
index 537e132cc39902fd112dbe37abdbfc6ee191668d..cd2d32e04a0dc4720c7db7ea918b2ffca70972fc 100755
(executable)
--- a/
util/find-doc-nits
+++ b/
util/find-doc-nits
@@
-96,7
+96,7
@@
sub name_synopsis()
} elsif ( $line =~ /typedef.* (\S+);/ ) {
# a simple typedef: typedef ... NAME;
$sym = $1;
- } elsif ( $line =~ /enum (\S*) {/ ) {
+ } elsif ( $line =~ /enum (\S*)
\
{/ ) {
# an enumeration: enum ... {
$sym = $1;
} elsif ( $line =~ /#define ([A-Za-z0-9_]+)/ ) {