svn commit: r47320 - head/de_DE.ISO8859-1/books/handbook/kernelconfig

Bjoern Heidotting bhd at FreeBSD.org
Fri Aug 28 15:14:38 UTC 2015


Author: bhd
Date: Fri Aug 28 15:14:37 2015
New Revision: 47320
URL: https://svnweb.freebsd.org/changeset/doc/47320

Log:
  Update to r41055:
  
  Remove 'apm' from the kernel config chapter.   It is not commonly used
  anymore.

Modified:
  head/de_DE.ISO8859-1/books/handbook/kernelconfig/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/kernelconfig/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Fri Aug 28 00:47:41 2015	(r47319)
+++ head/de_DE.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Fri Aug 28 15:14:37 2015	(r47320)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde$
-     basiert auf: r40999
+     basiert auf: r41055
 -->
 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="kernelconfig">
   <info><title>Konfiguration des &os;-Kernels</title>
@@ -1071,18 +1071,6 @@ device          sc</programlisting>
       besitzt.  Damit wird die Unterstützung für Motherboards mit AGP
       und AGP GART aktiviert.</para>
 
-    <indexterm>
-      <primary>APM</primary>
-    </indexterm>
-
-    <programlisting># Power management support (see NOTES for more options)
-#device          apm</programlisting>
-
-    <para>Advanced Power Management (<acronym>APM</acronym>).  Diese
-      Option ist nützlich für Laptops, allerdings
-      ist sie in <filename>GENERIC</filename> standardmäßig
-      deaktiviert.</para>
-
     <programlisting># Add suspend/resume support for the i8254.
 device           pmtimer</programlisting>
 


More information about the svn-doc-all mailing list