Skip to content

Commit bcb7b42

Browse files
committed
ioctl-number.rst moved. Update the link.
1 parent 96054b6 commit bcb7b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/ioctl/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//! Historically `ioctl` numbers were arbitrary hard-coded values. In Linux (before 2.6) and some
3030
//! unices this has changed to a more-ordered system where the ioctl numbers are partitioned into
3131
//! 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)):
32+
//! [`Documentation/ioctl/ioctl-number.rst`](https://elixir.bootlin.com/linux/latest/source/Documentation/userspace-api/ioctl/ioctl-number.rst)):
3333
//!
3434
//! * Number: The actual ioctl ID
3535
//! * Type: A grouping of ioctls for a common purpose or driver

0 commit comments

Comments
 (0)