git: 7a184a41c6a3 - main - bsnmpget.1: Fix a typo in the man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Jan 2023 13:19:01 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=7a184a41c6a31a1dcf82c2e35446f96dde78dbce
commit 7a184a41c6a31a1dcf82c2e35446f96dde78dbce
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-19 13:18:52 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-19 13:18:52 +0000
bsnmpget.1: Fix a typo in the man page
- s/ingore/ignore/
MFC after: 3 days
---
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 95abc87a5720..ea3a2c5ce189 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.