You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by jg...@apache.org on 2005/08/17 00:22:14 UTC

svn commit: r233067 - /httpd/mod_python/trunk/Doc/modpython4.tex

Author: jgallacher
Date: Tue Aug 16 15:22:11 2005
New Revision: 233067

URL: http://svn.apache.org/viewcvs?rev=233067&view=rev
Log:
Small latex formatting fix for FileSession. Should fix the PDF layout
problem.

Modified:
    httpd/mod_python/trunk/Doc/modpython4.tex

Modified: httpd/mod_python/trunk/Doc/modpython4.tex
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/Doc/modpython4.tex?rev=233067&r1=233066&r2=233067&view=diff
==============================================================================
--- httpd/mod_python/trunk/Doc/modpython4.tex (original)
+++ httpd/mod_python/trunk/Doc/modpython4.tex Tue Aug 16 15:22:11 2005
@@ -2083,7 +2083,8 @@
   \var{PythonOption session_cleanup_time_limit}.
 
   \begin{itemize}
-  \item[\var{fast_cleanup}]
+  \item
+   \var{fast_cleanup}
     A boolean value used to turn on FileSession cleanup optimization.
     Default is \var{True} and will result in reduced cleanup time when
     there are a large number of session files.
@@ -2110,7 +2111,8 @@
     The value of \var{fast_cleanup} can also be set using
     \code{PythonOption session_fast_cleanup}.
     
-  \item[\var{verify_cleanup}]
+  \item
+   \var{verify_cleanup}
     Boolean value used to optimize the FileSession cleanup process.
     Default is \code{True}.
     
@@ -2129,7 +2131,8 @@
     The value of \var{verify_cleanup} can also be set using
     \code{PythonOption session_verify_cleanup}
     
-  \item[\var{PythonOption session_cleanup_time_limit [value]}]
+  \item
+   \var{PythonOption session_cleanup_time_limit [value]}
     Integer value in seconds. Default is 2 seconds.
 
     Session cleanup could potentially take a long time and be both cpu
@@ -2144,7 +2147,8 @@
     feature and filesession_cleanup will run to completion each time it
     is called.
 
-  \item[\var{PythonOption session_grace_period [value]}]
+  \item
+    \var{PythonOption session_grace_period [value]}
     Integer value in seconds. Default is 240 seconds. This value is added
     to the session timeout in determining if a session file should be 
     deleted.