Browse Source

CHanged names, so no underscores.

michael 26 years ago
parent
commit
2726b9d130
2 changed files with 3 additions and 3 deletions
  1. 1 1
      docs/sockex/Makefile
  2. 2 2
      docs/sockex/README

+ 1 - 1
docs/sockex/Makefile

@@ -32,7 +32,7 @@ endif
 
 .PHONY: all tex clean
 
-OBJECTS=sock_cli sock_svr pfinger
+OBJECTS=sockcli socksvr pfinger
 
 TEXOBJECTS=$(addsuffix .tex, $(OBJECTS))
 

+ 2 - 2
docs/sockex/README

@@ -3,5 +3,5 @@ These are the example programs that appear in the FPC documentation.
 Units guide, chapter on Sockets unit :
 
 Example programs
-sock_svr.pp implements a small server application.
-sock_cli.pp implements a small client application.
+socksvr.pp implements a small server application.
+sockcli.pp implements a small client application.