diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-net-ethernet.md b/zh-cn/application-dev/reference/errorcodes/errorcode-net-ethernet.md index 280268a20615f0be65c4a0ce2f88ebc1e1479696..2a262a58a29c022e764ed7149427c27323f32e5c 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-net-ethernet.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-net-ethernet.md @@ -48,15 +48,15 @@ System internal error. **可能原因** -1、内存异常。 +1.内存异常。 -2、空指针。 +2.空指针。 **处理步骤** -1、检查内存空间是否充足,清理内存后重试。 +1.检查内存空间是否充足,清理内存后重试。 -2、系统异常,请稍后重试或重启设备。 +2.系统异常,请稍后重试或重启设备。 ## 2201005 设备信息不存在 @@ -77,7 +77,7 @@ The device information does not exist. ```bash > hdc shell ifconfig ``` - 查看是否有对应的设备,比如eth0、eth1。 + 查看是否有对应的设备,比如eth0,eth1。 ## 2201006 设备未连接