home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / ixemul-47.3 / ixemul-sdk / man / cat5 / ethers.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  1.1 KB  |  32 lines

  1.  
  2. ETHERS(5)                  UNIX Programmer's Manual                  ETHERS(5)
  3.  
  4. NNAAMMEE
  5.      eetthheerrss - Ethernet host name data base
  6.  
  7. DDEESSCCRRIIPPTTIIOONN
  8.      The ethers file maps Ethernet addresses to host names.  Lines consist of
  9.      an address and a host name, separated by any number of blanks and/or tab
  10.      characters.  A ``#'' indicates the beginning of a comment; characters up
  11.      to the end of the line are not interpreted by routines which search the
  12.      file.
  13.  
  14.      Ethernet addresses are expressed as six hexadecimal numbers separated by
  15.      colons.  The functions described in ethers(3) and ether_aton(3) can read
  16.      and produce this format.
  17.  
  18. FFIILLEESS
  19.      /etc/ethers  The eetthheerrss file resides in _/_e_t_c.
  20.  
  21. SSEEEE AALLSSOO
  22.      ethers(3)
  23.  
  24. BBUUGGSS
  25.      A name server should be used instead of a static file.
  26.  
  27. HHIISSTTOORRYY
  28.      The eetthheerrss file format was adopted from SunOS and appeared in NetBSD
  29.      0.9b.
  30.  
  31.  NetBSD                        December 16, 1993                             1
  32.