mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
NSH: Revise arp documentation
This commit is contained in:
@@ -1169,7 +1169,7 @@ arp [-a <ipaddr> |-d <ipaddr> |-s <ipaddr> <hwaddr>]
|
||||
</p>
|
||||
<ul><pre>
|
||||
nsh> arp -a 10.0.0.1
|
||||
nsh: arp: ioctl failed: 22
|
||||
nsh: arp: no such ARP entry: 10.0.0.1
|
||||
|
||||
nsh> arp -s 10.0.0.1 00:13:3b:12:73:e6
|
||||
nsh> arp -a 10.0.0.1
|
||||
@@ -1177,7 +1177,7 @@ HWAddr: 00:13:3b:12:73:e6
|
||||
|
||||
nsh> arp -d 10.0.0.1
|
||||
nsh> arp -a 10.0.0.1
|
||||
nsh: arp: ioctl failed: 22
|
||||
nsh: arp: no such ARP entry: 10.0.0.1
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
|
||||
Reference in New Issue
Block a user