Skip to content

Commit ed17d16

Browse files
authored
ioctl: Fix broken link to the kernel documentation
The file documenting ioctl number assignment in the Linux kernel has been converted to ReStructuredText (see https://lwn.net/Articles/705224/ for some background), the file extension has naturally changed.
1 parent 90f9301 commit ed17d16

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.txt`](http://elixir.free-electrons.com/linux/latest/source/Documentation/ioctl/ioctl-number.txt)):
32+
//! [`Documentation/ioctl/ioctl-number.rst`](http://elixir.free-electrons.com/linux/latest/source/Documentation/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)