summaryrefslogtreecommitdiff
path: root/share/man/man9/ppsratecheck.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/ppsratecheck.9')
-rw-r--r--share/man/man9/ppsratecheck.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/ppsratecheck.9 b/share/man/man9/ppsratecheck.9
index 8c41ac58d7f..3309146ca8b 100644
--- a/share/man/man9/ppsratecheck.9
+++ b/share/man/man9/ppsratecheck.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ppsratecheck.9,v 1.4 2008/06/26 05:42:08 ray Exp $
+.\" $OpenBSD: ppsratecheck.9,v 1.5 2013/06/04 19:27:11 schwarze Exp $
.\" $NetBSD: ppsratecheck.9,v 1.1 2000/08/03 00:09:39 itojun Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -28,14 +28,14 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 26 2008 $
+.Dd $Mdocdate: June 4 2013 $
.Dt PPSRATECHECK 9
.Os
.Sh NAME
.Nm ppsratecheck
.Nd function to help implement rate-limited actions
.Sh SYNOPSIS
-.Fd #include <sys/time.h>
+.In sys/time.h
.Ft int
.Fn ppsratecheck "struct timeval *lasttime" "int *curpps" "int maxpps"
.Sh DESCRIPTION