aboutsummaryrefslogtreecommitdiffstats
path: root/man/el_print.3
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-05-06 00:11:26 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-05-06 00:11:31 +0200
commit139b36f884098cced07bd045e429b734dff0bef4 (patch)
treef627f0cc8c223d72fb1f91ed48fe824276a07866 /man/el_print.3
parent6e8227a567ea9c09d8e0640d291d830701227f29 (diff)
downloadembedlog-139b36f884098cced07bd045e429b734dff0bef4.tar.gz
embedlog-139b36f884098cced07bd045e429b734dff0bef4.tar.bz2
embedlog-139b36f884098cced07bd045e429b734dff0bef4.zip
little fixes in documentation
no_buildbot
Diffstat (limited to 'man/el_print.3')
-rw-r--r--man/el_print.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/el_print.3 b/man/el_print.3
index c7d01d8..93b0090 100644
--- a/man/el_print.3
+++ b/man/el_print.3
@@ -32,7 +32,7 @@ size_t " mlen ")
.PP
.BI "int el_oputs(struct el_options *" options ", const char *" message ")"
.br
-.BI "int el_putb(struct el_options *" options ", const void *" memory ", \
+.BI "int el_oputb(struct el_options *" options ", const void *" memory ", \
size_t " mlen ")"
.br
.BI "int el_oprint(const char *" file ", size_t " line ", \
@@ -47,11 +47,11 @@ const char *" fmt ", va_list " ap ")"
enum el_level " level ", struct el_options *" options ", \
const char *" fmt ", " ... ")"
.br
-.BI "int el_pmemory(const char *" file ", size_t " line ", \
+.BI "int el_opmemory(const char *" file ", size_t " line ", \
enum el_level " level ", struct el_options *" options ", \
const void *" memory ", size_t " mlen ")"
.br
-.BI "int el_pbinary(enum el_level " level ", struct el_options *" options ", \
+.BI "int el_opbinary(enum el_level " level ", struct el_options *" options ", \
const void *" memory ", size_t " mlen ")"
.PP
.BI "#define ELF " __FILE__ ", " __LINE__ ", " EL_FATAL