Don't use u_long in the synopsis, since u_long is not part of the kvm

interface.
This commit is contained in:
Bruce Evans 1999-03-05 17:32:53 +00:00
parent aedadd1cb9
commit 114d756447
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@
.Sh SYNOPSIS
.Fd #include <kvm.h>
.Ft ssize_t
.Fn kvm_read "kvm_t *kd" "u_long addr" "void *buf" "size_t nbytes"
.Fn kvm_read "kvm_t *kd" "unsigned long addr" "void *buf" "size_t nbytes"
.Ft ssize_t
.Fn kvm_write "kvm_t *kd" "u_long addr" "const void *buf" "size_t nbytes"
.Fn kvm_write "kvm_t *kd" "unsigned long addr" "const void *buf" "size_t nbytes"
.Sh DESCRIPTION
The
.Fn kvm_read