summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_getfiles.3
diff options
context:
space:
mode:
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 8f70ca4..c89a35c 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
OpenPOWER on IntegriCloud