--- src/share/man/man4/ng_etf.4 2006/05/26 19:39:39 1.3 +++ src/share/man/man4/ng_etf.4 2007/06/04 00:40:31 1.4 @@ -101,7 +101,7 @@ are specified in a structure of type .Vt "struct ng_etffilter" : .Bd -literal -offset 4n struct ng_etffilter { - char matchhook[NG_HOOKLEN + 1]; /* hook name */ + char matchhook[NG_HOOKSIZ]; /* hook name */ u_int16_t ethertype; /* catch these */ }; .Ed