[Zope-Checkins] SVN: Zope/trunk/doc/INSTALL.rst Use slashes consistently throughout the docs.

Marius Gedminas marius at pov.lt
Tue Dec 29 10:08:10 EST 2009


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
 ================



More information about the Zope-Checkins mailing list