svn commit: r225026 - in stable/8/release: doc/en_US.ISO8859-1/hardware picobsd/floppy.tree/sbin

Andriy Gapon avg at FreeBSD.org
Sat Aug 20 11:44:49 UTC 2011


Author: avg
Date: Sat Aug 20 11:44:48 2011
New Revision: 225026
URL: http://svn.freebsd.org/changeset/base/225026

Log:
  MFC r224529: fix a typo/tautology in the release documentation

Modified:
  stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml
Directory Properties:
  stable/8/release/   (props changed)
  stable/8/release/doc/en_US.ISO8859-1/hardware/   (props changed)
  stable/8/release/picobsd/   (props changed)
  stable/8/release/picobsd/floppy.tree/sbin/   (props changed)
  stable/8/release/picobsd/floppy.tree/sbin/dhclient-script   (props changed)
  stable/8/release/picobsd/qemu/   (props changed)
  stable/8/release/picobsd/tinyware/login/   (props changed)
  stable/8/release/powerpc/   (props changed)

Modified: stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml
==============================================================================
--- stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml	Sat Aug 20 10:44:13 2011	(r225025)
+++ stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml	Sat Aug 20 11:44:48 2011	(r225026)
@@ -195,7 +195,7 @@
 	resources between logical processors within the same CPU.
 	Because this naive scheduling can result in suboptimal
 	performance, under certain circumstances it may be useful to
-	disable the logical processors with the the
+	disable the logical processors with the
 	<varname>machdep.hlt_logical_cpus</varname> sysctl variable.
 	It is also possible to halt any CPU in the idle loop with the
 	<varname>machdep.hlt_cpus</varname> sysctl variable.  The


More information about the svn-src-stable-8 mailing list