explain(1) | General Commands Manual | explain(1) |
explain - explain system call error messages
explain [ option ... ] function [ argument ... ]
explain --version
The explain command is used to decode an error return read from an strace(1) listing, or silimar. Because this is being deciphered in a different process than the original, the results will be less accurate than if the program itself were to use libexplain(3).
The functions understood include:
Do not include the perentheses used to make the call.
The explain command understands the following options:
The explain command exits with status 1 on any error. The explain command only exits with status 0 if there are no errors.
explain version 1.4
Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Peter Miller
Written by Peter Miller <pmiller@opensource.org.au>