Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2022 17:36:54 GMT
From:      Eric van Gyzen <vangyzen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 86b12bbc715f - main - ratecheck: mininterval is const
Message-ID:  <202203111736.22BHasqN065895@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vangyzen:

URL: https://cgit.FreeBSD.org/src/commit/?id=86b12bbc715fb518ac333f4108e32b8616d29f01

commit 86b12bbc715fb518ac333f4108e32b8616d29f01
Author:     Eric van Gyzen <vangyzen@FreeBSD.org>
AuthorDate: 2022-03-11 17:35:41 +0000
Commit:     Eric van Gyzen <vangyzen@FreeBSD.org>
CommitDate: 2022-03-11 17:35:41 +0000

    ratecheck: mininterval is const
    
    Reflect this in the man page.
    
    MFC after:      1 week
    Sponsored by:   Dell EMC Isilon
---
 share/man/man9/ratecheck.9 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man9/ratecheck.9 b/share/man/man9/ratecheck.9
index d33d6e5d1f18..9e02caf7e1cc 100644
--- a/share/man/man9/ratecheck.9
+++ b/share/man/man9/ratecheck.9
@@ -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



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