]> Kevux Git Server - fll/commitdiff
Cleanup: Use F_true and F_False instead of TRUE and FALSE in the documentation comments.
authorKevin Day <kevin@kevux.org>
Thu, 22 Feb 2024 03:50:12 +0000 (21:50 -0600)
committerKevin Day <kevin@kevux.org>
Thu, 22 Feb 2024 03:50:50 +0000 (21:50 -0600)
level_0/f_capability/c/capability.h

index 09d7eb16f648f6f3fa06607e0fff5831e2cb05bf..66cdfe35d338451a9f0907a53c0e1a9bf2773e70 100644 (file)
@@ -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()
  */