svn commit: r194831 - head/lib/libutil

Robert Watson rwatson at FreeBSD.org
Wed Jun 24 12:53:00 UTC 2009


Author: rwatson
Date: Wed Jun 24 12:52:59 2009
New Revision: 194831
URL: http://svn.freebsd.org/changeset/base/194831

Log:
  Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3.
  
  MFC after:	3 days

Modified:
  head/lib/libutil/kinfo_getvmmap.3

Modified: head/lib/libutil/kinfo_getvmmap.3
==============================================================================
--- head/lib/libutil/kinfo_getvmmap.3	Wed Jun 24 12:08:23 2009	(r194830)
+++ head/lib/libutil/kinfo_getvmmap.3	Wed Jun 24 12:52:59 2009	(r194831)
@@ -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


More information about the svn-src-head mailing list