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