aboutsummaryrefslogtreecommitdiffstats
path: root/src/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-01 20:08:31 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-01 20:08:31 +0100
commit93548e8437d2d5895e9290770254ac03a33afe59 (patch)
tree6f85e8358347bf913f995577bf18ce7d5db91c66 /src/README
parentupdate news (diff)
downloadsat-93548e8437d2d5895e9290770254ac03a33afe59.tar.gz
sat-93548e8437d2d5895e9290770254ac03a33afe59.tar.bz2
sat-93548e8437d2d5895e9290770254ac03a33afe59.tar.xz
satq does not interface with satd + fix regression bugs
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
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.