mkfs: drop support for zone != block
[minix.git] / man / man5 / ethers.5
blob00b1857a544e700bcd13a10d9773a98c0f19c50b
1 .TH ETHERS 5
2 .SH NAME
3 ethers \- ethernet address to hostname database
4 .SH SYNOPSIS
5 .B /etc/ethers
6 .SH DESCRIPTION
7 The ethers database translates ethernet addresses to hostnames for use by
8 the RARP daemon (see
9 .BR rarpd (8).)
10 .B /etc/ethers
11 may look like this:
12 .PP
13 .RS
14 .ta +20n +10n
15 0:0:c0:a:77:23  flotsam
16 .br
17 0:0:c0:a:68:ce  jetsam
18 .RE
19 .PP
20 The six octet ethernet numbers must be entered as shown above, the hex
21 constants must use lowercase letters and may not have leading zeros.
22 Comments are marked with '#'.
23 .PP
24 See
25 .BR rarpd (8)
26 on why you shouldn't list Sun hosts in this file.
27 .SH FILES
28 .TP 15n
29 /etc/ethers
30 Ethernet addresses database.
31 .SH "SEE ALSO"
32 .BR hosts (5),
33 .BR rarpd (8),
34 .BR boot (8).
35 .SH AUTHOR
36 Kees J. Bot (kjb@cs.vu.nl)