aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/kinfo_getproc.3
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-06-14 05:35:02 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-06-14 05:35:02 +0000
commitbc89b58def9c028d29a5faf3a03eee2b8b5337ae (patch)
treee256380602485bb6ef3664f145a1028aee7275f3 /lib/libutil/kinfo_getproc.3
parent5e3ca52e78b4b1a8015d6e27019160eff8e49d64 (diff)
downloadsrc-bc89b58def9c028d29a5faf3a03eee2b8b5337ae.tar.gz
src-bc89b58def9c028d29a5faf3a03eee2b8b5337ae.zip
libutil: Document function HISTORY within the manpages
Reviewed by: bcr (mentor) Approved by: bcr (mentor) MFC after: 7 days Differential Revision: https://reviews.freebsd.org/D24795
Notes
Notes: svn path=/head/; revision=362169
Diffstat (limited to 'lib/libutil/kinfo_getproc.3')
-rw-r--r--lib/libutil/kinfo_getproc.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libutil/kinfo_getproc.3 b/lib/libutil/kinfo_getproc.3
index f5ccbc5011ab..dea43a4334cd 100644
--- a/lib/libutil/kinfo_getproc.3
+++ b/lib/libutil/kinfo_getproc.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 27, 2015
+.Dd May 10, 2020
.Dt KINFO_GETPROC 3
.Os
.Sh NAME
@@ -72,3 +72,8 @@ function returns
.Xr free 3 ,
.Xr malloc 3 ,
.Xr sysctl 3
+.Sh HISTORY
+The
+.Fn kinfo_getproc
+function first appeared in
+.Fx 7.0 .