Begin comment in lowercase - quark - quark web server
 (HTM) git clone git://git.suckless.org/quark
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 2318a89ecd7aad5a296b657caec22beff92a4284
 (DIR) parent cb7a1f6390094a9fc84376d4c6c6eb6e0f2ddf0b
 (HTM) Author: Laslo Hunhold <dev@frign.de>
       Date:   Wed,  5 Aug 2020 19:14:10 +0200
       
       Begin comment in lowercase
       
       Signed-off-by: Laslo Hunhold <dev@frign.de>
       
       Diffstat:
         M main.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       @@ -303,7 +303,7 @@ main(int argc, char *argv[])
                            "Entry not found");
                }
        
       -        /* Open a new process group */
       +        /* open a new process group */
                setpgid(0,0);
        
                handlesignals(sigcleanup);