[Chinese-commits] [manpages-zh] 33/131: fix query_module
Boyuan Yang
hosiet-guest at moszumanska.debian.org
Tue Dec 13 19:59:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
hosiet-guest pushed a commit to branch master
in repository manpages-zh.
commit b7d8abd0ab2bff1dc6b7036f5df51a39bc6dfa19
Author: LI Daobing <lidaobing at gmail.com>
Date: Sat Feb 23 16:07:05 2008 +0800
fix query_module
---
src/man2/query_module.2 | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/man2/query_module.2 b/src/man2/query_module.2
index 9a4cd70..da827b1 100644
--- a/src/man2/query_module.2
+++ b/src/man2/query_module.2
@@ -1,6 +1,6 @@
-.TH query_module ""
+.TH query_module 2
.SH NAME
-query_module - 向内核查询和模块有关的各个位. /* 查询有关的位?? */
+query_module \- 向内核查询和模块有关的各个位. /* 查询有关的位?? */
.SH 总览
.B #include <linux/module.h>
.sp
@@ -19,8 +19,9 @@ ules.
返回所有已加载的模块的名字.输出缓冲区的格式是邻近的以null终止的字符串;ret
被
设置为模块的数目.
-QM_DEPS Returns the names of all modules used by the indicated module
-. The output buffer format is adjacent null-terminated strings; ret is set t
+QM_DEPS Returns the names of all modules used by the indicated
+module.
+The output buffer format is adjacent null-terminated strings; ret is set t
o the number of modules. 返回所有被name参数指定的模块使用的模块的名字.输出
缓
冲区格式是邻近的以null终止的字符串;ret被设置为模块的数目.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/manpages-zh.git
More information about the Chinese-commits
mailing list