aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-05-15 22:29:34 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-05-15 22:29:34 +0200
commit5dc8fad71d2bb1896f022ee2cb500762e25e67d1 (patch)
treef6c1394b71ddc405c2ac7be4903ed97d2e77d91f
parent9effa624b95b5b65ea3958bec80ecb1bae4cbf9e (diff)
downloadembedlog-5dc8fad71d2bb1896f022ee2cb500762e25e67d1.tar.gz
embedlog-5dc8fad71d2bb1896f022ee2cb500762e25e67d1.tar.bz2
embedlog-5dc8fad71d2bb1896f022ee2cb500762e25e67d1.zip
man: update "see also" section.
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--man/el_cleanup.327
-rw-r--r--man/el_flush.329
-rw-r--r--man/el_init.330
-rw-r--r--man/el_option.329
-rw-r--r--man/el_overview.733
-rw-r--r--man/el_print.318
6 files changed, 84 insertions, 82 deletions
diff --git a/man/el_cleanup.3 b/man/el_cleanup.3
index 19c9742..d7c9783 100644
--- a/man/el_cleanup.3
+++ b/man/el_cleanup.3
@@ -52,22 +52,23 @@ may return:
Passed el object is not valid
.SH SEE ALSO
.PP
-.BR el_init (3),
.BR el_overview (7),
-.BR el_option (3),
-.BR el_puts (3),
.BR el_flush (3),
-.BR el_oflish (3),
-.BR el_print (3),
-.BR el_vprint (3),
-.BR el_perror (3),
-.BR el_pmemory (3),
-.BR el_pmemory_table (3),
-.BR el_opmemory_table (3),
+.BR el_init (3),
.BR el_new (3),
+.BR el_oflush (3),
+.BR el_oinit (3),
.BR el_ooption (3),
-.BR el_oputs (3),
+.BR el_operror (3),
+.BR el_opmemory (3),
+.BR el_opmemory_table (3),
.BR el_oprint (3),
+.BR el_option (3),
+.BR el_oputs (3),
.BR el_ovprint (3),
-.BR el_operror (3),
-.BR el_opmemory (3).
+.BR el_perror (3),
+.BR el_pmemory (3),
+.BR el_pmemory_table (3),
+.BR el_print (3),
+.BR el_puts (3),
+.BR el_vprint (3).
diff --git a/man/el_flush.3 b/man/el_flush.3
index e3788d1..997444f 100644
--- a/man/el_flush.3
+++ b/man/el_flush.3
@@ -62,21 +62,24 @@ may additionally return:
Passed el object is not valid
.SH SEE ALSO
.PP
-.BR el_init (3),
.BR el_overview (7),
-.BR el_option (3),
-.BR el_puts (3),
-.BR el_print (3),
-.BR el_vprint (3),
-.BR el_perror (3),
-.BR el_pmemory (3),
-.BR el_pmemory_table (3),
-.BR el_opmemory_table (3),
-.BR el_new (3),
+.BR el_cleanup (3),
.BR el_destroy (3),
+.BR el_init (3),
+.BR el_new (3),
+.BR el_ocleanup (3),
+.BR el_oinit (3),
.BR el_ooption (3),
-.BR el_oputs (3),
+.BR el_operror (3),
+.BR el_opmemory (3),
+.BR el_opmemory_table (3),
.BR el_oprint (3),
+.BR el_option (3),
+.BR el_oputs (3),
.BR el_ovprint (3),
-.BR el_operror (3),
-.BR el_opmemory (3).
+.BR el_perror (3),
+.BR el_pmemory (3),
+.BR el_pmemory_table (3),
+.BR el_print (3),
+.BR el_puts (3),
+.BR el_vprint (3).
diff --git a/man/el_init.3 b/man/el_init.3
index 2056bf5..d1ac078 100644
--- a/man/el_init.3
+++ b/man/el_init.3
@@ -147,25 +147,23 @@ Note: error handling has been ommited for clarity sake
.fi
.SH SEE ALSO
.PP
-.BR el_init (3),
-.BR el_cleanup (3),
.BR el_overview (7),
-.BR el_option (3),
-.BR el_puts (3),
+.BR el_cleanup (3),
+.BR el_destroy (3),
.BR el_flush (3),
-.BR el_oflush (3),
-.BR el_print (3),
-.BR el_vprint (3),
-.BR el_perror (3),
-.BR el_pmemory (3),
-.BR el_pmemory_table (3),
-.BR el_opmemory_table (3),
-.BR el_new (3),
-.BR el_oinit (3),
.BR el_ocleanup (3),
+.BR el_oflush (3),
.BR el_ooption (3),
-.BR el_oputs (3),
+.BR el_operror (3),
+.BR el_opmemory (3),
+.BR el_opmemory_table (3),
.BR el_oprint (3),
+.BR el_option (3),
+.BR el_oputs (3),
.BR el_ovprint (3),
-.BR el_operror (3),
-.BR el_opmemory (3).
+.BR el_perror (3),
+.BR el_pmemory (3),
+.BR el_pmemory_table (3),
+.BR el_print (3),
+.BR el_puts (3),
+.BR el_vprint (3).
diff --git a/man/el_option.3 b/man/el_option.3
index a7ddae7..b489cef 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -641,23 +641,24 @@ Also check for error description of specific option that failed for more
informations
.SH SEE ALSO
.PP
-.BR el_init (3),
-.BR el_cleanup (3),
.BR el_overview (7),
-.BR el_puts (3),
+.BR el_cleanup (3),
+.BR el_destroy (3),
.BR el_flush (3),
-.BR el_oflish (3),
-.BR el_print (3),
-.BR el_vprint (3),
-.BR el_perror (3),
-.BR el_pmemory (3),
-.BR el_pmemory_table (3),
-.BR el_opmemory_table (3),
+.BR el_init (3),
.BR el_new (3),
-.BR el_destroy (3),
.BR el_ocleanup (3),
-.BR el_oputs (3),
+.BR el_oflush (3),
+.BR el_oinit (3),
+.BR el_operror (3),
+.BR el_opmemory (3),
+.BR el_opmemory_table (3),
.BR el_oprint (3),
+.BR el_oputs (3),
.BR el_ovprint (3),
-.BR el_operror (3),
-.BR el_opmemory (3).
+.BR el_perror (3),
+.BR el_pmemory (3),
+.BR el_pmemory_table (3),
+.BR el_print (3),
+.BR el_puts (3),
+.BR el_vprint (3).
diff --git a/man/el_overview.7 b/man/el_overview.7
index f90e72e..dfa8115 100644
--- a/man/el_overview.7
+++ b/man/el_overview.7
@@ -334,26 +334,25 @@ for more details.
.fi
.SH SEE ALSO
.PP
-.BR el_overview (7),
-.BR el_init (3),
.BR el_cleanup (3),
-.BR el_option (3),
-.BR el_puts (3),
+.BR el_destroy (3),
.BR el_flush (3),
-.BR el_oflish (3),
-.BR el_print (3),
-.BR el_vprint (3),
-.BR el_perror (3),
-.BR el_pmemory (3),
-.BR el_pmemory_table (3),
-.BR el_opmemory_table (3),
-.BR el_oinit (3),
-.BR el_ocleanup (3),
+.BR el_init (3),
.BR el_new (3),
-.BR el_destroy (3),
+.BR el_ocleanup (3),
+.BR el_oflush (3),
+.BR el_oinit (3),
.BR el_ooption (3),
-.BR el_oputs (3),
-.BR el_oprint (3),
-.BR el_ovprint (3),
.BR el_operror (3),
.BR el_opmemory (3),
+.BR el_opmemory_table (3),
+.BR el_oprint (3),
+.BR el_option (3),
+.BR el_oputs (3),
+.BR el_ovprint (3),
+.BR el_perror (3),
+.BR el_pmemory (3),
+.BR el_pmemory_table (3),
+.BR el_print (3),
+.BR el_puts (3),
+.BR el_vprint (3).
diff --git a/man/el_print.3 b/man/el_print.3
index 8bddf80..4a20e37 100644
--- a/man/el_print.3
+++ b/man/el_print.3
@@ -505,17 +505,17 @@ and if file rotation is enabled also from
.BR fopen ()
.SH SEE ALSO
.PP
-.BR el_init (3),
-.BR el_cleanup (3),
.BR el_overview (7),
-.BR el_option (3),
+.BR el_cleanup (3),
+.BR el_destroy (3),
.BR el_flush (3),
-.BR el_oflish (3),
-.BR el_pmemory (3),
-.BR el_pmemory_table (3),
+.BR el_init (3),
.BR el_new (3),
-.BR el_destroy (3),
-.BR el_opmemory_table (3),
.BR el_ocleanup (3),
+.BR el_oflush (3),
+.BR el_oinit (3),
.BR el_ooption (3),
-.BR el_opmemory (3).
+.BR el_operror (3),
+.BR el_opmemory (3),
+.BR el_opmemory_table (3),
+.BR el_option (3).