cvsignore-happiness-20060801
[openafs.git] / doc / man-pages / pod1 / package_test.pod
1 =head1 NAME
2
3 package_test - Tests the validity of a package configuration file
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 S<<< B<package_test> <I<config file>> >>>
11
12 =for html
13 </div>
14
15 =head1 DESCRIPTION
16
17 The B<package_test> command tests the validity of a B<package>
18 configuration file created when a prototype file is compiled. The command
19 interpreter prints error messages on the standard output stream.
20
21 This command does not use the syntax conventions of the AFS command
22 suites. Provide the command name in full.
23
24 =head1 OPTIONS
25
26 =over 4
27
28 =item <I<config file>>
29
30 Specifies the package configuration file to validate.
31
32 =back
33
34 =head1 EXAMPLES
35
36 The following example tests the validity of the package configuration file
37 C<staff.sun4x_56>.
38
39    % package_test staff.sun4x_56
40
41 =head1 PRIVILEGE REQUIRED
42
43 None
44
45 =head1 SEE ALSO
46
47 L<package(5)>,
48 L<package(8)>
49
50 =head1 COPYRIGHT
51
52 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
53
54 This documentation is covered by the IBM Public License Version 1.0.  It was
55 converted from HTML to POD by software written by Chas Williams and Russ
56 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.