summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-12-29 03:08:07 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-12-29 03:08:07 +0000
commit6a7cbe87fa611e290741c47267b3900707021e5c (patch)
treeed1fbd244a5a742ebd43f4a20fb1d58df4a3d9d4 /README
parentdebug shell not using lua sockets any more (diff)
removed trailing whitespaces
git-svn-id: https://svn.spreadspace.org/gcsd/trunk@87 ac14a137-c7f1-4531-abe0-07747231d213
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index cc812b3..5b26943 100644
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
Introduction
============
-gcsd the generic command sequencer daemon can be used to serialize
+gcsd the generic command sequencer daemon can be used to serialize
commands sent over various paralell communication channels to a
single command output. It can be seen as a multiplexer for any
kind of communication between a single resource and various clients
which want to submit commands to it or query information from it.
-gcsd is written in C and Lua. The goal is to provide an easy to
+gcsd is written in C and Lua. The goal is to provide an easy to
understand high level API based on Lua which can be used to
implement the business logic of the so formed multiplexer daemon.
@@ -35,7 +35,7 @@ FreeBSD
core:
devel/gmake
lang/lua
-
+
modules:
<no additional deps yet>
@@ -65,7 +65,7 @@ Building from source
# ./configure
# make
-Notes:
+Notes:
- try './configure --help' for further information
- on FreeBSD you have to use gmake instead of make