]> git.ipfire.org Git - ipfire-3.x.git/blame - net-snmp/patches/net-snmp-5.8-man-page.patch
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / net-snmp / patches / net-snmp-5.8-man-page.patch
CommitLineData
ce6110f7
SS
1diff -urNp a/man/net-snmp-create-v3-user.1.def b/man/net-snmp-create-v3-user.1.def
2--- a/man/net-snmp-create-v3-user.1.def 2020-06-10 13:43:18.443070961 +0200
3+++ b/man/net-snmp-create-v3-user.1.def 2020-06-10 13:49:25.975363441 +0200
4@@ -3,7 +3,7 @@
5 net-snmp-create-v3-user \- create a SNMPv3 user in net-snmp configuration file
6 .SH SYNOPSIS
7 .PP
8-.B net-snmp-create-v3-user [-ro] [-a authpass] [-x privpass] [-X DES|AES]
9+.B net-snmp-create-v3-user [-ro] [-A authpass] [-a MD5|SHA] [-X privpass] [-x DES|AES]
10 .B [username]
11 .SH DESCRIPTION
12 .PP
13@@ -16,13 +16,16 @@ new user in net-snmp configuration file
14 displays the net-snmp version number
15 .TP
16 \fB\-ro\fR
17-create an user with read-only permissions
18+creates a user with read-only permissions
19 .TP
20-\fB\-a authpass\fR
21-specify authentication password
22+\fB\-A authpass\fR
23+specifies the authentication password
24 .TP
25-\fB\-x privpass\fR
26-specify encryption password
27+\fB\-a MD5|SHA\fR
28+specifies the authentication password hashing algorithm
29 .TP
30-\fB\-X DES|AES\fR
31-specify encryption algorithm
32+\fB\-X privpass\fR
33+specifies the encryption password
34+.TP
35+\fB\-x DES|AES\fR
36+specifies the encryption algorithm