Author: cazfi
Date: Sun Jan 10 18:27:48 2016
New Revision: 31436

URL: http://svn.gna.org/viewcvs/freeciv?rev=31436&view=rev
Log:
Do not refer to freeciv client as civclient in documentation.

See patch #6810

Modified:
    trunk/client/Makefile.am
    trunk/doc/HACKING

Modified: trunk/client/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/Makefile.am?rev=31436&r1=31435&r2=31436&view=diff
==============================================================================
--- trunk/client/Makefile.am    (original)
+++ trunk/client/Makefile.am    Sun Jan 10 18:27:48 2016
@@ -80,7 +80,7 @@
 AM_LIBTOOLFLAGS = --preserve-dup-deps
 
 # Build client common functionality in to library
-# instead linking them directly to civclient. This is necessary
+# instead linking them directly to the client. This is necessary
 # for static linking.
 freeciv_client_src = $(AUDIO_SDL_FILES) \
        attribute.h     \

Modified: trunk/doc/HACKING
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/HACKING?rev=31436&r1=31435&r2=31436&view=diff
==============================================================================
--- trunk/doc/HACKING   (original)
+++ trunk/doc/HACKING   Sun Jan 10 18:27:48 2016
@@ -879,8 +879,8 @@
   nation)
 
 + user
-  Identifies 'someone out there', usually a human user running a civclient
-  (this is the plan; it is not yet implemented).
+  Identifies 'someone out there', usually a human user running
+  freeciv client.
 
 + connection
   Records a client connection; like a user, but disappears when the user 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to