Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2011 07:00:24 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225775 - head/share/man/man4
Message-ID:  <201109270700.p8R70OFc009428@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Tue Sep 27 07:00:24 2011
New Revision: 225775
URL: http://svn.freebsd.org/changeset/base/225775

Log:
  - Move misplaced reference [1]
  - Sort references [1]
  - s/Since/Because/ [2]
  
  Submitted by:	arundel [1],
  		Chad Perrin <perrin@apotheon.com> [2]
  MFC after:	3 days

Modified:
  head/share/man/man4/smp.4

Modified: head/share/man/man4/smp.4
==============================================================================
--- head/share/man/man4/smp.4	Tue Sep 27 06:53:30 2011	(r225774)
+++ head/share/man/man4/smp.4	Tue Sep 27 07:00:24 2011	(r225775)
@@ -120,25 +120,24 @@ tasks on CPUs that are closely grouped t
 .Pp
 .Fx
 supports hyperthreading on Intel CPU's on the i386 and AMD64 platforms.
-Since using logical CPUs can cause performance penalties under certain loads,
+Because 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109270700.p8R70OFc009428>