Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 16:18:43 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265276 - head/lib/libutil
Message-ID:  <201405031618.s43GIh7N040751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Sat May  3 16:18:42 2014
New Revision: 265276
URL: http://svnweb.freebsd.org/changeset/base/265276

Log:
  Fix a typo.
  
  MFC after:	3 days

Modified:
  head/lib/libutil/kinfo_getfile.3

Modified: head/lib/libutil/kinfo_getfile.3
==============================================================================
--- head/lib/libutil/kinfo_getfile.3	Sat May  3 16:11:55 2014	(r265275)
+++ head/lib/libutil/kinfo_getfile.3	Sat May  3 16:18:42 2014	(r265276)
@@ -48,7 +48,7 @@ field contains the process identifier.
 This should be the a process that you have privilege to access.
 The
 .Ar cntp
-field is allows the caller to know how many records are returned.
+field allows the caller to know how many records are returned.
 .Pp
 This function is a wrapper around
 .Xr sysctl 3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405031618.s43GIh7N040751>