]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
daemon/cgrulesengd: fix spellings across the file
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 14 Aug 2023 07:55:35 +0000 (13:25 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 16 Aug 2023 15:26:18 +0000 (09:26 -0600)
Fix the spelling mistakes across the file and also fix word case.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/daemon/cgrulesengd.h

index 70ad3981ecb64a55ea1536f313cfe0d241b3b601..54b570ced962c9e1d42952c0ae42949d24315a92 100644 (file)
@@ -85,7 +85,7 @@ int cgre_handle_message(struct cn_msg *cn_hdr);
  * parent process.  Note too that stdout, stdin, and stderr are closed in
  * daemon mode, and a file descriptor for a log file is opened.
  *     @param logp Path of the log file, NULL if no log file was specified
- *     @param logf Syslog facility, NULL if no facility was specified
+ *     @param logf syslog facility, NULL if no facility was specified
  *     @param daemon False to turn off daemon mode (no fork, leave FDs open)
  *     @param logv Log verbosity:
  *             2 is the default, 0 = no logging, 5 = everything