From 6c123efe3dc6f0d677568f812133894a55198b41 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 14 Jun 2002 01:58:19 +0000 Subject: [PATCH] Refer the reader to the correct module for constant definitions. This closes SF bug #550777. --- Doc/lib/libfcntl.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex index bc125e51ef..33a5893014 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} -- 2.50.1