From d901e82ec4fa11f25f971ec688af20b932a26842 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 23 Oct 2012 16:35:44 +0000 Subject: [PATCH] Fix some mdoc nits Patch by Eitan Adler! llvm-svn: 166482 --- clang/tools/scan-build/scan-build.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clang/tools/scan-build/scan-build.1 b/clang/tools/scan-build/scan-build.1 index 05ddb4a..e53acdb 100644 --- a/clang/tools/scan-build/scan-build.1 +++ b/clang/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 -- 2.7.4