diff options
Diffstat (limited to 'Doc/libfcntl.tex')
-rw-r--r-- | Doc/libfcntl.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/libfcntl.tex b/Doc/libfcntl.tex index 147fb8c..8539e2a 100644 --- a/Doc/libfcntl.tex +++ b/Doc/libfcntl.tex @@ -39,7 +39,9 @@ The module defines the following functions: 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{Demo/scripts} directory. +script, found in the \code{Tools/scripts} directory. +\stmodindex{FCNTL} +\stmodindex{IOCTL} Examples (all on a SVR4 compliant system): |