summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-22 19:11:00 +0000
committerGitHub <noreply@github.com>2020-08-22 19:11:00 +0000
commit99f5c5b957c93fb093b431538f230fcb93d93f7b (patch)
tree68be7dc1cae97459e7ce184f2db0e0c6651fc155 /src/sys
parent1203d6c07414eb32738d3a9b7a56a4369244d044 (diff)
parentbcb7b4243537b0d98d2ce01e7277c8be4fa01072 (diff)
downloadnix-99f5c5b957c93fb093b431538f230fcb93d93f7b.zip
Merge #1282
1282: `ioctl-number.rst` moved. Update the link. r=asomers a=SolraBizna <!-- This space deliberately left blank --> Co-authored-by: Solra Bizna <solra@bizna.name>
Diffstat (limited to 'src/sys')
-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