dumpsexp(1)							   User Commands						       dumpsexp(1)

NAME
dumpsexp - A debug tool for S-expressions SYNOPSIS
dumpsexp [--decimal] [--assume-hex] [--verbose] [--version] [--help] [filename] DESCRIPTION
dumpsexp is a tool help debug S-expressions. OPTIONS
The following options are supported: --decimal Print offsets using decimal notation. --assume-hex Assume input is a hex dump --verbose Show what we are doing. --version Print version of the program and exit --help Display help text. OPERANDS
The following operands are supported: filename The name of the file which contains S-expressions. EXIT STATUS
The following exit values are returned: 0 Application exited successfully 1 Application exited with failure FILES
The following files are used by this application: /usr/bin/dumpsexp Executable for dumpsexp ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibgcrypt-devel | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libgcrypt(3), libgcrypt-config(1), attributes(5) Written by Jeff Cai, Sun Microsystems Inc., 2008. SunOS 5.11 31 Jul 2008 dumpsexp(1)