svn commit: r311217 - stable/11/contrib/bsnmp/lib

Ngie Cooper ngie at FreeBSD.org
Wed Jan 4 00:53:04 UTC 2017


Author: ngie
Date: Wed Jan  4 00:53:02 2017
New Revision: 311217
URL: https://svnweb.freebsd.org/changeset/base/311217

Log:
  MFC r311003:
  
  Fix spelling errors; bump .Dd for the change

Modified:
  stable/11/contrib/bsnmp/lib/bsnmplib.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/bsnmp/lib/bsnmplib.3
==============================================================================
--- stable/11/contrib/bsnmp/lib/bsnmplib.3	Wed Jan  4 00:44:03 2017	(r311216)
+++ stable/11/contrib/bsnmp/lib/bsnmplib.3	Wed Jan  4 00:53:02 2017	(r311217)
@@ -37,7 +37,7 @@
 .\"
 .\" $Begemot: bsnmp/lib/bsnmplib.3,v 1.9 2005/10/04 08:46:51 brandt_h Exp $
 .\"
-.Dd December 19, 2010
+.Dd December 31, 2016
 .Dt BSNMPLIB 3
 .Os
 .Sh NAME
@@ -381,7 +381,7 @@ The function
 verifies the authentication parameter contained in the PDU (if present) and
 if the PDU is encrypted, decrypts the PDU contents pointed to by
 .Fa buf .
-If successfull, a plain text scoped PDU is stored in the buffer.
+If successful, a plain text scoped PDU is stored in the buffer.
 .Pp
 The function
 .Fn snmp_pdu_init_secparams
@@ -477,7 +477,7 @@ The requested securityLevel contained in
 The PDU authentication parameter received in the PDU did not match the
 calculated message digest.
 .It Bq Er SNMP_CODE_EDECRYPT
-Error occured while trying to decrypt the PDU.
+Error occurred while trying to decrypt the PDU.
 .El
 .Pp
 .Fn snmp_pdu_encode


More information about the svn-src-all mailing list