]> granicus.if.org Git - python/commitdiff
Consistency:
authorFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 19:00:33 +0000 (19:00 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 19:00:33 +0000 (19:00 +0000)
"Unix" ==> "\UNIX{}"

Doc/lib/liballos.tex
Doc/lib/libcgi.tex
Doc/lib/libfcntl.tex
Doc/liballos.tex
Doc/libcgi.tex
Doc/libfcntl.tex

index cc889f3104cf799ea5c0eb37ac5c8d221d30cd17..cfd7e46482f0bf4717bbc8ba85065bc9f716c778 100644 (file)
@@ -24,10 +24,10 @@ systems as well.  Here's an overview:
 --- 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.
index a41409673fcca80c470e24c84bee15525d8b3bc2..6b50ec8823216a1afba16331ab5420583fb590cd 100644 (file)
@@ -263,7 +263,7 @@ system administrator to find the directory where CGI scripts should be
 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:
 
@@ -297,7 +297,7 @@ sys.path.insert(0, "/usr/local/lib/python")
 %
 (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).
 
 
index 21f2514e4e97db307f0927405c733ab7172b45eb..15aeec28ca46939f5284fef0fe1f6d91ae464c40 100644 (file)
@@ -38,13 +38,13 @@ The module defines the following functions:
 
 \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
index cc889f3104cf799ea5c0eb37ac5c8d221d30cd17..cfd7e46482f0bf4717bbc8ba85065bc9f716c778 100644 (file)
@@ -24,10 +24,10 @@ systems as well.  Here's an overview:
 --- 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.
index a41409673fcca80c470e24c84bee15525d8b3bc2..6b50ec8823216a1afba16331ab5420583fb590cd 100644 (file)
@@ -263,7 +263,7 @@ system administrator to find the directory where CGI scripts should be
 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:
 
@@ -297,7 +297,7 @@ sys.path.insert(0, "/usr/local/lib/python")
 %
 (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).
 
 
index 21f2514e4e97db307f0927405c733ab7172b45eb..15aeec28ca46939f5284fef0fe1f6d91ae464c40 100644 (file)
@@ -38,13 +38,13 @@ The module defines the following functions:
 
 \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