[Zodb-checkins] CVS: ZODB3/Doc/guide - zeo.tex:1.2.4.2
Jeremy Hylton
jeremy@zope.com
Fri, 4 Oct 2002 14:52:05 -0400
Update of /cvs-repository/ZODB3/Doc/guide
In directory cvs.zope.org:/tmp/cvs-serv25886
Modified Files:
Tag: ZODB3-3_1-branch
zeo.tex
Log Message:
\verbatim wasn't what I meant
=== ZODB3/Doc/guide/zeo.tex 1.2.4.1 => 1.2.4.2 ===
--- ZODB3/Doc/guide/zeo.tex:1.2.4.1 Fri Oct 4 14:42:06 2002
+++ ZODB3/Doc/guide/zeo.tex Fri Oct 4 14:52:05 2002
@@ -78,7 +78,7 @@
The start.py script in the ZEO directory can be used to start a
server. Run it with the -h option to see the various values. If
you're just experimenting, a good choise is to use
-\verbatim{python ZEO/start.py -D -U /tmp/zeosocket} to run ZEO in
+\code{python ZEO/start.py -D -U /tmp/zeosocket} to run ZEO in
debug mode and with a Unix domain socket.
\subsection{Testing the ZEO Installation}