|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
|
|
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
|
|
|
-<div class='date'><span class='ecrm-1200'>September 1, 2023</span></div>
|
|
|
+<div class='date'><span class='ecrm-1200'>September 2, 2023</span></div>
|
|
|
|
|
|
|
|
|
|
|
@@ -478,7 +478,7 @@ module. You can find info on it with the command:
|
|
|
<!-- l. 381 --><p class='indent'> The dash character will get converted to an underscore, so when you again try:
|
|
|
</p>
|
|
|
<pre class='fancyvrb' id='fancyvrb22'><a id='x1-12148r1'></a><span class='ecrm-0500'>1</span><span class='ectt-1000'>sudo lsmod | grep hello</span></pre>
|
|
|
-<!-- l. 386 --><p class='indent'> you should now see your loaded module. It can be removed again with:
|
|
|
+<!-- l. 386 --><p class='indent'> You should now see your loaded module. It can be removed again with:
|
|
|
</p>
|
|
|
<pre class='fancyvrb' id='fancyvrb23'><a id='x1-12151r1'></a><span class='ecrm-0500'>1</span><span class='ectt-1000'>sudo rmmod hello_1</span></pre>
|
|
|
<!-- l. 391 --><p class='indent'> Notice that the dash was replaced by an underscore. To see what just happened in
|