[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <49c1e540558e6b6ea422872e8bd4e8501e07e25a.1468310945.git.dcaratti@redhat.com>
Date: Tue, 12 Jul 2016 10:19:00 +0200
From: Davide Caratti <dcaratti@...hat.com>
To: netdev@...r.kernel.org
Subject: [iproute PATCH] ip-macsec.8: fix typo in 'examples' section
fix wrong 'device' keyword in 'ip link add device eth0'
Signed-off-by: Davide Caratti <dcaratti@...hat.com>
---
man/man8/ip-macsec.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/ip-macsec.8 b/man/man8/ip-macsec.8
index e8455d7..03ed700 100644
--- a/man/man8/ip-macsec.8
+++ b/man/man8/ip-macsec.8
@@ -74,7 +74,7 @@ type.
.PP
.SS Create a MACsec device on link eth0
.nf
-# ip link add device eth0 macsec0 type macsec port 11 encrypt on
+# ip link add link eth0 macsec0 type macsec port 11 encrypt on
.PP
.SS Configure a secure association on that device
.nf
--
2.5.5
Powered by blists - more mailing lists