mapfilechk(1ONBLD) illumos Build Tools mapfilechk(1ONBLD)

NAME

mapfilechk - Check for valid link-editor mapfile header blocks

SYNOPSIS


mapfilechk [-v] [-x exceptions_file] [path...]

DESCRIPTION

mapfilechk inspects link-editor mapfiles for missing, obsolete, or corrupt mapfile header blocks.

OPTIONS

-v
Report on all files, not just those with invalid headers
-x exceptions_file
Load an exceptions file containing a list of files, directories and file extensions to be ignored. Exceptions may be one of three types:
o
File paths
o
Directories, specified with a trailing '/'
o
File extensions, specified with a leading '*.'

EXIT STATUS

0
The command completed successfully. No errors or warnings were reported
1
The command completed unsuccessfully. One or more errors or warnings were reported.
2
Invalid command-line arguments were specified to the command.
27 January 2009