Date: Thu, 5 Nov 2020 21:37:24 +0000 (UTC) From: Enji Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r367399 - head/contrib/bsnmp/snmpd Message-ID: <202011052137.0A5LbOOM075129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Thu Nov 5 21:37:24 2020 New Revision: 367399 URL: https://svnweb.freebsd.org/changeset/base/367399 Log: 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 Modified: head/contrib/bsnmp/snmpd/snmpmod.3 Modified: head/contrib/bsnmp/snmpd/snmpmod.3 ============================================================================== --- head/contrib/bsnmp/snmpd/snmpmod.3 Thu Nov 5 20:52:49 2020 (r367398) +++ head/contrib/bsnmp/snmpd/snmpmod.3 Thu Nov 5 21:37:24 2020 (r367399) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011052137.0A5LbOOM075129>