4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / uucp / man5 / L.aliases.5
CommitLineData
b729d3ea
KB
1.\" Copyright (c) 1986, 1993
2.\" The Regents of the University of California. All rights reserved.
55331617 3.\"
f49909f5
KB
4.\" %sccs.include.proprietary.roff%
5.\"
b729d3ea 6.\" @(#)L.aliases.5 8.1 (Berkeley) %G%
55331617
KM
7.\"
8.TH L.ALIASES 5 ""
55331617 9.UC 6
58ad5548 10.SH NAME
55331617
KM
11L.aliases \- UUCP hostname alias file
12.SH DESCRIPTION
13The
14.I L.aliases
15file defines mapping (aliasing) of system names for uucp.
16This is intended for compensating for systems that have
17changed names, or do not provide their entire machine name
18(like most USG systems). It is also useful when a machine's name
19is not obvious or commonly misspelled.
20.PP
21Each line in
22.I L.aliases
23is of the form:
24.PP
25.nf
26 real_name alias_name
27.fi
28.PP
29Any amount of whitespace may separate the two items.
30Lines beginning with a `#' character are comments.
31.PP
32All occurrences of
33.I alias_name
34are mapped to
35.I real_name
36by
37.IR uucico (8C),
38.IR uucp (1),
39and
40.IR uux (1).
41The mapping occurs regardless of whether the name was typed in by a user
42or provided by a remote site. An exception is the
43.B -s
44option of
45.IR uucico ;
46only the site's real hostname (the name in
47.IR L.sys (5))
48will be accepted there.
49.PP
50Aliased system names should not be placed in
51.IR L.sys ;
52they will not be used.
53.SH FILES
54.ta \w'/usr/lib/uucp/UUAIDS/L.aliases 'u
55.nr
56/usr/lib/uucp/L.aliases
57/usr/lib/uucp/UUAIDS/L.aliases L.aliases example
58.fi
59.SH SEE ALSO
60uucp(1C), uux(1C), L.sys(5), uucico(8C)