aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1/articles/laptop
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-06-21 19:21:22 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-06-21 19:21:22 +0000
commit643b0fc487dc8ed50652254f9880252eb1575dab (patch)
tree7dd97cdd5385a9a655e8db51b434c0dbddacff1e /de_DE.ISO8859-1/articles/laptop
parentdb1b5dc01943c271a74c0bbe76b8d53e70add8f0 (diff)
downloaddoc-643b0fc487dc8ed50652254f9880252eb1575dab.tar.gz
doc-643b0fc487dc8ed50652254f9880252eb1575dab.zip
- XMLify the German tree
- Entity cleanup Approved by: doceng (implicit)
Notes
Notes: svn path=/projects/sgml2xml/; revision=39091
Diffstat (limited to 'de_DE.ISO8859-1/articles/laptop')
-rw-r--r--de_DE.ISO8859-1/articles/laptop/article.sgml22
1 files changed, 13 insertions, 9 deletions
diff --git a/de_DE.ISO8859-1/articles/laptop/article.sgml b/de_DE.ISO8859-1/articles/laptop/article.sgml
index 88801181e6..0010851b48 100644
--- a/de_DE.ISO8859-1/articles/laptop/article.sgml
+++ b/de_DE.ISO8859-1/articles/laptop/article.sgml
@@ -1,3 +1,10 @@
+<?xml version="1.0" encoding="ISO8859-1" standalone="no"?>
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
+ "../../../share/sgml/freebsd42.dtd" [
+<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/sgml/entities.ent">
+%entities;
+]>
+
<!-- The FreeBSD Documentation Project
The FreeBSD German Documentation Project
@@ -6,17 +13,10 @@
basiert auf: 1.25
-->
-<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
-<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//DE">
-%articles.ent;
-]>
-
<article lang="de">
<articleinfo>
<title>FreeBSD und Notebooks</title>
- <pubdate>$FreeBSD$</pubdate>
-
<abstract>
<para>FreeBSD l&auml;uft, von wenigen Ausnahmen abgesehen, auf
den meisten Notebooks problemlos. In diesem Artikel werden
@@ -34,6 +34,10 @@
&tm-attrib.microsoft;
&tm-attrib.general;
</legalnotice>
+
+ <pubdate>$FreeBSD$</pubdate>
+
+ <releaseinfo>$FreeBSD$</releaseinfo>
</articleinfo>
<para>FreeBSD wird oft f&uuml;r ein reines Server-Betriebssystem
@@ -197,7 +201,7 @@
<para>Leider sind die Power-Management-Funktionen unter FreeBSD
noch nicht sehr stabil. Mit etwas Gl&uuml;ck funktioniert die
- eine oder andere Funktion. Oder es funktioniert keine.<para>
+ eine oder andere Funktion. Oder es funktioniert keine.</para>
<para>Was die Sache nicht einfacher macht, ist, dass es zwei
verschiedene Standards f&uuml;r das Power-Management gibt: APM
@@ -283,7 +287,7 @@
apm_event USERSUSPENDREQ {
exec "vidcontrol -s 1 &lt; /dev/console";
- exec "sync && sync && sync";
+ exec "sync &amp;&amp; sync &amp;&amp; sync";
exec "sleep 1";
exec "apm -z";
}