aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbattext.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xbattext.c b/xbattext.c
index 382aed1..aa13929 100644
--- a/xbattext.c
+++ b/xbattext.c
@@ -7,7 +7,7 @@
*
* http://img.ankarstrom.se/xbattext.pdf
*
- * It should be compiled with the following flags:
+ * xbattext should be compiled with the following flags:
*
* CFLAGS = -I/usr/X11R7/include -I/usr/pkg/include
* LDFLAGS = -lXm -L/usr/X11R7/lib -L/usr/pkg/lib
@@ -15,7 +15,7 @@
*
* It requires x11/motif to be installed.
*
- * The program uses the following resources:
+ * The follow resources are used:
*
* xbattext*fontList = normal font
* xbattext*foreground = normal text color
@@ -24,7 +24,7 @@
* xbattext*chargeFontList = font when charging
* xbattext*chargeForeground = text color when charging
*
- * Set their values in ~/.Xdefaults to customize xbattext.
+ * Set their values in ~/.Xdefaults to customize the battery display.
*
* xbattext is written by John Ankarstr\xf6m <john@ankarstrom.se> and
* is released into the public domain; do whatever you want with it.