Просмотр исходного кода

deploy: 5ce6b0024aac0312be5574caf49001045a8fc6ff

jserv 2 недель назад
Родитель
Сommit
c63c1761f3
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      index.html
  2. 2 2
      lkmpg-for-ht.html

+ 2 - 2
index.html

@@ -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'>April 14, 2025</span></div>
+<div class='date'><span class='ecrm-1200'>April 15, 2025</span></div>
                                                                   
 
                                                                   
@@ -2289,7 +2289,7 @@ So to help people writing <span class='obeylines-h'><span class='verb'><span cla
 </code>, <code>  <span class='ectt-1000'>next()</span>
 </code>, and <code>  <span class='ectt-1000'>stop()</span>
 </code>. The <code>  <span class='ectt-1000'>seq_file</span>
-</code> API starts a sequence when a user read the <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc</span></span></span> file.
+</code> API starts a sequence when a user reads the <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc</span></span></span> file.
 </p><!-- l. 1235 --><p class='indent'>   A sequence begins with the call of the function
 <code> <span class='ectt-1000'>start()</span>
 </code>. If the return is a non <code>  <span class='ectt-1000'>NULL</span>

+ 2 - 2
lkmpg-for-ht.html

@@ -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'>April 14, 2025</span></div>
+<div class='date'><span class='ecrm-1200'>April 15, 2025</span></div>
                                                                   
 
                                                                   
@@ -2289,7 +2289,7 @@ So to help people writing <span class='obeylines-h'><span class='verb'><span cla
 </code>, <code>  <span class='ectt-1000'>next()</span>
 </code>, and <code>  <span class='ectt-1000'>stop()</span>
 </code>. The <code>  <span class='ectt-1000'>seq_file</span>
-</code> API starts a sequence when a user read the <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc</span></span></span> file.
+</code> API starts a sequence when a user reads the <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc</span></span></span> file.
 </p><!-- l. 1235 --><p class='indent'>   A sequence begins with the call of the function
 <code> <span class='ectt-1000'>start()</span>
 </code>. If the return is a non <code>  <span class='ectt-1000'>NULL</span>