log warning, error doc

This commit is contained in:
Olof hagsand 2020-07-26 16:16:32 +02:00
parent 864e2d1692
commit cb58b2bb12
5 changed files with 11 additions and 7 deletions

View file

@ -143,7 +143,7 @@ clicon_err_reset(void)
* @param[in] category Clixon error category, See enum clicon_err
* @param[in] suberr Error number, typically errno
* @param[in] reason Error string, format with argv
* @see clicon_err_reser Resetting the global error variables.
* @see clicon_err_reset Reset the global error variables.
*/
int clicon_err_fn(const char *fn,
const int line,