Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19d5827

Browse files
committed
Fixed index references to modules.
Made references to files use \file{} instead of \code{}.
1 parent 356818e commit 19d5827

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Doc/lib/libfcntl.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ \section{Built-in Module \sectcode{fcntl}}
4848
\end{funcdesc}
4949

5050
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
51-
can find the opcodes in the C include files \code{sys/fcntl} and
52-
\code{sys/ioctl}. You can create the modules yourself with the h2py
53-
script, found in the \code{Tools/scripts} directory.
54-
\stmodindex{FCNTL}
55-
\stmodindex{IOCTL}
51+
can find the opcodes in the C include files \file{sys/fcntl.h} and
52+
\file{sys/ioctl.h}. You can create the modules yourself with the h2py
53+
script, found in the \file{Tools/scripts} directory.
54+
\refstmodindex{FCNTL}
55+
\refstmodindex{IOCTL}
5656

5757
Examples (all on a SVR4 compliant system):
5858

Doc/libfcntl.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ \section{Built-in Module \sectcode{fcntl}}
4848
\end{funcdesc}
4949

5050
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
51-
can find the opcodes in the C include files \code{sys/fcntl} and
52-
\code{sys/ioctl}. You can create the modules yourself with the h2py
53-
script, found in the \code{Tools/scripts} directory.
54-
\stmodindex{FCNTL}
55-
\stmodindex{IOCTL}
51+
can find the opcodes in the C include files \file{sys/fcntl.h} and
52+
\file{sys/ioctl.h}. You can create the modules yourself with the h2py
53+
script, found in the \file{Tools/scripts} directory.
54+
\refstmodindex{FCNTL}
55+
\refstmodindex{IOCTL}
5656

5757
Examples (all on a SVR4 compliant system):
5858

0 commit comments

Comments
 (0)