6bd32a
--- net-snmp-5.7.3/man/net-snmp-create-v3-user.1.def	2014-12-08 21:23:22.000000000 +0100
6bd32a
+++ /tmp/net-snmp-create-v3-user.1.def	2018-01-23 10:22:29.096506633 +0100
6bd32a
@@ -3,7 +3,7 @@
6bd32a
 net-snmp-create-v3-user \- create a SNMPv3 user in net-snmp configuration file
6bd32a
 .SH SYNOPSIS
6bd32a
 .PP
6bd32a
-.B net-snmp-create-v3-user [-ro] [-a authpass] [-x privpass] [-X DES|AES]
6bd32a
+.B net-snmp-create-v3-user [-ro] [-A authpass] [-a MD5|SHA] [-X privpass] [-x DES|AES]
6bd32a
 .B [username]
6bd32a
 .SH DESCRIPTION
6bd32a
 .PP
6bd32a
@@ -16,13 +16,16 @@
6bd32a
 displays the net-snmp version number
6bd32a
 .TP
6bd32a
 \fB\-ro\fR
6bd32a
-create an user with read-only permissions
6bd32a
+creates a user with read-only permissions
6bd32a
 .TP
6bd32a
-\fB\-a authpass\fR
6bd32a
-specify authentication password
6bd32a
+\fB\-A authpass\fR
6bd32a
+specifies the authentication password
6bd32a
 .TP
6bd32a
-\fB\-x privpass\fR
6bd32a
-specify encryption password
6bd32a
+\fB\-a MD5|SHA\fR
6bd32a
+specifies the authentication password hashing algorithm
6bd32a
 .TP
6bd32a
-\fB\-X DES|AES\fR
6bd32a
-specify encryption algorithm
6bd32a
+\fB\-X privpass\fR
6bd32a
+specifies the encryption password
6bd32a
+.TP
6bd32a
+\fB\-x DES|AES\fR
6bd32a
+specifies the encryption algorithm