From: Kevin Day Date: Tue, 17 Jan 2023 04:22:09 +0000 (-0600) Subject: Update: The directory documentation comments. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=91dd185b33ef47868a11831ecacc47bbbd0e2e61;p=fll Update: The directory documentation comments. --- diff --git a/level_1/fl_directory/c/directory/common.h b/level_1/fl_directory/c/directory/common.h index 03f7df3..3cd7648 100644 --- a/level_1/fl_directory/c/directory/common.h +++ b/level_1/fl_directory/c/directory/common.h @@ -48,7 +48,7 @@ extern "C" { * Set to a valid file descriptor to print to on successful operation. * This is passed to the verbose function if that function pointer is not -1. * verbose: - * Set to 0 to not print on successful operation. + * Set output.id to -1 and output.stream to 0 to not print on successful operation. * Set to address of a function to be called for printing such that: * - The first parameter represents the output file type. * - The second parameter represents the source string.