Fix some typos in comments.
This commit is contained in:
parent
8c1446671c
commit
4e7b17d783
@ -1014,10 +1014,10 @@ config NSH_NETLOCAL
|
||||
default n
|
||||
---help---
|
||||
If this option is selected, then NSH will only initialize the local
|
||||
attributes of the network: The MAC address is needed and any IP
|
||||
attributes of the network: The MAC address if needed and any IP
|
||||
addresses as needed. More importantly, it will not do the following:
|
||||
|
||||
- It will not bring the netup up. The can be done later with the
|
||||
- It will not bring the network up. That can be done later with the
|
||||
NSH ifup command.
|
||||
- It will not associate any wireless devices to an access point.
|
||||
- It will not attempt to obtain an IP address if DHCPC is selected.
|
||||
@ -1026,7 +1026,7 @@ config NSH_NETLOCAL
|
||||
- It will not start the NTPC daemon. This may be done later from
|
||||
the NSH command line with the apps/system/ntpc 'ntpcstart' command.
|
||||
|
||||
This option permits you to divid the network configuration into two
|
||||
This option permits you to divide the network configuration into two
|
||||
parts: The local configuration of the network device and the dynamic
|
||||
configuration of the device in the network. This may be important in
|
||||
an environment when, for example, you need to manually scan for
|
||||
|
Loading…
Reference in New Issue
Block a user