summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libfcntl.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex
index bc125e5..33a5893 100644
--- a/Doc/lib/libfcntl.tex
+++ b/Doc/lib/libfcntl.tex
@@ -50,7 +50,7 @@ The module defines the following functions:
\begin{funcdesc}{ioctl}{fd, op, arg}
This function is identical to the \function{fcntl()} function, except
that the operations are typically defined in the library module
- \module{IOCTL}.
+ \refmodule{termios}.
\end{funcdesc}
\begin{funcdesc}{flock}{fd, op}