summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-10-23 16:35:44 +0000
committerSean Silva <silvas@purdue.edu>2012-10-23 16:35:44 +0000
commitab4826835fd10718c9947a4da92f5d9ee36d7dad (patch)
tree1c0d14c4365f4f870fe5c6685f1ffb36ba6424c4 /tools
parentc711af2ddbbb1d46223cc9379d32a203fb5bc7f4 (diff)
downloadclang-ab4826835fd10718c9947a4da92f5d9ee36d7dad.tar.gz
clang-ab4826835fd10718c9947a4da92f5d9ee36d7dad.tar.bz2
clang-ab4826835fd10718c9947a4da92f5d9ee36d7dad.tar.xz
Fix some mdoc nits
Patch by Eitan Adler! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166482 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-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