Changeset 19e87bbb in rtems


Ignore:
Timestamp:
05/25/00 13:22:57 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
778239e9
Parents:
fea048f
Message:

Minor corrections from Nick Simon <Nick.SIMON@…>.

  • char * nameserver[3] appears twice, second occurrence should be ntpserver
  • in sect 3.3.3 ...ifcontig should be ifconfig
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/networking/networkapp.t

    rfea048f r19e87bbb  
    154154Internet Domain Name Servers.
    155155
    156 @item char *name_server[3]
     156@item char *ntp_server[3]
    157157The Internet host numbers of up to three machines to be used as
    158158Network Time Protocol (NTP) Servers.
     
    180180@subsection Network device configuration
    181181Network devices are specified and configured by declaring and initializing a
    182 @code{struct rtems_bsdnet_ifcontig} structure for each network device.
     182@code{struct rtems_bsdnet_ifconfig} structure for each network device.
    183183
    184184The structure entries are described in the following table.  An application
Note: See TracChangeset for help on using the changeset viewer.