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

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