Remove more SVN keywords

This commit is contained in:
Steven Bakker 2017-05-29 10:36:58 +02:00
parent a71fdb1520
commit 76ccf63885
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
@(#)$Id$
(Hopelessly outdated)
WORKINGS

View File

@ -1,12 +1,10 @@
@(#)$Id$
Overview of commands / communication between client and server.
Basic (socket-level) Communications
-----------------------------------
LF = line-feed (\n)
FF = line-feed (\f)
FF = form-feed (\f)
TAB = tab (\t)
* Client sends single-line commands to server, terminated by LF.