doc/book/en/admin/index.rst
changeset 2476 1294a6bdf3bf
parent 2175 16d3c37c5d28
child 3740 e9ce140c9065
--- a/doc/book/en/admin/index.rst	Fri Jul 24 13:50:59 2009 +0200
+++ b/doc/book/en/admin/index.rst	Fri Jul 24 14:33:37 2009 +0200
@@ -7,7 +7,7 @@
 -------------------------
 
 This part is for installation and administration of the *CubicWeb* framework and
-applications based on that framework.
+instances based on that framework.
 
 .. toctree::
    :maxdepth: 1
@@ -25,11 +25,11 @@
 RQL logs
 --------
 
-You can configure the *CubicWeb* application to keep a log
+You can configure the *CubicWeb* instance to keep a log
 of the queries executed against your database. To do so,
-edit the configuration file of your application
+edit the configuration file of your instance
 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the
 variable ``query-log-file``::
 
-  # web application query log file
+  # web instance query log file
   query-log-file=/tmp/rql-myapp.log