diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-04-19 14:06:12 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-04-19 14:06:12 +0000 |
| commit | db52328cf6fddac98b8ccc486f54742d5a77501c (patch) | |
| tree | 410538f4ef8f3937d02f504fd411b98ec0e774bd | |
| parent | d808aefa49be1b842775359498ecee1de9561968 (diff) | |
Notes
| -rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 319a9e25f77e..ba08eab4c2b5 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -62,7 +62,7 @@ attempts to detect features of the named C program files that are likely to be bugs, to be non-portable, or to be wasteful. -It also performs stricter type checking then does +It also performs stricter type checking than the C compiler. .Nm runs the C preprocessor as its first phase, with the |
