]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Added some .\" comments
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 1 Jun 2007 05:56:53 +0000 (05:56 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 1 Jun 2007 05:56:53 +0000 (05:56 +0000)
man2/query_module.2

index 4d12ad881e5a87bf29d6d8b2afa7d5558047753f..8965e7bf4c8cb53c25e881913f94e2502ed9d4c0 100644 (file)
@@ -47,12 +47,14 @@ The returned buffer consists of a sequence of null-terminated strings;
 .I ret
 is set to the number of
 modules.
+.\" ret is set on ENOSPC
 .TP
 .B QM_DEPS
 Returns the names of all modules used by the indicated module.
 The returned buffer consists of a sequence of null-terminated strings;
 .I ret
 is set to the number of modules.
+.\" ret is set on ENOSPC
 .TP
 .B QM_REFS
 Returns the names of all modules using the indicated module.
@@ -61,11 +63,13 @@ This is the inverse of
 The returned buffer consists of a sequence of null-terminated strings;
 .I ret
 is set to the number of modules.
+.\" ret is set on ENOSPC
 .TP
 .B QM_SYMBOLS
 Returns the symbols and values exported by the kernel or the indicated
 module.
 The returned buffer is an array of structures of the following form
+.\" ret is set on ENOSPC
 .RS
 .PP
 .nf