1ZCONFIG(1) User Commands ZCONFIG(1)
2
3
4
6 zconfig – Script to check validity of a configuration file
7
9 zconfig [-h] -s FILE [file ...]
10
12 Each file named on the command line is checked for syntactical errors
13 and schema conformance. The schema must be specified. If no files are
14 specified and standard input is not a TTY, standard in is treated as a
15 configuration file. Specifying a schema and no configuration files
16 causes the schema to be checked.
17
19 POSITIONAL ARGUMENTS
20 file Optional configuration file to check
21
22 OPTIONAL ARGUMENTS
23 -h, --help
24 Show a help message and exit.
25
26 -s FILE, --schema FILE
27 Use the schema in FILE (can be a URL).
28
30 zconfig_schema2html(1)
31
32
33
34 December 2022 ZCONFIG(1)