From 9f2509a6deb036ca8dd6e04560c42cd593eac382 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 26 Feb 2016 22:14:00 +0000 Subject: Import bsd.clang-analyze.mk based on NetBSD's version. This allows 'make analyze' or 'make OBJ.clang-analyzer' to run the Clang static analyzer and present results on stdout. Obtained from: NetBSD (CVS Rev. 1.3) Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5449 --- share/man/man7/build.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share/man/man7') diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index b32d7ed..985c165 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 21, 2015 +.Dd February 26, 2016 .Dt BUILD 7 .Os .Sh NAME @@ -107,6 +107,8 @@ section below, and by the variables documented in The following list provides the names and actions for the targets supported by the build system: .Bl -tag -width ".Cm cleandepend" +.It Cm analyze +Run Clang static analyzer against all objects and present output on stdout. .It Cm check Run tests for a given subdirectory. The default directory used is -- cgit v1.1 From 661f5406b01fd13d986eae6d4786e29ec60fc5db Mon Sep 17 00:00:00 2001 From: trasz Date: Mon, 29 Feb 2016 17:26:05 +0000 Subject: eventtimers(7) -> eventtimers(4) MFC after: 1 month Sponsored by: The FreeBSD Foundation --- share/man/man7/tuning.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/man/man7') diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index 33b0c0f..78d932f 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -743,11 +743,11 @@ over services you export from your box (web services, email). .Xr systat 1 , .Xr sendfile 2 , .Xr ata 4 , +.Xr eventtimers 4 , .Xr dummynet 4 , .Xr login.conf 5 , .Xr rc.conf 5 , .Xr sysctl.conf 5 , -.Xr eventtimers 7 , .Xr firewall 7 , .Xr hier 7 , .Xr ports 7 , -- cgit v1.1