From owner-freebsd-doc@FreeBSD.ORG Thu Sep 22 22:05:20 2011 Return-Path: Delivered-To: freebsd-docs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 92D8D106567D; Thu, 22 Sep 2011 22:05:20 +0000 (UTC) Date: Thu, 22 Sep 2011 22:05:20 +0000 From: Alexander Best To: freebsd-docs@freebsd.org Message-ID: <20110922220520.GA2364@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline Cc: Subject: minor fix to smp(4) man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 22:05:20 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline hi there, could somebody please commit the following fix? thanks in advance. alex --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="smp.4.diff" diff --git a/share/man/man4/smp.4 b/share/man/man4/smp.4 index 5d0d983..612a3ce 100644 --- a/share/man/man4/smp.4 +++ b/share/man/man4/smp.4 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 7, 2008 +.Dd September 23, 2011 .Dt SMP 4 .Os .Sh NAME @@ -124,21 +124,20 @@ Since using logical CPUs can cause performance penalties under certain loads, the logical CPUs can be disabled by setting the .Va machdep.hyperthreading_allowed tunable to zero. -.Xr cpuset 1 . .Sh SEE ALSO +.Xr cpuset 1 . .Xr mptable 1 , +.Xr sched_4bsd 4 , +.Xr sched_ule 4 , .Xr loader 8 , .Xr sysctl 8 , .Xr condvar 9 , .Xr msleep 9 , .Xr mtx_pool 9 , .Xr mutex 9 , -.Xr sema 9 , -.Xr sx 9 , .Xr rwlock 9 , -.Xr sched_4bsd 4 , -.Xr sched_ule 4 , -.Xr cpuset 1 +.Xr sema 9 , +.Xr sx 9 .Sh HISTORY The .Nm --2fHTh5uZTiUOsy+g--