more fixes
[unix-history] / usr / src / share / man / man5 / services.5
CommitLineData
068a131f
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
3c288ae4 5.\" @(#)services.5 6.2 (Berkeley) %G%
068a131f 6.\"
ac3b4d9f 7.TH SERVICES 5 ""
068a131f
KM
8.UC 5
9.SH NAME
10services \- service name data base
11.SH DESCRIPTION
12The
13.I services
14file contains information regarding
15the known services available in the DARPA Internet.
16For each service a single line should be present
17with the following information:
18.HP 10
19official service name
20.br
21.ns
22.HP 10
23port number
24.br
25.ns
26.HP 10
27protocol name
28.br
29.ns
30.HP 10
31aliases
32.PP
33Items are separated by any number of blanks and/or
34tab characters. The port number and protocol name
35are considered a single
36.IR item ;
37a ``/'' is used to
38separate the port and protocol (e.g. ``512/tcp'').
39A ``#'' indicates the beginning of
40a comment; characters up to the end of the line are
41not interpreted by routines which search the file.
42.PP
43Service names may contain any printable
44character other than a field delimiter, newline,
45or comment character.
46.SH FILES
47/etc/services
48.SH "SEE ALSO"
49getservent(3N)
50.SH BUGS
51A name server should be used instead of a static file.
52A binary indexed file format should be available for fast access.