git: 6b88ab194e3b - stable/12 - bsnmpget.1: Fix a typo in the man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Jan 2023 09:11:28 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=6b88ab194e3b055d49a9468c523ca826968f8195
commit 6b88ab194e3b055d49a9468c523ca826968f8195
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-19 13:18:52 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-22 09:10:51 +0000
bsnmpget.1: Fix a typo in the man page
- s/ingore/ignore/
(cherry picked from commit 7a184a41c6a31a1dcf82c2e35446f96dde78dbce)
---
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1 b/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
index a2a118679f40..acedeedf4115 100644
--- a/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
+++ b/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
@@ -136,7 +136,7 @@ digest.
By default SNMPv3 PDUs are sent unauthenticated.
.It Fl a
Skip any sanity checks when adding OIDs to a Protocol Data Unit (PDU):
-ingore syntax/access type, allow adding of non-leaf objects for GetPdu and
+ignore syntax/access type, allow adding of non-leaf objects for GetPdu and
read-only objects to a SetPDU.
.It Fl b Ar buffersize
Tune the size of buffers used to send and receive packets.