From: justdave%syndicomm.com <>
Date: Sun, 8 Feb 2004 16:25:38 +0000 (+0000)
Subject: grep is a command line program, not something you do while editing a file (to most...
X-Git-Tag: bugzilla-2.17.7~25
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c38ffb5b71360d4fa7a4762cbbdd68abbf41ce5;p=thirdparty%2Fbugzilla.git
grep is a command line program, not something you do while editing a file (to most people anyway)
---
diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml
index c85505c1f0..dd27b63fe3 100644
--- a/docs/xml/customization.xml
+++ b/docs/xml/customization.xml
@@ -541,7 +541,7 @@
allowed to do what. The relevant function is called
CheckCanChangeField(),
and is found in process_bug.cgi in your
- Bugzilla directory. If you open that file and grep for
+ Bugzilla directory. If you open that file and search for
"sub CheckCanChangeField", you'll find it.