From 0ba9fbebedf0ca9e8c4f8aa485ea1e2adb9564b4 Mon Sep 17 00:00:00 2001
From: Gregory Nutt
Date: Mon, 8 Feb 2016 16:30:33 -0600
Subject: [PATCH] NSH: Revise arp documentation
---
Documentation/NuttShell.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html
index ee752faa73..3317150bbc 100644
--- a/Documentation/NuttShell.html
+++ b/Documentation/NuttShell.html
@@ -1169,7 +1169,7 @@ arp [-a <ipaddr> |-d <ipaddr> |-s <ipaddr> <hwaddr>]
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