aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_getfiles.3
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2003-03-24 15:58:53 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2003-03-24 15:58:53 +0000
commit4cacb61823db2ecd54db447bc0a8a31fcef189d6 (patch)
tree5f97aca110ca7405daf1022e61ae950be063c950 /lib/libkvm/kvm_getfiles.3
parent0dc90c7a0d538d033da630ddd9b6fedd0d3cf496 (diff)
downloadsrc-4cacb61823db2ecd54db447bc0a8a31fcef189d6.tar.gz
src-4cacb61823db2ecd54db447bc0a8a31fcef189d6.zip
The .Fn function
The .Fa argument
Notes
Notes: svn path=/head/; revision=112539
Diffstat (limited to 'lib/libkvm/kvm_getfiles.3')
-rw-r--r--lib/libkvm/kvm_getfiles.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_getfiles.3 b/lib/libkvm/kvm_getfiles.3
index 8f70ca4fff0f..c89a35cd8c5e 100644
--- a/lib/libkvm/kvm_getfiles.3
+++ b/lib/libkvm/kvm_getfiles.3
@@ -54,8 +54,9 @@
.Ft char *
.Fn kvm_getfiles "kvm_t *kd" "int op" "int arg" "int *cnt"
.Sh DESCRIPTION
+The
.Fn kvm_getfiles
-returns a (sub-)set of the open files in the kernel indicated by
+function returns a (sub-)set of the open files in the kernel indicated by
.Fa kd .
The
.Fa op
@@ -72,8 +73,9 @@ This memory is owned by kvm and is not guaranteed to be persistent across
subsequent kvm library calls. Data should be copied out if it needs to be
saved.
.Sh RETURN VALUES
+The
.Fn kvm_getfiles
-will return NULL on failure.
+function will return NULL on failure.
.Sh BUGS
This routine does not belong in the kvm interface.
.Sh SEE ALSO