Add sys/socket.h to SYNOPSIS for libprocstat(3)

sys/socket.h is required for procstat_get_socket_info(3), added in
r221807.

MFC after:	1 month
PR:		217884
Submitted by:	tobik
This commit is contained in:
Enji Cooper 2017-07-29 22:16:05 +00:00
parent 2941d2d603
commit e504201ea7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321704

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd June 27, 2017
.Dd July 29, 2017
.Dt LIBPROCSTAT 3
.Os
.Sh NAME
@ -66,6 +66,7 @@
.Sh SYNOPSIS
.In sys/param.h
.In sys/queue.h
.In sys/socket.h
.In libprocstat.h
.Ft void
.Fn procstat_close "struct procstat *procstat"