diff options
author | justdave%syndicomm.com <> | 2008-04-04 13:47:45 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2008-04-04 13:47:45 +0200 |
commit | 45cdc110e2bc022d85854239bb099c9ba1acc141 (patch) | |
tree | bb66f21a70f88230477513520e0663263bacc8de | |
parent | bfa758ce7d5c97f3994429728661d37ebbd890de (diff) | |
download | bugzilla-45cdc110e2bc022d85854239bb099c9ba1acc141.tar.gz bugzilla-45cdc110e2bc022d85854239bb099c9ba1acc141.tar.xz |
grep is a command line program, not something you do while editing a file (to most people anyway)
-rw-r--r-- | docs/en/xml/customization.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index c85505c1f..dd27b63fe 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -541,7 +541,7 @@ allowed to do what. The relevant function is called <filename>CheckCanChangeField()</filename>, and is found in <filename>process_bug.cgi</filename> 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. </para> |