zconfig - Man Page

zconfig – Script to check validity of a configuration file

Synopsis

zconfig [-h] -s FILE [file ...]

Description

Each file named on the command line is checked for syntactical errors and schema conformance. The schema must be specified. If no files are specified and standard input is not a TTY, standard in is treated as a configuration file. Specifying a schema and no configuration files causes the schema to be checked.

Options

Positional Arguments

file

Optional configuration file to check

Optional Arguments

-h,  --help

Show a help message and exit.

-s FILE, --schema FILE

Use the schema in FILE (can be a URL).

See Also

zconfig_schema2html(1)

Referenced By

zconfig_schema2html(1).

December 2022