summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_read.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkvm/kvm_read.3')
-rw-r--r--lib/libkvm/kvm_read.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_read.3 b/lib/libkvm/kvm_read.3
index 183df72d252cc..cfde604a80ba1 100644
--- a/lib/libkvm/kvm_read.3
+++ b/lib/libkvm/kvm_read.3
@@ -66,19 +66,19 @@ for information regarding opening kernel virtual memory and crash dumps.
The
.Fn kvm_read
function transfers
-.Fa nbytes
+.Fa nbytes
bytes of data from
the kernel space address
.Fa addr
to
.Fa buf .
-Conversely,
+Conversely,
.Fn kvm_write
transfers data from
.Fa buf
to
.Fa addr .
-Unlike their SunOS counterparts, these functions cannot be used to
+Unlike their SunOS counterparts, these functions cannot be used to
read or write process address spaces.
.Sh RETURN VALUES
Upon success, the number of bytes actually transferred is returned.