]> granicus.if.org Git - python/commitdiff
Fixed index references to modules.
authorFred Drake <fdrake@acm.org>
Mon, 15 Dec 1997 22:23:52 +0000 (22:23 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Dec 1997 22:23:52 +0000 (22:23 +0000)
Made references to files use \file{} instead of \code{}.

Doc/lib/libfcntl.tex
Doc/libfcntl.tex

index b76a28cfadc8fdfccfa1966fd0db24c1c6fdb87a..21f2514e4e97db307f0927405c733ab7172b45eb 100644 (file)
@@ -48,11 +48,11 @@ This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
 \end{funcdesc}
 
 If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
-can find the opcodes in the C include files \code{sys/fcntl} and
-\code{sys/ioctl}. You can create the modules yourself with the h2py
-script, found in the \code{Tools/scripts} directory.
-\stmodindex{FCNTL}
-\stmodindex{IOCTL}
+can find the opcodes in the C include files \file{sys/fcntl.h} and
+\file{sys/ioctl.h}. You can create the modules yourself with the h2py
+script, found in the \file{Tools/scripts} directory.
+\refstmodindex{FCNTL}
+\refstmodindex{IOCTL}
 
 Examples (all on a SVR4 compliant system):
 
index b76a28cfadc8fdfccfa1966fd0db24c1c6fdb87a..21f2514e4e97db307f0927405c733ab7172b45eb 100644 (file)
@@ -48,11 +48,11 @@ This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
 \end{funcdesc}
 
 If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
-can find the opcodes in the C include files \code{sys/fcntl} and
-\code{sys/ioctl}. You can create the modules yourself with the h2py
-script, found in the \code{Tools/scripts} directory.
-\stmodindex{FCNTL}
-\stmodindex{IOCTL}
+can find the opcodes in the C include files \file{sys/fcntl.h} and
+\file{sys/ioctl.h}. You can create the modules yourself with the h2py
+script, found in the \file{Tools/scripts} directory.
+\refstmodindex{FCNTL}
+\refstmodindex{IOCTL}
 
 Examples (all on a SVR4 compliant system):