aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-01-19 13:18:52 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-01-19 13:18:52 +0000
commit7a184a41c6a31a1dcf82c2e35446f96dde78dbce (patch)
treef54d19f0c4762bb8c1c09687cab94578208cb7a5
parent30985d19b00da3ea3ba808b57e5a46ce6403b8d7 (diff)
downloadsrc-7a184a41c6a31a1dcf82c2e35446f96dde78dbce.tar.gz
src-7a184a41c6a31a1dcf82c2e35446f96dde78dbce.zip
bsnmpget.1: Fix a typo in the man page
- s/ingore/ignore/ MFC after: 3 days
-rw-r--r--usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.12
1 files changed, 1 insertions, 1 deletions
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.