readme: convert underscores to hyphens on all header IDs

GitHub converts differently than asciidoctor... the only way to keep
them consistent is to explicitly set IDs.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-11-14 00:00:00 +00:00
parent 927c7851b5
commit 2b0a5724a7
16 changed files with 67 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#pagemap_dump-out */
/* https://cirosantilli.com/linux-kernel-module-cheat#pagemap-dump-out */
#define _XOPEN_SOURCE 700
#include <errno.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#config_proc_events
/* https://cirosantilli.com/linux-kernel-module-cheat#config-proc-events
*
* Adapted from: https://stackoverflow.com/questions/6075013/detect-launching-of-programs-on-linux-platform/8255487#8255487
*/

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#time_boot-out */
/* https://cirosantilli.com/linux-kernel-module-cheat#time-boot-out */
#define _XOPEN_SOURCE 700
#include <stdio.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#sleep_forever-out */
/* https://cirosantilli.com/linux-kernel-module-cheat#sleep-forever-out */
#define _XOPEN_SOURCE 700
#include <stdio.h>