blob: c06bc1942a0822d9bca34a8b7245dd9e44524450 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#---------------------------------------------------------------------------
#
# alias file for the isdntel(1) application
# -----------------------------------------
#
# $FreeBSD$
#
# last edit-date: [Fri Dec 18 18:06:03 1998]
#
# -hm cleanup for release
#
#
# the format is simple: the number beginning in column one followed
# by one or more spaces or tabs. The rest of the line is taken as
# and alias string for the number. Comment lines start with a "#".
#
#---------------------------------------------------------------------------
123 alias for 123
456 alias for 456
789 alias for 789
|