diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
commit | 486754660bb926339aefcf012a3f848592babb8b (patch) | |
tree | ecdbc446c9876f4f120f701c243373cd3cb43db3 /tools/scan-build/man/scan-build.1 | |
parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) |
Notes
Diffstat (limited to 'tools/scan-build/man/scan-build.1')
-rw-r--r-- | tools/scan-build/man/scan-build.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/scan-build/man/scan-build.1 b/tools/scan-build/man/scan-build.1 index fd18d1f5c70a2..3e3252e1b643e 100644 --- a/tools/scan-build/man/scan-build.1 +++ b/tools/scan-build/man/scan-build.1 @@ -1,6 +1,6 @@ .\" This file is distributed under the University of Illinois Open Source .\" License. See LICENSE.TXT for details. -.\" $Id: scan-build.1 253074 2015-11-13 20:34:15Z jroelofs $ +.\" $Id: scan-build.1 329399 2018-04-06 15:14:32Z alexfh $ .Dd May 25, 2012 .Dt SCAN-BUILD 1 .Os "clang" "3.5" @@ -116,7 +116,7 @@ model is used. Specifying uses a simpler, less powerful constraint model used by checker-0.160 and earlier. .It Fl maxloop Ar N -Specifiy the number of times a block can be visited before giving +Specify the number of times a block can be visited before giving up. Default is 4. Increase for more comprehensive coverage at a cost of speed. .It Fl no-failure-reports |