Browse code

fix some mistakes, thx to TP

git-svn: trunk@2976

Tomasz Kojm authored on 2007/03/27 17:39:56
Showing 2 changed files
... ...
@@ -626,7 +626,7 @@ int acceptloop_th(int *socketds, int nsockets, struct cl_engine *engine, unsigne
626 626
 	    pthread_mutex_unlock(&reload_mutex);
627 627
 	    engine = reload_db(engine, dboptions, copt, FALSE, &ret);
628 628
 	    if(ret) {
629
-		logg("Terminating because of a fatal error.");
629
+		logg("Terminating because of a fatal error.\n");
630 630
 		if(new_sd >= 0)
631 631
 		    close(new_sd);
632 632
 		break;
... ...
@@ -32,12 +32,12 @@ Enable logging to selected file.
32 32
 Default: no
33 33
 .TP 
34 34
 \fBLogFileUnlock BOOL\fR
35
-Disable a system lock that protects against running clamd with a same configuration file multiple times.
35
+Disable a system lock that protects against running clamd with the same configuration file multiple times.
36 36
 .br 
37 37
 Default: no
38 38
 .TP 
39 39
 \fBLogFileMaxSize SIZE\fR
40
-Limit the size of a log file. The logger will be automatically disabled  if the file is greater than SIZE. Value of 0 disables the limit.
40
+Limit the size of the log file. The logger will be automatically disabled if the file is greater than SIZE. Value of 0 disables the limit.
41 41
 .br 
42 42
 Default: 1M
43 43
 .TP