Skip to content

Commit b23e8e5

Browse files
bors[bot]laarmen
andauthored
Merge #1181
1181: ioctl: Fix broken link to the kernel documentation r=asomers a=laarmen 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. Co-authored-by: Simon Chopin <[email protected]>
2 parents 90f9301 + ed17d16 commit b23e8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/ioctl/mod.rs

+1-1
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)