aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-04 13:27:13 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-04 13:27:13 +0200
commitb87e328e57b37a7e9891cb6eca6893bb17b7f483 (patch)
tree3a2912d5929c303ad90c5a2924b91012fbef2f88
parent4bd48e3a5ec63d5a242727631a236730cffc8e30 (diff)
downloadxbattext-b87e328e57b37a7e9891cb6eca6893bb17b7f483.tar.gz
xbattext.c: Update comment
-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.