commit f64e3fa1aed06411afd2aa1706991b6d914a4fba
parent fff99924a0662cf7318594a759fe2a0d747ceabc
Author: Andrew Antle <andrew.antle@gmail.com>
Date: Tue, 29 Sep 2009 02:27:46 -0400
Minor editorial changes.
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/surf.suckless.org/patches/searchengines.md b/surf.suckless.org/patches/searchengines.md
@@ -1,10 +1,10 @@
SEARCH ENGINES
-============
+==============
Description
-----------
-This little patch will allow the use of simple search engines. Put something
+This little patch allows the simple use of search engines. Put something
like this in your config.h:
static SearchEngine searchengines[] = {
@@ -12,8 +12,8 @@ like this in your config.h:
{ "leo", "http://dict.leo.org/ende?search=%s" },
};
-This will enable searching in your favorit search engine by simply
-putting the prefix of your search engine in front your keywords:
+Then you can access each search engine by putting its prefix in front of your
+keywords:
g foo bar
@@ -22,11 +22,11 @@ Or:
leo hello
Download
-------
+--------
* [searchengines-0.1.diff](searchengines-0.1.diff) (4K) (20090923)
Author
------
-- Nils Schweinsberg (McManiaC) <[mail@n-sch.de](mailto:mail@n-sch.de)>
+* Nils Schweinsberg (McManiaC) <[mail@n-sch.de](mailto:mail@n-sch.de)>