1) Add the sysctl(9) manual page from FreeBSD with the following
[dragonfly.git] / contrib / sendmail-8.13.7 / praliases / praliases.8
1 .\" Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
2 .\"      All rights reserved.
3 .\"
4 .\" By using this file, you agree to the terms and conditions set
5 .\" forth in the LICENSE file which can be found at the top level of
6 .\" the sendmail distribution.
7 .\"
8 .\"
9 .\"     $Id: praliases.8,v 8.17 2000/12/15 19:53:45 gshapiro Exp $
10 .\"
11 .TH PRALIASES 8 "$Date: 2000/12/15 19:53:45 $"
12 .SH NAME
13 praliases
14 \- display system mail aliases
15 .SH SYNOPSIS
16 .B praliases
17 .RB [ \-C
18 .IR file ]
19 .RB [ \-f
20 .IR file ]
21 .RB [\c
22 .IR key
23 .IR ... ]
24 .SH DESCRIPTION
25 The
26 .B praliases
27 utility displays the current system aliases, 
28 one per line, in no particular order.
29 The special internal @:@ alias will be displayed if present.
30 .PP
31 The options are as follows:
32 .TP
33 .B \-C
34 Read the specified sendmail configuration file instead of the default
35 .B sendmail
36 configuration file.
37 .TP 
38 .B \-f
39 Read the specified file instead of the configured
40 .B sendmail
41 system aliases file(s).
42 .PP
43 If one or more keys are specified on the command line,
44 only entries which match those keys are displayed.
45 .PP
46 The
47 .B praliases
48 utility exits 0 on success, and >0 if an error occurs.
49 .SH FILES
50 .TP 2.5i
51 /etc/mail/sendmail.cf
52 The default
53 .B sendmail
54 configuration file.
55 .SH SEE ALSO
56 mailq(1), 
57 sendmail(8)