netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iproute PATCH] ip-macsec.8: fix typo in 'examples' section
@ 2016-07-12  8:19 Davide Caratti
  2016-07-12 15:28 ` [iproute PATCH v2] " Davide Caratti
  0 siblings, 1 reply; 3+ messages in thread
From: Davide Caratti @ 2016-07-12  8:19 UTC (permalink / raw)
  To: netdev

fix wrong 'device' keyword in 'ip link add device eth0'

Signed-off-by: Davide Caratti <dcaratti@redhat.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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-14 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12  8:19 [iproute PATCH] ip-macsec.8: fix typo in 'examples' section Davide Caratti
2016-07-12 15:28 ` [iproute PATCH v2] " Davide Caratti
2016-07-14 16:26   ` Davide Caratti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).