diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-19 18:31:59 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-19 18:31:59 +0000 |
commit | 04fe1d2b5e592a64fd6287adb2ffa32991639dbb (patch) | |
tree | 688a7ff654fe80a54638946ab43fee7f59b69b77 | |
parent | 64a2fc9f49fd7a8dcd6ffbdb2fd989bdcdab4032 (diff) | |
download | FreeBSD-src-04fe1d2b5e592a64fd6287adb2ffa32991639dbb.zip FreeBSD-src-04fe1d2b5e592a64fd6287adb2ffa32991639dbb.tar.gz |
Use the correct name for the HLT instruction.
Submitted by: bde
-rw-r--r-- | share/doc/FAQ/FAQ.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/FAQ/FAQ.sgml b/share/doc/FAQ/FAQ.sgml index 1fd80d3..c509ce0 100644 --- a/share/doc/FAQ/FAQ.sgml +++ b/share/doc/FAQ/FAQ.sgml @@ -1,5 +1,5 @@ <!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN"> -<!-- $Id: FAQ.sgml,v 1.37 1997/03/13 01:00:32 joerg Exp $ --> +<!-- $Id: FAQ.sgml,v 1.38 1997/03/19 17:17:59 obrien Exp $ --> <article> @@ -7,7 +7,7 @@ <author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG' name='<pds@FreeBSD.ORG>'></tt> -<date>$Date: 1997/03/13 01:00:32 $ +<date>$Date: 1997/03/19 17:17:59 $ <abstract> This is the FAQ for FreeBSD systems version 2.X All entries are assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted. @@ -2153,7 +2153,7 @@ pseudo-device vn #Vnode driver (turns a file into a device) now, working on their new ``scratch and sniff'' GUI. It's a funny old business we're in! - Seriously, both FreeBSD and Linux uses the ``<tt/HALT/'' + Seriously, both FreeBSD and Linux uses the ``<tt/HLT/'' (halt) instruction when the system is idle thus lowering its energy consumption and therefore the heat it generates. Also if you have APM (automatic power management) configured, then FreeBSD |