From ab4826835fd10718c9947a4da92f5d9ee36d7dad 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! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166482 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/scan-build/scan-build.1 | 8 ++++---- 1 file 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 -- 2.50.1