comparison man/mlk_err_string.3 @ 440:c9bd1ff1ebe1

man: start splitting manual pages
author David Demelier <markand@malikania.fr>
date Tue, 18 Oct 2022 09:04:02 +0200
parents
children
comparison
equal deleted inserted replaced
439:f794dbbb18d2 440:c9bd1ff1ebe1
1 .Dd $Mdocdate$
2 .Dt MLK_ERR_STRING 3
3 .Os
4 .Sh NAME
5 .Nm mlk_err_string
6 .Nd return human readable error string
7 .Sh LIBRARY
8 libmlk-core (-lmlk-core)
9 .Sh SYNOPSIS
10 .In mlk/core/err.h
11 .Ft "const char *"
12 .Fn mlk_err_string "int e"
13 .Sh DESCRIPTION
14 The function
15 .Fn mlk_err_string
16 returns a constant string description of the error code
17 .Fa e .
18 .Pp
19 See the
20 .Xr mlk-err 3
21 manual page for a list of error codes.
22 .Sh SEE ALSO
23 .Xr mlk-err 3
24 .Sh AUTHORS
25 .An David Demelier Aq Mt markand@malikania.fr .