diff --git a/1-HB-License.txt b/1-HB-License.txt index e6d1e81..98b5137 100644 --- a/1-HB-License.txt +++ b/1-HB-License.txt @@ -1,4 +1,4 @@ -$Id: 1-HB-License.txt,v 1.2 2001/07/14 06:28:38 tundra Exp $ +$Id: 1-HB-License.txt,v 1.3 2002/09/04 23:29:13 tundra Exp $ In order to use, study, modify, or copy HB, you must read and agree to all the licensing terms below. If you do not agree with or understand @@ -30,7 +30,7 @@ 2) OWNERSHIP -HB Is Copyright (c) 2001, TundraWare Inc., All Rights Reserved. +HB Is Copyright (c) 2001, 2002 TundraWare Inc., All Rights Reserved. 3) TERMS diff --git a/2-HowToUse.txt b/2-HowToUse.txt index 5def6fa..4af99de 100644 --- a/2-HowToUse.txt +++ b/2-HowToUse.txt @@ -1,4 +1,4 @@ -$Id: 2-HowToUse.txt,v 1.3 2001/07/17 21:13:27 tundra Exp $ +$Id: 2-HowToUse.txt,v 1.4 2002/09/04 23:29:21 tundra Exp $ HOW TO USE HB ============= @@ -44,7 +44,7 @@ it can find its budget files. At the top of the program a very few variables that users should change. You'll see something like this: -BASEDIR = "./" +BASEDIR = getenv("HOME") + "/" BUDFIL = "hb.txt" This says that the directory which holds HB budget files is the @@ -123,7 +123,9 @@ redit Add funds to an account. -ebit Remove funds from an account. +ebit Remove funds from an account. If you just hit Enter, HB + understands this to mean you want to debit the entire + current balance - i.e. Set the account to 0. oad Load a new budget. If you just hit Enter at the prompt, it will reload the budget you are working on. diff --git a/hb.1 b/hb.1 index 0f2356d..ae5bcd8 100644 --- a/hb.1 +++ b/hb.1 @@ -35,7 +35,7 @@ .SH COPYRIGHT -hb is Copyright(c) 2001, TundraWare Inc. For terms of use, see the +hb is Copyright(c) 2001, 2002 TundraWare Inc. For terms of use, see the 1-HB-License.txt file in the program distribution. If you install hb on a FreeBSD system using the 'ports' mechanism, you will also find this file in /usr/local/share/doc/hb.