Added some .\" comments

This commit is contained in:
Michael Kerrisk 2007-06-01 05:56:53 +00:00
parent 76375bc632
commit 21a50d3348
1 changed files with 4 additions and 0 deletions

View 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