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

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