Blame SOURCES/net-snmp-5.8-man-page.patch

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