From 156e18535e7d4dba178f182457184ad6ab1c03cd Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Tue, 6 May 2003 11:42:43 +0000 Subject: Pick up recent docs changes for the compiled versions --- docs/txt/Bugzilla-Guide.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/txt') 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(') WHERE + mysql> UPDATE user SET Password=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 -- cgit v1.2.3-24-g4f1b