Update documentation
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Feb 2015 22:58:41 +0000 (17:58 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 2 Jan 2022 22:43:17 +0000 (17:43 -0500)
README
src/options.c

diff --git a/README b/README
index 197a087..9f508ce 100644 (file)
--- a/README
+++ b/README
@@ -1,37 +1,25 @@
-                  hvclock
+                  dockbatmon
 
-Dockable analog clock and calendar.
+Dockable battery monitor.
 
 Project website:
-       http://www.hugovil.com/en/hvclock
+       http://www.hugovil.com/dockbatmon
 
 This program was tested on the following systems:
-       "Linux From Scratch 4.0"
-       "Ubuntu 10.04"
-       "Ubuntu 10.10"
-       
+       "Linux From Scratch"
+
 For recent project news, see the NEWS file.
 
 
-Building hvclock:
------------------
+Building dockbatmon:
+--------------------
 
 For generic installation instructions, see the "INSTALL" file.
 
-If you are building from the subversion repository, first run the "autogen.sh" script.
+If you are building from the git repository, first run the "autogen.sh" script.
 
 If you are seeing this error message during configure:
         "Can't find X11 library"
 it means you are missing some libX11 files.
 On Debian-based systems, install libX11-dev with this command:
         apt-get install libX11-dev
-
-
-Running hvclock:
-----------------
-
-When running under WindowMaker and with recent versions of Linux distributions,
-there is an additional window appearing in addition to the dockapp window.
-To get rid of this added window, right-click on the title bar and select
-"Attributes...", then select "Application Specific" from the drop-down list
-and then select "Start Hidden".
index b3c6543..14accc0 100644 (file)
@@ -30,9 +30,8 @@
 static void DisplayUsage(void)
 {
        printf("Usage: %s [OPTIONS]...\n", PACKAGE_NAME);
-       printf("Dockable analog clock and calendar.\n\n");
-       printf
-           ("  -d                        Display debugging messages.\n");
+       printf("Dockable battery monitor.\n\n");
+       printf("  -d                        Display debugging messages.\n");
        printf("  -h                        display this help and exit\n");
        printf("  -version                  display version information");
        printf(" and exit\n");