pcre: fix help-lint errors.

db4
John Benediktsson 2013-11-27 17:34:28 -08:00
parent 0a3d24d1bb
commit 0c380fe863
1 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@ USING: help.markup help.syntax sequences strings ;
IN: pcre
ARTICLE: "pcre" "PCRE binding"
"The " { $vocab-link "pcre" } " vocab implements a simple binding for libpcre, enabling rich regular expression support for Factor applications."
"The " { $vocab-link "pcre" } " vocab implements a simple binding for libpcre, enabling rich regular expression support for Factor applications." $nl
"Precompiling and optimizing a regular expression:"
{ $subsections <compiled-pcre> }
{ $examples
@ -14,9 +14,7 @@ ARTICLE: "pcre" "PCRE binding"
{ $notes "Regular expressions are by default utf8 and unicode aware." } ;
HELP: <compiled-pcre>
{ $values
{ "expr" string }
}
{ $values { "expr" string } { "compiled-pcre" compiled-pcre } }
{ $description "Creates a precompiled regular expression object." } ;
HELP: findall