Fix a syntax error in the shibd man page
[shibboleth/sp.git] / debian / man-pages / shibd.pod
1 =head1 NAME
2
3 shibd - Shibboleth daemon
4
5 =head1 SYNOPSIS
6
7 shibd [B<-dcxtfpvh>]
8
9 =head1 DESCRIPTION
10
11 B<shibd> is the Shibboleth daemon.
12
13 =head1 OPTIONS
14
15 B<shibd> takes the following command-line options.
16
17 =over 4
18
19 =item B<-d> I<pathname>
20
21 Installation prefix. Defaults to /usr.
22
23 =item B<-c> I<pathname>
24
25 Specifies the pathname of shibd's configuration file. Defaults to 
26 /etc/shibboleth/shibboleth2.xml or the value of the SHIBSP_CONFIG
27 environment variable, if it is set.
28
29 =item B<-x> I<pathname>
30
31 Specifies the XML schema catalog to use. Defaults to
32 /usr/share/xml/shibboleth/catalog.xml.
33
34 =item B<-t>
35
36 Validates the general correctness of the configuration. Not all problems
37 can be detected this way, but the chance of successful startup is high if
38 the checking process does not log any errors.
39
40 =item B<-f>
41
42 Force removal of listener socket.
43
44 =item B<-p> I<pathname>
45
46 Specifies the pathname to use to write out the shibboleth PID file.
47
48 =item B<-v>
49
50 Prints out the version string.
51
52 =item B<-h>
53
54 Prints out a brief summary of the shibboleth options.
55
56 =back
57
58 =head1 AUTHORS
59
60 shibd is part of the Internet 2 Shibboleth project written by
61 Scott Cantor <cantor.2@osu.edu>.
62
63 =head1 COPYRIGHT AND LICENSE
64
65 Copyright 2005, 2006
66 Internet2/MACE
67
68 This program is free software; you may redistribute it and/or modify it
69 under the terms of the Apache 2.0 License <http://www.apache.org/licenses>.
70
71 =cut