Commit a9fd9df8 authored by Neal Norwitz's avatar Neal Norwitz

Fix typo, refer to proper argument name

parent 056768f2
...@@ -199,7 +199,7 @@ PyDoc_STRVAR(ioctl_doc, ...@@ -199,7 +199,7 @@ PyDoc_STRVAR(ioctl_doc,
"ioctl(fd, opt[, arg[, mutate_flag]])\n\ "ioctl(fd, opt[, arg[, mutate_flag]])\n\
\n\ \n\
Perform the requested operation on file descriptor fd. The operation is\n\ Perform the requested operation on file descriptor fd. The operation is\n\
defined by op and is operating system dependent. Typically these codes are\n\ defined by opt and is operating system dependent. Typically these codes are\n\
retrieved from the fcntl or termios library modules.\n\ retrieved from the fcntl or termios library modules.\n\
\n\ \n\
The argument arg is optional, and defaults to 0; it may be an int or a\n\ The argument arg is optional, and defaults to 0; it may be an int or a\n\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment