summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_read.3
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libkvm/kvm_read.3
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
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 183df72..cfde604 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.
OpenPOWER on IntegriCloud