diff options
author | bugreport%peshkin.net <> | 2008-04-04 13:48:09 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2008-04-04 13:48:09 +0200 |
commit | 9ebe81efe6c891dc4767d6bc1d4476a5580e03d9 (patch) | |
tree | 2668bbf253f68b0696685d2a4ef2909949e82b01 /docs | |
parent | bdee902f2c294137dcf1cbe0bf4e639827c647c6 (diff) | |
download | bugzilla-9ebe81efe6c891dc4767d6bc1d4476a5580e03d9.tar.gz bugzilla-9ebe81efe6c891dc4767d6bc1d4476a5580e03d9.tar.xz |
bug 203867: Add regular expression references to glossary
r,a=jake
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/glossary.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/en/xml/glossary.xml b/docs/en/xml/glossary.xml index d979505ca..6afca0b9c 100644 --- a/docs/en/xml/glossary.xml +++ b/docs/en/xml/glossary.xml @@ -347,6 +347,17 @@ </para> </glossdef> </glossentry> + + <glossentry id="gloss-regexp"> + <glossterm>Regular Expression</glossterm> + <acronym>regexp</acronym> + + <glossdef> + <para>A regular expression is an expression used for pattern matching. + <ulink url="http://perldoc.com/perl5.6/pod/perlre.html#Regular-Expressions">Documentation</ulink> + </para> + </glossdef> + </glossentry> </glossdiv> <glossdiv id="gloss-s"> @@ -474,7 +485,7 @@ sgml-local-ecat-files:nil sgml-minimize-attributes:nil sgml-namecase-general:t sgml-omittag:t -sgml-parent-document:("Bugzilla-Guide.sgml" "book" "chapter") +sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter") sgml-shorttag:t sgml-tag-region-if-active:t End: |