| 123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- This file is part of the DITA Open Toolkit project hosted on
- Sourceforge.net. See the accompanying license.txt file for
- applicable licenses.-->
- <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "../../dtd/task.dtd">
- <task id="restart" xml:lang="en-us">
- <title>Restart your system</title>
- <shortdesc>This is standard procedure after installing any new software.</shortdesc>
- <prolog><metadata>
- <keywords><indexterm>Restarting</indexterm><indexterm>web server</indexterm>
- <indexterm>database</indexterm></keywords>
- </metadata></prolog>
- <taskbody>
- <steps>
- <step><cmd>If you are on a Windows system, go to the start menu.</cmd>
- <substeps>
- <substep><cmd>Go to Start -> Shut Down...</cmd></substep>
- <substep><cmd>Select "Restart" and hit OK.</cmd></substep>
- </substeps>
- </step>
- <step><cmd>If you are on a Linux system, contact your system administrator
- for assistance. You may not need to restart.</cmd></step>
- <step><cmd>If you are on a Macintosh, go to Special -> Restart.</cmd>
- </step>
- </steps>
- </taskbody>
- </task>
|