ratecheck: mininterval is const

Reflect this in the man page.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Eric van Gyzen 2022-03-11 11:35:41 -06:00
parent a23e475c48
commit 86b12bbc71

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd September 25, 2017
.Dd March 11, 2022
.Dt RATECHECK 9
.Os
.Sh NAME
@ -35,7 +35,7 @@
.Sh SYNOPSIS
.In sys/time.h
.Ft int
.Fn ratecheck "struct timeval *lasttime" "struct timeval *mininterval"
.Fn ratecheck "struct timeval *lasttime" "const struct timeval *mininterval"
.Ft int
.Fn ppsratecheck "struct timeval *lasttime" "int *curpps" "int maxpps"
.Sh DESCRIPTION