From patchwork Fri Dec 23 11:03:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Kodanev X-Patchwork-Id: 708415 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3tlQMw3JJrz9srY for ; Fri, 23 Dec 2016 21:57:48 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938879AbcLWK5o (ORCPT ); Fri, 23 Dec 2016 05:57:44 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:19833 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755808AbcLWK5n (ORCPT ); Fri, 23 Dec 2016 05:57:43 -0500 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id uBNAvdS1014455 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 23 Dec 2016 10:57:39 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id uBNAvcfr007625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 23 Dec 2016 10:57:39 GMT Received: from abhmp0008.oracle.com (abhmp0008.oracle.com [141.146.116.14]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id uBNAva4O029326; Fri, 23 Dec 2016 10:57:37 GMT Received: from ak.ru.oracle.com (/10.162.80.29) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 23 Dec 2016 02:57:35 -0800 From: Alexey Kodanev To: Stephen Hemminger Cc: netdev@vger.kernel.org, Vasily Isaenko , Alexey Kodanev Subject: [PATCH iproute2] fix typo in ip-xfrm man page, rmd610 -> rmd160 Date: Fri, 23 Dec 2016 14:03:16 +0300 Message-Id: <1482490996-17048-1-git-send-email-alexey.kodanev@oracle.com> X-Mailer: git-send-email 1.7.1 X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Alexey Kodanev --- man/man8/ip-xfrm.8 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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)) "."