.TH "fi_strerror" "1" "2016\-06\-30" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@" .SH NAME .PP fi_strerror \- display libfabric error strings .SH SYNOPSIS .IP .nf \f[C] fi_strerror\ FI_ERROR_CODE \f[] .fi .SH DESCRIPTION .PP Display the error string for the given numeric \f[C]FI_ERROR_CODE\f[]. \f[C]FI_ERROR_CODE\f[] may be a hexadecimal, octal, or decimal constant. Although the \f[C]fi_strerror\f[](3) library function only accepts positive error values, for convenience this utility accepts both positive and negative error values. .PP This is primarily a convenience tool for developers. .SH SEE ALSO .PP \f[C]fabric\f[](7) \f[C]fi_errno\f[](3) .SH AUTHORS OpenFabrics.