diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-06-24 12:52:59 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-06-24 12:52:59 +0000 |
| commit | 63d9261ab25ad0ea9117771e87b9a00bfcf8c298 (patch) | |
| tree | b6ad7a7b072130f3fd8dee2c527872a201b7e2c1 | |
| parent | 36fecbf3022c58a0224a0baa0945d65f9153eba0 (diff) | |
Notes
| -rw-r--r-- | lib/libutil/kinfo_getvmmap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/kinfo_getvmmap.3 b/lib/libutil/kinfo_getvmmap.3 index 488869a3f2cf..0f12b675ac3d 100644 --- a/lib/libutil/kinfo_getvmmap.3 +++ b/lib/libutil/kinfo_getvmmap.3 @@ -37,9 +37,9 @@ .In sys/types.h .In libutil.h .Ft struct kinfo_vmentry * -.Fn kinfo_getfile "pid_t pid" "int *cntp" +.Fn kinfo_getvmmap "pid_t pid" "int *cntp" .Sh DESCRIPTION -This function is used for obtaining the file descriptor information +This function is used for obtaining virtual memory mapping information of a particular process. .Pp The |
