aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2020-10-22 22:08:02 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2020-10-22 22:08:02 +0200
commit402cb09d6a789fce4080798ebe8ac40493295900 (patch)
tree056b2e1e60c134231d810a30cc46c0043ef8d1ca
parentb92cf9bb8cbb6e456e67d0e01f144a33a9fe6f87 (diff)
downloadembedlog-402cb09d6a789fce4080798ebe8ac40493295900.tar.gz
embedlog-402cb09d6a789fce4080798ebe8ac40493295900.tar.bz2
embedlog-402cb09d6a789fce4080798ebe8ac40493295900.zip
man/el_option.3: fix invalid type in EL_FROTATE_NUMBER
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--man/el_option.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/el_option.3 b/man/el_option.3
index 22a7f76..1dc5532 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -487,7 +487,7 @@ Any other error is in reality just a warning, meaning file could not have been
opened now, but embedlog will try to reopen in each time it logs to file.
.RE
.PP
-.BI "EL_FROTATE_NUMBER (" long " number)"
+.BI "EL_FROTATE_NUMBER (" int " number)"
.RS
If set to 0, file rotation will be disabled and logs will be printed into
specified file without size limit.