aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-03-02 16:23:02 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-03-02 16:23:02 +0100
commit0c6382ba7ed8e04d36a28c942a2db4a391fef563 (patch)
tree2ab88578dbfef32e5f49a4288ac4feda1d2c331d
parent35d5ab7e05c57366356d01291ced24fb2fd90ccc (diff)
downloadembedlog-0c6382ba7ed8e04d36a28c942a2db4a391fef563.tar.gz
embedlog-0c6382ba7ed8e04d36a28c942a2db4a391fef563.tar.bz2
embedlog-0c6382ba7ed8e04d36a28c942a2db4a391fef563.zip
man/el_option.3: add missing EL_FUNCINFO option
no_buildbot Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--man/el_option.317
1 files changed, 17 insertions, 0 deletions
diff --git a/man/el_option.3 b/man/el_option.3
index 78d2302..e74f6d2 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -389,6 +389,23 @@ Input argument is different than 1 or 0
. RE
.RE
.PP
+.BI "EL_FUNCINFO (" int " funcinfo)"
+.RS
+If set to 1, adds information about function from which message has been
+printed in format [funcname()] or if
+. B EL_FINFO
+is enabled [some_file.c:123:funcname()].
+Settint this to 0 will result in no function information.
+. PP
+. B ERRORS
+. RS
+. B EINVAL
+. RS
+Input argument is different than 1 or 0
+. RE
+. RE
+.RE
+.PP
.B EL_CUSTOM_PUTS (
.I int (*el_custom_puts)(const char *s)
.B )