Commit 6dd0f0ab authored by Fred Drake's avatar Fred Drake

markup fix

parent 756606eb
...@@ -1069,7 +1069,7 @@ list of possible values is, note that they are not case sensitive: ...@@ -1069,7 +1069,7 @@ list of possible values is, note that they are not case sensitive:
If \var{backupCount} is non-zero, the system will save old log files by If \var{backupCount} is non-zero, the system will save old log files by
appending extensions to the filename. The extensions are date-and-time appending extensions to the filename. The extensions are date-and-time
based, using the strftime format \code{%Y-%m-%d_%H-%M-%S} or a leading based, using the strftime format \code{\%Y-\%m-\%d_\%H-\%M-\%S} or a leading
portion thereof, depending on the rollover interval. At most \var{backupCount} portion thereof, depending on the rollover interval. At most \var{backupCount}
files will be kept, and if more would be created when rollover occurs, the files will be kept, and if more would be created when rollover occurs, the
oldest one is deleted. oldest one is deleted.
...@@ -1537,7 +1537,7 @@ to start the server, and which you can \method{join()} when appropriate. ...@@ -1537,7 +1537,7 @@ to start the server, and which you can \method{join()} when appropriate.
To stop the server, call \function{stopListening()}. To send a configuration To stop the server, call \function{stopListening()}. To send a configuration
to the socket, read in the configuration file and send it to the socket to the socket, read in the configuration file and send it to the socket
as a string of bytes preceded by a four-byte length packed in binary using as a string of bytes preceded by a four-byte length packed in binary using
struct.\code{pack(">L", n)}. struct.\code{pack('>L', n)}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{stopListening}{} \begin{funcdesc}{stopListening}{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment