aboutsummaryrefslogtreecommitdiffstats
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/README b/src/README
index 5062afa..c4a0b15 100644
--- a/src/README
+++ b/src/README
@@ -18,10 +18,10 @@ parse_time.[ch] Use by sat.c to parse the time argument.
daemonise.[ch] From <http://github.com/maandree/slibc>;
daemonisation of the process. Used by satd.c
-client.[ch] Used by sat{,q,r,rm}.c, code for communicating
+client.[ch] Used by sat{,r,rm}.c, code for communicating
with satd, starts satd transparently if necessary.
-daemon.[ch] Used by satd*.c, some shared code for daemons objects.
+daemon.[ch] Used by sat{q,d*}.c, some shared code for daemons objects.
common.h Used by sat{,q,r,rm,d*}.c, some shared code.
Included via client.h and daemon.h.