View | Details | Raw Unified | Return to bug 120024
Collapse All | Expand All

(-)share/man/man5/hosts.5 (-14 / +11 lines)
Lines 64-89 Link Here
64
.Xr ifconfig 8
64
.Xr ifconfig 8
65
needs at boot time and a few machines on the local network.
65
needs at boot time and a few machines on the local network.
66
.Pp
66
.Pp
67
This file may be created from the official host
67
This file may be created from the database of names
68
data base maintained at the Network Information Control
68
maintained by a Network Information Center
69
Center
70
.Pq Tn NIC ,
69
.Pq Tn NIC ,
71
though local changes may be required
70
though local changes may be required
72
to bring it up to date regarding unofficial aliases
71
to bring it up to date regarding unofficial aliases
73
and/or unknown hosts.
72
and/or unknown hosts.
74
As the data base maintained at
73
As the database maintained at
75
.Tn NIC
74
.Tn NIC
76
is incomplete, use of the name server is recommended for
75
may be incomplete, it is recommended to use a name server
77
sites on the
76
for sites on the Internet.
78
.Tn DARPA
77
.
79
Internet.
80
.Pp
78
.Pp
81
Network addresses are specified in the conventional
79
Network addresses are specified using either
82
``.'' (dot) notation using the
80
dot notation for IPv4 or colon hexadecimal notation for IPv6,
83
.Xr inet_addr 3
81
using the
84
routine
82
.Xr inet_pton 3
85
from the Internet address manipulation library,
83
routine.
86
.Xr inet 3 .
87
Host names may contain any printable
84
Host names may contain any printable
88
character other than a field delimiter, newline,
85
character other than a field delimiter, newline,
89
or comment character.
86
or comment character.
(-)share/man/man5/resolver.5 (-1 / +1 lines)
Lines 54-60 Link Here
54
The different configuration options are:
54
The different configuration options are:
55
.Bl -tag -width nameserver
55
.Bl -tag -width nameserver
56
.It Sy nameserver
56
.It Sy nameserver
57
Internet address (in dot notation) of a name server
57
IP address of a name server
58
that the resolver should query.
58
that the resolver should query.
59
Up to
59
Up to
60
.Dv MAXNS
60
.Dv MAXNS

Return to bug 120024