Skip to content

Commit a3d5299

Browse files
TheWitnessCopilot
andauthored
Update syslog_process.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e038d7c commit a3d5299

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

syslog_process.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@
259259
exit(0);
260260

261261
/**
262-
* sig_handler - provides a generic means to catch exceptions to the Cacti log.
262+
* sig_handler - handles UNIX signals and logs shutdown events to the Cacti log.
263263
*
264-
* @param int $signo The signal that was thrown by the interface.
264+
* @param int $signo The signal received by the process.
265265
*
266266
* @return (void)
267267
*/

0 commit comments

Comments
 (0)