diff mbox

[iproute] ip-macsec.8: fix typo in 'examples' section

Message ID 49c1e540558e6b6ea422872e8bd4e8501e07e25a.1468310945.git.dcaratti@redhat.com
State Superseded, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Davide Caratti July 12, 2016, 8:19 a.m. UTC
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 mbox

Patch

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