commit c3c1d70f0400bfd1894b079d61a4d008a71ffc4c parent c784ad8f4156c1b14ac5f9a1394d277b64853b43 Author: Andrew Antle <andrew.antle@gmail.com> Date: Wed, 28 Oct 2009 22:35:42 -0400 Removed 'little'. Diffstat:
| M | surf.suckless.org/patches/searchengines.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/surf.suckless.org/patches/searchengines.md b/surf.suckless.org/patches/searchengines.md @@ -4,7 +4,7 @@ SEARCH ENGINES Description ----------- -This little patch allows the simple use of search engines. Put something +This patch allows the simple use of search engines. Put something like this in your config.h: static SearchEngine searchengines[] = { @@ -15,11 +15,11 @@ like this in your config.h: Then you can access each search engine by putting its prefix in front of your keywords: - g foo bar + g foo bar -Or: +or: - leo hello + leo hello Download --------