website: s/systemcalls/system calls, update title

This commit is contained in:
Michael Stapelberg 2010-06-08 18:27:15 +02:00
parent 22f63ee2ec
commit acac2eb92f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <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"> <link rel="icon" type="image/png" href="/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css"> <style type="text/css">
@ -23,7 +23,7 @@ li {
<p> <p>
i3status is a small program (less than 1000 SLOC) for generating a status bar 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 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 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 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. your CPU as much as spawning the corresponding amount of shell commands would.