From b16ff800c7f0ce0299c2548cf8211adf12794a5a Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 24 Feb 2024 00:23:49 -0600 Subject: [PATCH] Cleanup: Documentation comments for fll_print_format_convert(). --- level_2/fll_print/c/print.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/level_2/fll_print/c/print.h b/level_2/fll_print/c/print.h index f083132..bb6a567 100644 --- a/level_2/fll_print/c/print.h +++ b/level_2/fll_print/c/print.h @@ -1005,7 +1005,9 @@ extern "C" { * The status is stored here rather then via the return. * * @return - * Result from: fl_print_format_convert(). + * Success from: fl_print_format_convert(). + * + * Errors (with error bit) from: fl_print_format_convert(). * * @see flockfile() * @see funlockfile() -- 1.8.3.1