Przeglądaj źródła

CHanged names, so no underscores.

michael 26 lat temu
rodzic
commit
2726b9d130
2 zmienionych plików z 3 dodań i 3 usunięć
  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.