From a71255ed1e3fa6cedc4d65752381eef4ab3d14f1 Mon Sep 17 00:00:00 2001
From: John Hodge <tpg@ucc.asn.au>
Date: Fri, 21 Mar 2014 23:49:23 +0800
Subject: [PATCH] Document account names in manpage

---
 docs/dispense.1 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/dispense.1 b/docs/dispense.1
index 7550509..18eead7 100644
--- a/docs/dispense.1
+++ b/docs/dispense.1
@@ -61,7 +61,9 @@ Open the UCC door.
 .RI "acct " "user" " [+-]" "amount" " '" "reason" "'"
 Alter a user's balance by
 .I amount
-cents, leaving a reason for the coke logs.
+cents, leaving a reason for the coke logs. Implemented as a transfer of
+.I amount
+cents from '>additions' to the user.
 
 .TP
 .RI "refund " "user item_id" " [" "price" "]"
@@ -78,6 +80,9 @@ Update a slot's contents (name and price).
 .RI "acct " "user" " =" "amount" " '" reason "'"
 Set a user's balance to a number of cents.
 
+This function will use the '>countersum' account as the source/sink for money to make the users
+balance as requested
+
 .TP
 .RI "user add " "username"
 Create a new account with the specified username.
-- 
GitLab