Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/scripts/cddlchk.1onbld.man.txt
+++ new/usr/src/tools/scripts/cddlchk.1onbld.man.txt
1 -cddlchk(1ONBLD) illumos Build Tools cddlchk(1ONBLD)
1 +CDDLCHK(1ONBLD) illumos Build Tools CDDLCHK(1ONBLD)
2 2
3 3
4 4
5 5 NAME
6 6 cddlchk - Check for valid CDDL header blocks
7 7
8 8 SYNOPSIS
9 9 cddlchk [-av] [-x exceptions_file] [path...]
10 10
11 11 DESCRIPTION
12 12 cddlchk inspects files for missing, obsolete, or corrupt Common
13 13 Development and Distribution License (CDDL) header blocks.
14 14
15 15 OPTIONS
16 16 -a Check that all the specified files have a CDDL block, and report a
17 17 warning if any do not. If this flag is not specified, only files
18 18 containing an existing CDDL block are validated.
19 19
20 20 -v Report on all files, not just those with invalid headers
21 21
22 22 -x exceptions_file
23 23 Load an exceptions file containing a list of files, directories and
24 24 file extensions to be ignored. Exceptions may be one of three
25 25 types:
26 26
27 27 o File paths
28 28
29 29 o Directories, specified with a trailing '/'
30 30
31 31 o File extensions, specified with a leading '*.'
32 32
33 33 EXIT STATUS
↓ open down ↓ |
22 lines elided |
↑ open up ↑ |
34 34 0 The command completed successfully. No errors or warnings were
35 35 reported
36 36
37 37 1 The command completed unsuccessfully. One or more errors or
38 38 warnings were reported.
39 39
40 40 2 Invalid command-line arguments were specified to the command.
41 41
42 42
43 43
44 - 1 June 2008 cddlchk(1ONBLD)
44 + June 1, 2008 CDDLCHK(1ONBLD)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX