Oops. Fix Makefile.
[services] / merge-services.1
CommitLineData
5d827ad6 1.TH merge-services 1 "29 April 2005"
2.SH NAME
3merge-services \- merge entries from several /etc/services files
4.SH SYNOPSIS
5.B merge-services
6.I file
7\&...
8.SH DESCRIPTION
9The
10.B merge-services
11command reads the services files given on the command line and writes a
12merged file to its standard output.
13.PP
14A services entry consists of five parts: a
15.IR name ,
16a
17.IR "port number" ,
18a
19.IR protocol ,
20a list of
21.IR aliases ,
22and a
23.IR comment .
24The merging process discards all comments. Two entries match if their
25names, ports and protocols are all equal: in this case, the output
26contains a single entry listing the union of both sets of aliases. In
27all other cases, entries are left alone.
28.SH BUGS
29It's very stupid.
30.SH AUTHOR
31Mark Wooding, <mdw@nsict.org>