aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-05-19 11:51:26 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-05-19 12:16:49 +0200
commitaa129653848fc690e38d98c27ba3efa5e3810006 (patch)
tree6742faf4b2d805def6811e97c6389f02e5b32d53
parentfe675c20c45ec5f6a15fc1b48533d8d9cb5b4975 (diff)
downloadembedlog-aa129653848fc690e38d98c27ba3efa5e3810006.tar.gz
embedlog-aa129653848fc690e38d98c27ba3efa5e3810006.tar.bz2
embedlog-aa129653848fc690e38d98c27ba3efa5e3810006.zip
man/el_option.3: fix formating error
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--man/el_option.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man/el_option.3 b/man/el_option.3
index b489cef..1c94d04 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -621,9 +621,9 @@ Function can return errors from
. B cfsetispeed
and
. BR tcsetattr .
-. SH RETURN VALUE
. RE
.RE
+.SH RETURN VALUE
.PP
On success 0 is returned. -1 is returned when any error occured.
.SH ERRORS
@@ -637,6 +637,7 @@ is invalid.
Passed
.I option
is not supported on this system (support was not compiled)
+.PP
Also check for error description of specific option that failed for more
informations
.SH SEE ALSO