From bb2fa0b1a69dc01232c74445542edc050f3d47eb Mon Sep 17 00:00:00 2001 From: hrchu Date: Mon, 26 Mar 2018 21:14:55 +0800 Subject: [PATCH] Do not call fcntl.ioctl() anymore --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 69f95ac..8c8729e 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ python-ioctl ============ -This Python module contains some simple helper functions for calling `fcntl.ioctl()`_. +This Python module contains some simple helper functions for calling `ioctl()`_. -.. _`fcntl.ioctl()`: https://docs.python.org/3/library/fcntl.html#fcntl.ioctl +.. _`ioctl()`: http://man7.org/linux/man-pages/man2/ioctl.2.html Example -------