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

Skip to content

Commit 6c123ef

Browse files
committed
Refer the reader to the correct module for constant definitions.
This closes SF bug #550777.
1 parent eda5a8e commit 6c123ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libfcntl.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ \section{\module{fcntl} ---
5050
\begin{funcdesc}{ioctl}{fd, op, arg}
5151
This function is identical to the \function{fcntl()} function, except
5252
that the operations are typically defined in the library module
53-
\module{IOCTL}.
53+
\refmodule{termios}.
5454
\end{funcdesc}
5555

5656
\begin{funcdesc}{flock}{fd, op}

0 commit comments

Comments
 (0)