Fixed missing header in synopsis (<devstat.h> unfortunately depends on

<sys/dkstat.h>).
This commit is contained in:
Bruce Evans 1999-03-05 17:14:05 +00:00
parent 7970c1137e
commit aedadd1cb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44490

View file

@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: devstat.3,v 1.2 1998/09/20 00:11:09 ken Exp $
.\" $Id: devstat.3,v 1.3 1999/01/06 04:59:53 obrien Exp $
.\"
.Dd May 21, 1998
.Dt DEVSTAT 3
@ -34,6 +34,7 @@
.Nm devstat
.Nd device statistics utility library
.Sh SYNOPSIS
.Fd #include <sys/dkstat.h>
.Fd #include <devstat.h>
.Ft int
.Fn getnumdevs "void"