diff options
author | Solra Bizna <solra@bizna.name> | 2020-08-02 15:32:36 -0600 |
---|---|---|
committer | Solra Bizna <solra@bizna.name> | 2020-08-02 15:32:36 -0600 |
commit | bcb7b4243537b0d98d2ce01e7277c8be4fa01072 (patch) | |
tree | 4fb3019d2fde3b767e04b05c1f316929fa77c495 | |
parent | 96054b6933404b4c1d5dbd49db7ec7c7a26e44de (diff) | |
download | nix-bcb7b4243537b0d98d2ce01e7277c8be4fa01072.zip |
`ioctl-number.rst` moved. Update the link.
-rw-r--r-- | src/sys/ioctl/mod.rs | 2 |
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 |