From: "Theo de Raadt" Subject: Re: typo in pf.conf.5 To: Damien Miller Cc: tech@openbsd.org Date: Fri, 09 Feb 2024 00:04:17 -0700 Yep, correct. Damien Miller wrote: > Hi, > > I just noticed a typo in pf.conf(5). The code says: > > pfctl.c: { "pktdelay-pkts", PF_LIMIT_PKTDELAY_PKTS }, > > (i.e. hyphen, not underscore) > > ok? > > I'm also not able to get "set delay" doing anything visible, but maybe > I'm holding it wrong. > > Index: pf.conf.5 > =================================================================== > RCS file: /cvs/src/share/man/man5/pf.conf.5,v > diff -u -p -r1.600 pf.conf.5 > --- pf.conf.5 18 Nov 2022 18:11:10 -0000 1.600 > +++ pf.conf.5 9 Feb 2024 06:57:14 -0000 > @@ -1238,7 +1238,7 @@ See > for an explanation of memory pools. > .Pp > Limits can be set on the following: > -.Bl -tag -width pktdelay_pkts > +.Bl -tag -width pktdelay-pkts > .It Cm states > Set the maximum number of entries in the memory pool used by state table > entries (those generated by >