mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
snmpmod(3): fix typo under the COMMUNITIES section
"recipte" should be spelled like "receipt". .Dd is intentionally not being bumped for the change. MFC after: 1 week Sponsored by: DellEMC
This commit is contained in:
parent
f10845877e
commit
ae41709ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ struct systemg {
|
|||
.Ed
|
||||
.Ss COMMUNITIES
|
||||
The SNMP daemon implements a community table.
|
||||
On recipte of a request message
|
||||
On receipt of a request message
|
||||
the community string in that message is compared to each of the community
|
||||
strings in that table, if a match is found, the global variable
|
||||
.Va community
|
||||
|
|
|
|||
Loading…
Reference in a new issue