Răsfoiți Sursa

Correct name/location for ioctl-number.rst

ioctl-number.rst in Documentation has been renamed and moved

See commits
- 049500715e7
- 08536105d93
Amit Dhingra 1 an în urmă
părinte
comite
6341842a9b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      examples/ioctl.c

+ 1 - 1
examples/ioctl.c

@@ -13,7 +13,7 @@ struct ioctl_arg {
     unsigned int val;
 };
 
-/* Documentation/ioctl/ioctl-number.txt */
+/* Documentation/userspace-api/ioctl/ioctl-number.rst */
 #define IOC_MAGIC '\x66'
 
 #define IOCTL_VALSET _IOW(IOC_MAGIC, 0, struct ioctl_arg)