Log message for revision 107263:
  Use slashes consistently throughout the docs.
  
  

Changed:
  U   Zope/trunk/doc/INSTALL.rst

-=-
Modified: Zope/trunk/doc/INSTALL.rst
===================================================================
--- Zope/trunk/doc/INSTALL.rst  2009-12-29 15:07:56 UTC (rev 107262)
+++ Zope/trunk/doc/INSTALL.rst  2009-12-29 15:08:10 UTC (rev 107263)
@@ -233,16 +233,16 @@
   For this to work on Windows, the Zope instance must be installed as
   a Service. This is done with::
 
-    bin\zopectl install
+    bin/zopectl install
 
   If you later want to remove this Service, do the following::
 
-    bin\zopectl remove
+    bin/zopectl remove
 
   For the full list of options available for setting up Zope as a
   Windows Service, do::
 
-    bin\zopectl install --help
+    bin/zopectl install --help
 
 .. highlight:: bash
 
@@ -264,7 +264,7 @@
 
   .. code-block:: none
 
-    bin\zopectl install --startup=auto
+    bin/zopectl install --startup=auto
 
 Configuring Zope
 ================

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to