bc6b3f
diff -urNp a/man/net-snmp-create-v3-user.1.def b/man/net-snmp-create-v3-user.1.def
bc6b3f
--- a/man/net-snmp-create-v3-user.1.def	2020-06-10 13:43:18.443070961 +0200
bc6b3f
+++ b/man/net-snmp-create-v3-user.1.def	2020-06-10 13:49:25.975363441 +0200
bc6b3f
@@ -3,7 +3,7 @@
bc6b3f
 net-snmp-create-v3-user \- create a SNMPv3 user in net-snmp configuration file
bc6b3f
 .SH SYNOPSIS
bc6b3f
 .PP
bc6b3f
-.B net-snmp-create-v3-user [-ro] [-a authpass] [-x privpass] [-X DES|AES]
bc6b3f
+.B net-snmp-create-v3-user [-ro] [-A authpass] [-a MD5|SHA] [-X privpass] [-x DES|AES]
bc6b3f
 .B [username]
bc6b3f
 .SH DESCRIPTION
bc6b3f
 .PP
bc6b3f
@@ -16,13 +16,16 @@ new user in net-snmp configuration file
bc6b3f
 displays the net-snmp version number
bc6b3f
 .TP
bc6b3f
 \fB\-ro\fR
bc6b3f
-create an user with read-only permissions
bc6b3f
+creates a user with read-only permissions
bc6b3f
 .TP
bc6b3f
-\fB\-a authpass\fR
bc6b3f
-specify authentication password
bc6b3f
+\fB\-A authpass\fR
bc6b3f
+specifies the authentication password
bc6b3f
 .TP
bc6b3f
-\fB\-x privpass\fR
bc6b3f
-specify encryption password
bc6b3f
+\fB\-a MD5|SHA\fR
bc6b3f
+specifies the authentication password hashing algorithm
bc6b3f
 .TP
bc6b3f
-\fB\-X DES|AES\fR
bc6b3f
-specify encryption algorithm
bc6b3f
+\fB\-X privpass\fR
bc6b3f
+specifies the encryption password
bc6b3f
+.TP
bc6b3f
+\fB\-x DES|AES\fR
bc6b3f
+specifies the encryption algorithm