-
Notifications
You must be signed in to change notification settings - Fork 4
/
dbdlint.1.txt
58 lines (43 loc) · 1.22 KB
/
dbdlint.1.txt
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
DBDLINT(1)
===========
:doctype: manpage
NAME
----
dbdlint - EPICS db/dbd file validator
SYNOPSIS
--------
*dbdlint* [options] <file.db ...>
*dbdlint* [options] . <file.db> -d
DESCRIPTION
-----------
Parses and preforms checks on db/dbd files.
Checks are either on "fragments" (*--partial* the default), or complete/full database definitions
(with *--full*).
When the *-d* option is provided, dbdlint enters dbst compatibility mode.
Only one input file is accepted, which is echoed to stdout.
OPTIONS
-------
*-h, --help*::
show this help message and exit
*-P, --partial*::
Process input files as fragments.
*-F, --full*::
Process input files as a complete database.
*-W, --warn*=TAG::
Control warning messages.
May be *-Wno-...* to disable a warning, *-Werror* to treat warnings as errors, or *-Wnone* to disable all warnings.
Use *-Wlist* to see a list of allowed tags. May be given multiple times.
*-d, --dbst*::
Enable dbst compatibility mode.
Implies *--partial*.
*--skip*::
Exit immediately with success.
No checking is done.
AUTHOR
------
Michael Davidsaver
COPYING
-------
Copyright 2015 Michael Davidsaver
This software may be used according to the terms of the
GNU General Public License (GPL) version 2.