summaryrefslogtreecommitdiff
path: root/tools/scan-build/scan-build.1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scan-build/scan-build.1')
-rw-r--r--tools/scan-build/scan-build.18
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/scan-build/scan-build.1 b/tools/scan-build/scan-build.1
index 05ddb4ac0d..e53acdb755 100644
--- a/tools/scan-build/scan-build.1
+++ b/tools/scan-build/scan-build.1
@@ -2,8 +2,8 @@
.\" License. See LICENSE.TXT for details.
.\" $Id$
.Dd May 25, 2012
+.Dt SCAN-BUILD 1
.Os "clang" "3.1"
-.Dt SCAN-BUILD \&1 CLANG
.Sh NAME
.Nm scan-build
.Nd Clang static analyzer
@@ -139,7 +139,7 @@ which is far less precise but can more quickly analyze code.
was the default store model for checker-0.221 and earlier.
.\"
.El
-.Sh RETURN VALUES
+.Sh EXIT STATUS
.Nm
returns the value returned by
.Ar build_command
@@ -188,10 +188,10 @@ Check for undefined results of binary operators.
.It core.VLASize
Check for declarations of VLA of undefined or zero size.
.It core.builtin.BuiltinFunctions
-Evaluate compiler builtin functions, e.g.
+Evaluate compiler builtin functions, e.g.
.Fn alloca .
.It core.builtin.NoReturnFunctions
-Evaluate
+Evaluate
.Ql panic
functions that are known to not return to the caller.
.It core.uninitialized.ArraySubscript