mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 11:43:36 +00:00
tcp(4): Fix a typo in a sysctl description
- s/entires/entries/ MFC after: 3 days
This commit is contained in:
parent
94e25b7acb
commit
b4aa9cb217
@ -192,7 +192,7 @@ SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, prune, CTLFLAG_VNET | CTLFLAG_RW,
|
||||
|
||||
SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, purge, CTLFLAG_VNET | CTLFLAG_RW,
|
||||
&VNET_NAME(tcp_hostcache.purgeall), 0,
|
||||
"Expire all entires on next purge run");
|
||||
"Expire all entries on next purge run");
|
||||
|
||||
SYSCTL_PROC(_net_inet_tcp_hostcache, OID_AUTO, list,
|
||||
CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_SKIP | CTLFLAG_MPSAFE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user