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

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