diff options
author | jake%bugzilla.org <> | 2003-05-06 13:42:43 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-05-06 13:42:43 +0200 |
commit | 156e18535e7d4dba178f182457184ad6ab1c03cd (patch) | |
tree | 25b64a2eaae8266973b84485c41dbcc163bb6d7c /docs/txt | |
parent | 260a7325f621c76f6f93b12406acd8bec59b7eac (diff) | |
download | bugzilla-156e18535e7d4dba178f182457184ad6ab1c03cd.tar.gz bugzilla-156e18535e7d4dba178f182457184ad6ab1c03cd.tar.xz |
Pick up recent docs changes for the compiled versions
Diffstat (limited to 'docs/txt')
-rw-r--r-- | docs/txt/Bugzilla-Guide.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index 5195385a0..60a4591c3 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/txt/Bugzilla-Guide.txt @@ -16,7 +16,7 @@ The Bugzilla Team This documentation is maintained in DocBook 4.1.2 XML format. Changes are best submitted as plain text or XML diffs, attached to a bug filed - in the Bugzilla Documentation compontent. + in the Bugzilla Documentation component. This is a development version of this guide. Information in it is subject to change before the 2.18 release of this guide (which will @@ -944,7 +944,7 @@ Chapter 4. Installation limited to 16 characters. bash# mysql -u root mysql - mysql> UPDATE user SET Password=PASSWORD('<new_password'>) WHERE + mysql> UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root'; mysql> FLUSH PRIVILEGES; @@ -1191,7 +1191,7 @@ set=ISO-8859-1/i" *.cgi *.pl speeds for other users. If your Bugzilla installation is experiencing this problem , you may install the Apache module mod_throttle which can limit connections by ip-address. You may download this module at - http://www.snert.com/Software/Throttle/. Follow the instructions to + http://www.snert.com/Software/mod_throttle/ Follow the instructions to install into your Apache install. This module only functions with the Apache web server! You may use the ThrottleClientIP command provided by this module to accomplish this goal. See the Module Instructions @@ -4448,6 +4448,10 @@ R that stores information in tables that are related to each other. + Regular Expression (regexp) + A regular expression is an expression used for pattern + matching. Documentation + S SGML |