We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ioctl-number.rst
1 parent 96054b6 commit bcb7b42Copy full SHA for bcb7b42
src/sys/ioctl/mod.rs
@@ -29,7 +29,7 @@
29
//! Historically `ioctl` numbers were arbitrary hard-coded values. In Linux (before 2.6) and some
30
//! unices this has changed to a more-ordered system where the ioctl numbers are partitioned into
31
//! subcomponents (For linux this is documented in
32
-//! [`Documentation/ioctl/ioctl-number.rst`](http://elixir.free-electrons.com/linux/latest/source/Documentation/ioctl/ioctl-number.rst)):
+//! [`Documentation/ioctl/ioctl-number.rst`](https://elixir.bootlin.com/linux/latest/source/Documentation/userspace-api/ioctl/ioctl-number.rst)):
33
//!
34
//! * Number: The actual ioctl ID
35
//! * Type: A grouping of ioctls for a common purpose or driver
0 commit comments