]> git.sur5r.net Git - i3/i3/commitdiff
website: s/systemcalls/system calls, update title
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Jun 2010 16:27:15 +0000 (18:27 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Jun 2010 16:27:31 +0000 (18:27 +0200)
website/i3status/index.html

index 72566ae747024b38f224013089410b5314048473..3340af9f27d730c07ca553c092164527320c19c6 100644 (file)
@@ -2,7 +2,7 @@
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
-<title>i3status – Generates a status line for dzen2 or wmii</title>
+<title>i3status – Generates a status line for dzen2 or xmobar</title>
 <link rel="icon" type="image/png" href="/favicon.png">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <style type="text/css">
@@ -23,7 +23,7 @@ li {
 <p>
   i3status is a small program (less than 1000 SLOC) for generating a status bar
   for dzen2, xmobar or similar programs. It is designed to be very efficient by
-  issuing a very small number of systemcalls, as one generally wants to update
+  issuing a very small number of system calls, as one generally wants to update
   such a status line every second. This ensures that even under high load, your
   status bar is updated correctly. Also, it saves a bit of energy by not hogging
   your CPU as much as spawning the corresponding amount of shell commands would.