Minor corrections from Nick Simon <Nick.SIMON@syntegra.bt.co.uk>.

- char * nameserver[3] appears twice, second occurrence should be ntpserver

 - in sect 3.3.3 ...ifcontig should be ifconfig
This commit is contained in:
Joel Sherrill
2000-05-25 13:22:57 +00:00
parent fea048f2cd
commit 19e87bbb06

View File

@@ -153,7 +153,7 @@ will be sent.
The Internet host numbers of up to three machines to be used as The Internet host numbers of up to three machines to be used as
Internet Domain Name Servers. Internet Domain Name Servers.
@item char *name_server[3] @item char *ntp_server[3]
The Internet host numbers of up to three machines to be used as The Internet host numbers of up to three machines to be used as
Network Time Protocol (NTP) Servers. Network Time Protocol (NTP) Servers.
@@ -179,7 +179,7 @@ The address of the shared memory on the external Ethernet controller.
@subsection Network device configuration @subsection Network device configuration
Network devices are specified and configured by declaring and initializing a Network devices are specified and configured by declaring and initializing a
@code{struct rtems_bsdnet_ifcontig} structure for each network device. @code{struct rtems_bsdnet_ifconfig} structure for each network device.
The structure entries are described in the following table. An application The structure entries are described in the following table. An application
which uses a single network interface, gets network configuration information which uses a single network interface, gets network configuration information