From: Kevin Day Date: Thu, 22 Feb 2024 03:50:12 +0000 (-0600) Subject: Cleanup: Use F_true and F_False instead of TRUE and FALSE in the documentation comments. X-Git-Tag: 0.6.9~19 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=6e239665152fd05092f0d2ebcd3c3aaa6cfa3dec;p=fll Cleanup: Use F_true and F_False instead of TRUE and FALSE in the documentation comments. --- diff --git a/level_0/f_capability/c/capability.h b/level_0/f_capability/c/capability.h index 4c97d18..5ae764d 100644 --- a/level_0/f_capability/c/capability.h +++ b/level_0/f_capability/c/capability.h @@ -866,8 +866,8 @@ extern "C" { * Check if capabilities are supported. * * @return - * TRUE if supported. - * FALSE otherwise. + * F_true if supported. + * F_false otherwise. */ #ifndef _di_f_capability_supported_ extern bool f_capability_supported(void); @@ -880,8 +880,8 @@ extern "C" { * The capability code. * * @return - * TRUE if the code is supported. - * FALSE otherwise. + * F_true if the code is supported. + * F_false otherwise. * * @see CAP_IS_SUPPORTED() */ @@ -893,8 +893,8 @@ extern "C" { * Check if capabilities support ambient, using special libcap function/macro. * * @return - * TRUE if ambient is supported. - * FALSE otherwise. + * F_true if ambient is supported. + * F_false otherwise. * * @see CAP_AMBIENT_SUPPORTED() */