summaryrefslogtreecommitdiff
path: root/src/sys/ioctl/mod.rs
diff options
context:
space:
mode:
authorSolra Bizna <solra@bizna.name>2020-08-02 15:32:36 -0600
committerSolra Bizna <solra@bizna.name>2020-08-02 15:32:36 -0600
commitbcb7b4243537b0d98d2ce01e7277c8be4fa01072 (patch)
tree4fb3019d2fde3b767e04b05c1f316929fa77c495 /src/sys/ioctl/mod.rs
parent96054b6933404b4c1d5dbd49db7ec7c7a26e44de (diff)
downloadnix-bcb7b4243537b0d98d2ce01e7277c8be4fa01072.zip
`ioctl-number.rst` moved. Update the link.
Diffstat (limited to 'src/sys/ioctl/mod.rs')
-rw-r--r--src/sys/ioctl/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/ioctl/mod.rs b/src/sys/ioctl/mod.rs
index 60f169db..8858a9d5 100644
--- a/src/sys/ioctl/mod.rs
+++ b/src/sys/ioctl/mod.rs
@@ -29,7 +29,7 @@
//! Historically `ioctl` numbers were arbitrary hard-coded values. In Linux (before 2.6) and some
//! unices this has changed to a more-ordered system where the ioctl numbers are partitioned into
//! subcomponents (For linux this is documented in
-//! [`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)):
//!
//! * Number: The actual ioctl ID
//! * Type: A grouping of ioctls for a common purpose or driver