浏览代码

deploy: 45769753d335ea8a27298d5893936d199d9e0d5e

jserv 3 年之前
父节点
当前提交
29bead6d38
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      index.html
  2. 1 1
      lkmpg.html

+ 1 - 1
index.html

@@ -1550,7 +1550,7 @@ to configure the file <span class='ecbx-1000'>/proc/helloworld </span>(for examp
 return value means that the creation has failed.
 </p><!-- l. 935 --><p class='indent'>   Each time, everytime the file <span class='ecbx-1000'>/proc/helloworld </span>is read, the function
 <span class='ecbx-1000'>procfile_read </span>is called. Two parameters of this function are very important: the
-buffer (the first parameter) and the offset (the third one). The content of the
+buffer (the second parameter) and the offset (the fourth one). The content of the
 buffer will be returned to the application which read it (for example the
 cat command). The offset is the current position in the file. If the return
 value of the function is not null, then this function is called again. So be

+ 1 - 1
lkmpg.html

@@ -1550,7 +1550,7 @@ to configure the file <span class='ecbx-1000'>/proc/helloworld </span>(for examp
 return value means that the creation has failed.
 </p><!-- l. 935 --><p class='indent'>   Each time, everytime the file <span class='ecbx-1000'>/proc/helloworld </span>is read, the function
 <span class='ecbx-1000'>procfile_read </span>is called. Two parameters of this function are very important: the
-buffer (the first parameter) and the offset (the third one). The content of the
+buffer (the second parameter) and the offset (the fourth one). The content of the
 buffer will be returned to the application which read it (for example the
 cat command). The offset is the current position in the file. If the return
 value of the function is not null, then this function is called again. So be