diff --git a/docs/source/opkg/dkms_opkg.rst b/docs/source/opkg/dkms_opkg.rst index 8e0bab5..0da657e 100644 --- a/docs/source/opkg/dkms_opkg.rst +++ b/docs/source/opkg/dkms_opkg.rst @@ -76,7 +76,7 @@ denoting that the binary object links against the kernel. Creating or obtaining source for these modules is much the same as for any other Linux distribution. While a simple “Hello, World!” example is provided for this tutorial, NI recommends reviewing `The Linux Kernel -Module Programming Guide `__ +Module Programming Guide `__ before attempting to create or modify a Linux kernel module. DKMS @@ -188,10 +188,10 @@ hello.c This is C source code for a simple “Hello, World!” kernel module taken from the examples given in `The Linux Kernel Module Programming -Guide `__. Other simple kernel +Guide `__. Other simple kernel module source examples can be found in that document, and this source is -based on the `Hello World (part -2) `__ section of +based on the `Hello World +`__ section of that document. The source code has been modified slightly to account for the default @@ -224,7 +224,7 @@ Makefile This makefile, as with the C source file, is based on the examples given in the `The Linux Kernel Module Programming -Guide `__. More examples of +Guide `__. More examples of kernel module makefiles and related options are covered in that document. @@ -521,7 +521,7 @@ Resources - `NI Linux Real-Time FAQ `__ - `The Linux Kernel Module Programming - Guide `__ + Guide `__ - `Dynamic Kernel Module Support source `__ - `PuTTY`_ diff --git a/docs/source/opkg/opkg_intro.rst b/docs/source/opkg/opkg_intro.rst index 121e20b..d808112 100644 --- a/docs/source/opkg/opkg_intro.rst +++ b/docs/source/opkg/opkg_intro.rst @@ -307,7 +307,7 @@ Resources - `NI Linux Real-Time FAQ `__ - `The Linux Kernel Module Programming - Guide `__ + Guide `__ - `Dynamic Kernel Module Support source `__ - `PuTTY`_