Browse code

multiple manpage typo fixes

git-svn: trunk@1866

Tomasz Kojm authored on 2006/03/22 21:16:51
Showing 5 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Mar 22 13:14:52 CET 2006 (tk)
2
+---------------------------------
3
+  * docs/man: multiple manpage typo fixes (patch by A. Costa <agcosta*gis.net>)
4
+
1 5
 Mon Mar 20 21:56:38 CET 2006 (acab)
2 6
 -----------------------------------
3 7
   * libclamav/fsg.c: fix wrong write size calculation (reported by Andrey J.
... ...
@@ -295,7 +295,7 @@ Scan files on execute.
295 295
 Default: disabled
296 296
 .TP 
297 297
 \fBClamukoIncludePath STRING\fR
298
-Set the include paths (all files and directories in them will be scanned). You can have multiple ClamukoIncludePath directives but each directory must be added in a seperate line).
298
+Set the include paths (all files and directories in them will be scanned). You can have multiple ClamukoIncludePath directives but each directory must be added in a separate line).
299 299
 .br 
300 300
 Default: disabled
301 301
 .TP 
... ...
@@ -38,7 +38,7 @@ Load virus database from FILE or load all virus database files from DIR.
38 38
 Save scan report to FILE.
39 39
 .TP 
40 40
 \fB\-\-tempdir=DIRECTORY\fR
41
-Create temporary files in DIRECTORY. Directory must be writeable for the 'clamav' user or unprivileged user running clamscan.
41
+Create temporary files in DIRECTORY. Directory must be writable for the 'clamav' user or unprivileged user running clamscan.
42 42
 .TP 
43 43
 \fB\-\-leave\-temps\fR
44 44
 Do not remove temporary files.
... ...
@@ -65,7 +65,7 @@ Only print infected files.
65 65
 Remove infected files. \fBBe careful.\fR
66 66
 .TP 
67 67
 \fB\-\-move=DIRECTORY\fR
68
-Move infected files into DIRECTORY. Directory must be writeable for the 'clamav' user or unprivileged user running clamscan.
68
+Move infected files into DIRECTORY. Directory must be writable for the 'clamav' user or unprivileged user running clamscan.
69 69
 .TP 
70 70
 \fB\-\-no\-mail\fR
71 71
 Disable scanning of mail files.
... ...
@@ -191,7 +191,7 @@ Note: some return codes may only appear in a one file mode (clamscan is started
191 191
 .TP 
192 192
 57: Can't get absolute path name of current working directory.
193 193
 .TP 
194
-58: I/O error, please check your filesystem.
194
+58: I/O error, please check your file system.
195 195
 .TP 
196 196
 59: Can't get information about current user from /etc/passwd.
197 197
 .TP 
... ...
@@ -32,7 +32,7 @@ Write all messages to the standard output (stdout), instead of the standard erro
32 32
 Save download report in FILE.
33 33
 .TP 
34 34
 \fB\-\-datadir=DIRECTORY\fR
35
-Install new database in DIRECTORY. The directory must be writeable for the 'clamav' user or unprivileged user running freshclam.
35
+Install new database in DIRECTORY. The directory must be writable for the 'clamav' user or unprivileged user running freshclam.
36 36
 .TP 
37 37
 \fB\-u USER, \-\-user USER\fR
38 38
 Run as USER. By default (when started by root) freshclam drops privileges and works as the 'clamav' user.
... ...
@@ -103,7 +103,7 @@ Use \fBIP\fR as client address for downloading databases. Useful for multi homed
103 103
 Default: Use OS\'es default outgoing IP address.
104 104
 .TP 
105 105
 \fBNotifyClamd \[STRING\]\fR
106
-Notify a running clamd(8) to reload it\'s database after a download has occurred. Optionally a clamd.conf(5) file location may be given to tell freshclam(1) how to communicate with clamd(8).
106
+Notify a running clamd(8) to reload its database after a download has occurred. Optionally a clamd.conf(5) file location may be given to tell freshclam(1) how to communicate with clamd(8).
107 107
 .br .
108 108
 Default: The default is to not notify clamd. See clamd.conf(5)\'s option SelfCheck for how clamd(8) handles database updates in this case.
109 109
 .TP