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