]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
Doc: Fix boolean type
authorDavid Vašek <david.vasek@nic.cz>
Thu, 30 Oct 2025 15:15:59 +0000 (15:15 +0000)
committerBerbe <54095-Berbe@users.noreply.gitlab.nic.cz>
Fri, 31 Oct 2025 10:51:03 +0000 (10:51 +0000)
src/knot/common/process.h

index bdc7289c69431608779210b76175579a6587c4b6..f64e77b39b2447dc253e0a0bb424b25f7afdb7bd 100644 (file)
@@ -32,8 +32,8 @@ void pid_cleanup(void);
  *
  * \param pid Process ID.
  *
- * \retval 1 if running.
- * \retval 0 if not running (or error).
+ * \retval true if running.
+ * \retval false if not running (or error).
  */
 bool pid_running(pid_t pid);