--- Standard errno system symbols.
\item[glob]
---- Unix shell style pathname pattern expansion.
+--- \UNIX{} shell style pathname pattern expansion.
\item[fnmatch]
---- Unix shell style pathname pattern matching.
+--- \UNIX{} shell style pathname pattern matching.
\item[locale]
--- Internationalization services.
installed; usually this is in a directory \file{cgi-bin} in the server tree.
Make sure that your script is readable and executable by ``others''; the
-Unix file mode should be 755 (use \code{chmod 755 filename}). Make sure
+\UNIX{} file mode should be 755 (use \code{chmod 755 filename}). Make sure
that the first line of the script contains \code{\#!} starting in column 1
followed by the pathname of the Python interpreter, for instance:
%
(This way, the directory inserted last will be searched first!)
-Instructions for non-Unix systems will vary; check your HTTP server's
+Instructions for non-\UNIX{} systems will vary; check your HTTP server's
documentation (it will usually have a section on CGI scripts).
\begin{funcdesc}{flock}{fd\, op}
Perform the lock operation \var{op} on file descriptor \var{fd}.
-See the Unix manual for details. (On some systems, this function is
-emulated using \code{fcntl}.)
+See the \UNIX{} manual for details. (On some systems, this function is
+emulated using \code{fcntl()}.)
\end{funcdesc}
\begin{funcdesc}{lockf}{fd\, code\, \optional{len\, \optional{start\, \optional{whence}}}}
This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
-\code{fcntl()} calls. See the Unix manual for details.
+\code{fcntl()} calls. See the \UNIX{} manual for details.
\end{funcdesc}
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
--- Standard errno system symbols.
\item[glob]
---- Unix shell style pathname pattern expansion.
+--- \UNIX{} shell style pathname pattern expansion.
\item[fnmatch]
---- Unix shell style pathname pattern matching.
+--- \UNIX{} shell style pathname pattern matching.
\item[locale]
--- Internationalization services.
installed; usually this is in a directory \file{cgi-bin} in the server tree.
Make sure that your script is readable and executable by ``others''; the
-Unix file mode should be 755 (use \code{chmod 755 filename}). Make sure
+\UNIX{} file mode should be 755 (use \code{chmod 755 filename}). Make sure
that the first line of the script contains \code{\#!} starting in column 1
followed by the pathname of the Python interpreter, for instance:
%
(This way, the directory inserted last will be searched first!)
-Instructions for non-Unix systems will vary; check your HTTP server's
+Instructions for non-\UNIX{} systems will vary; check your HTTP server's
documentation (it will usually have a section on CGI scripts).
\begin{funcdesc}{flock}{fd\, op}
Perform the lock operation \var{op} on file descriptor \var{fd}.
-See the Unix manual for details. (On some systems, this function is
-emulated using \code{fcntl}.)
+See the \UNIX{} manual for details. (On some systems, this function is
+emulated using \code{fcntl()}.)
\end{funcdesc}
\begin{funcdesc}{lockf}{fd\, code\, \optional{len\, \optional{start\, \optional{whence}}}}
This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
-\code{fcntl()} calls. See the Unix manual for details.
+\code{fcntl()} calls. See the \UNIX{} manual for details.
\end{funcdesc}
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you