From 57a37f8af46b54a018a2007b3afceadcf2bf2020 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Fri, 10 Apr 2020 16:41:36 +0200 Subject: [PATCH] run_command: Update outdated docstring --- src/ipc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ipc.c b/src/ipc.c index 100e1f70..368bea52 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -217,8 +217,7 @@ void ipc_shutdown(shutdown_reason_t reason, int exempt_fd) { } /* - * Executes the command and returns whether it could be successfully parsed - * or not (at the moment, always returns true). + * Executes the given command. * */ IPC_HANDLER(run_command) {