1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
'\" t
.\"<!-- Copyright 2000-2003 Double Precision, Inc. See COPYING for -->
.\"<!-- distribution information. -->
.\" Title: sysconftoolcheck
.\" Author: Double Precision, Inc.
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 10/28/2019
.\" Manual: sysconftoolcheck
.\" Source: Courier Mail Server
.\" Language: English
.\"
.TH "SYSCONFTOOLCHECK" "1" "10/28/2019" "Courier Mail Server" "sysconftoolcheck"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
sysconftoolcheck \- check a sysconftool configuration file
.SH "SYNOPSIS"
.HP \w'\fBsysconftoolcheck\fR\ 'u
\fBsysconftoolcheck\fR {filename}
.SH "DESCRIPTION"
.PP
\fBsysconftoolcheck\fR
reads
\fIfilename\fR
and checks if it is a valid sysconftool configuration file\&.
\fBsysconftoolcheck\fR
is a useful tool to use in order to spot often occuring typos\&.
\fBsysconftoolcheck\fR
can\*(Aqt really know whether or not a
\fBsysconftool\fR
configuration file will work as expected, but it can be used to flag some obvious errors and omissions\&.
\fBsysconftoolcheck\fR
abilities will increase, over time\&.
.SH "SEE ALSO"
.PP
\m[blue]\fB\fBsysconftool\fR(1)\fR\m[]\&\s-2\u[1]\d\s+2,
\m[blue]\fB\fBsysconftool\fR(7)\fR\m[]\&\s-2\u[2]\d\s+2\&.
.SH "AUTHORS"
.PP
\fBDouble Precision, Inc\&.\fR
.SH "NOTES"
.IP " 1." 4
\fBsysconftool\fR(1)
.RS 4
\%[set $man.base.url.for.relative.links]/sysconftool.1.html
.RE
.IP " 2." 4
\fBsysconftool\fR(7)
.RS 4
\%[set $man.base.url.for.relative.links]/sysconftool.7.html
.RE
|