Parcourir la source

Adjust link to ioctl-number.rst

Cyril Brulebois il y a 3 ans
Parent
commit
98aa78e4d2
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      lkmpg.tex

+ 1 - 2
lkmpg.tex

@@ -1153,8 +1153,7 @@ This header file should then be included both by the programs which will use ioc
 In the example below, the header file is chardev.h and the program which uses it is ioctl.c.
 In the example below, the header file is chardev.h and the program which uses it is ioctl.c.
 
 
 If you want to use ioctls in your own kernel modules, it is best to receive an official ioctl assignment, so if you accidentally get somebody else's ioctls, or if they get yours, you'll know something is wrong.
 If you want to use ioctls in your own kernel modules, it is best to receive an official ioctl assignment, so if you accidentally get somebody else's ioctls, or if they get yours, you'll know something is wrong.
-% FIXME: use the right entry about ioctl assignment
-For more information, consult the kernel source tree at \src{Documentation/driver-api/ioctl.rst}.
+For more information, consult the kernel source tree at \src{Documentation/userspace-api/ioctl/ioctl-number.rst}.
 
 
 \samplec{examples/chardev2.c}
 \samplec{examples/chardev2.c}