diff mbox

[iproute2] fix typo in ip-xfrm man page, rmd610 -> rmd160

Message ID 1482490996-17048-1-git-send-email-alexey.kodanev@oracle.com
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Alexey Kodanev Dec. 23, 2016, 11:03 a.m. UTC
Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
---
 man/man8/ip-xfrm.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Stephen Hemminger Dec. 29, 2016, 6:44 p.m. UTC | #1
On Fri, 23 Dec 2016 14:03:16 +0300
Alexey Kodanev <alexey.kodanev@oracle.com> wrote:

> Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>


Applied.
diff mbox

Patch

diff --git a/man/man8/ip-xfrm.8 b/man/man8/ip-xfrm.8
index 11f7104..a0bbef5 100644
--- a/man/man8/ip-xfrm.8
+++ b/man/man8/ip-xfrm.8
@@ -477,7 +477,7 @@  Encryption algorithms include
 
 Authentication algorithms include
 .BR digest_null ", " hmac(md5) ", " hmac(sha1) ", " hmac(sha256) ","
-.BR hmac(sha384) ", " hmac(sha512) ", " hmac(rmd610) ", and " xcbc(aes) "."
+.BR hmac(sha384) ", " hmac(sha512) ", " hmac(rmd160) ", and " xcbc(aes) "."
 
 Authenticated encryption with associated data (AEAD) algorithms include
 .BR rfc4106(gcm(aes)) ", " rfc4309(ccm(aes)) ", and " rfc4543(gcm(aes)) "."