diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libkvm/kvm_read.3 | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'lib/libkvm/kvm_read.3')
| -rw-r--r-- | lib/libkvm/kvm_read.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_read.3 b/lib/libkvm/kvm_read.3 index 183df72d252c..cfde604a80ba 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. |
