summaryrefslogtreecommitdiff
path: root/nl/post-install/shutdown.xml
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-09-15 10:19:10 +0000
committerFrans Pop <elendil@planet.nl>2006-09-15 10:19:10 +0000
commitc9a8d5309d23424fe3ff0e68f491d782bc0fadd9 (patch)
treedeb9fbb1e88dbdee6242283fb0e760d91e5dfb3b /nl/post-install/shutdown.xml
parent3d2457511a55cbbaf3078b0be9d55f8ccb4c29e9 (diff)
downloadinstallation-guide-c9a8d5309d23424fe3ff0e68f491d782bc0fadd9.zip
Update of Dutch translation
Diffstat (limited to 'nl/post-install/shutdown.xml')
-rw-r--r--nl/post-install/shutdown.xml28
1 files changed, 17 insertions, 11 deletions
diff --git a/nl/post-install/shutdown.xml b/nl/post-install/shutdown.xml
index e326be12d..27967df91 100644
--- a/nl/post-install/shutdown.xml
+++ b/nl/post-install/shutdown.xml
@@ -1,25 +1,31 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 21690 untranslated -->
+<!-- original version: 39942 untranslated -->
<sect1 id="shutdown">
- <title>Shutting Down the System</title>
+ <title>Shutting down the system</title>
<para>
To shut down a running Linux system, you must not reboot with the
reset switch on the front or back of your computer, or just turn off
-the computer. Linux must be shut down in a controlled manner,
-otherwise files may be lost and disk damage incurred. You can press
-the key combination <keycombo> <keycap>Ctrl</keycap>
-<keycap>Alt</keycap> <keycap>Del</keycap> </keycombo>
+the computer. Linux should be shut down in a controlled manner,
+otherwise files might get lost and/or disk damage might occur. If you run a
+desktop environment, there is usually an option to <quote>log out</quote>
+available from the application menu that allows you to shutdown (or reboot)
+the system.
+
+</para><para>
+
+Alternatively you can press the key combination <keycombo>
+<keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo>
<phrase arch="powerpc;m68k"> or <keycombo> <keycap>Control</keycap>
<keycap>Shift</keycap> <keycap>Power</keycap> </keycombo> on Macintosh
-systems</phrase>. You may also log in as
-root and type <userinput>shutdown -h now</userinput>,
-<userinput>reboot</userinput>, or <userinput>halt</userinput> if
-either of the key combinations do not work or you prefer to type
-commands.
+systems</phrase>. A last option is to log in as root and type one of the
+commands <command>poweroff</command>, <command>halt</command> or
+<command>shutdown -h now</command> if either of the key combinations do not
+work or you prefer to type commands; use <command>reboot</command> to reboot
+the system.
</para>
</sect1>