diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-11-23 23:37:06 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-11-23 23:37:06 +0000 |
commit | d140fcec41c368811900bdc2df1036783e28fe1c (patch) | |
tree | b420f3949f9ad13a4c36cd20a650914aff56b96d | |
parent | 6184c8b68b0c7593cce7969caedd15be3110b026 (diff) |
Fix example code, okay dlg@
-rw-r--r-- | share/man/man9/ratecheck.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/ratecheck.9 b/share/man/man9/ratecheck.9 index cb7655c4c66..8f8176f42aa 100644 --- a/share/man/man9/ratecheck.9 +++ b/share/man/man9/ratecheck.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ratecheck.9,v 1.6 2003/06/06 20:56:32 jmc Exp $ +.\" $OpenBSD: ratecheck.9,v 1.7 2006/11/23 23:37:05 pedro Exp $ .\" $NetBSD: ratecheck.9,v 1.1.2.1 2000/02/18 20:26:43 he Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -97,7 +97,7 @@ long drv_err2count; /* # of err2 errs since last msg */ * patched. Allowing it to be set via an option might be nice, * but could lead to an insane proliferation of options. */ -struct timeval drv_errintvl = { 5, 0 }; /* 5 seconds */ +struct timeval drv_errinterval = { 5, 0 }; /* 5 seconds */ /* error handling/reporting function */ void |