| 12345678910111213141516171819202122232425 |
- <?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="unscrewcover" xml:lang="en-us">
- <title>Remove the cover of your system</title>
- <shortdesc>This is a simple task requiring a screwdriver.</shortdesc>
- <prolog><metadata>
- <keywords><indexterm>hard drive</indexterm><indexterm>Computer
- cover</indexterm></keywords>
- </metadata></prolog>
- <taskbody>
- <prereq>First be sure you are grounded.</prereq>
- <context>Perform the operation in a well ventilated room.</context>
- <steps>
- <step><cmd>Unscrew the screws that hold the cover to your system.</cmd></step>
- <step><cmd>Store them in a safe place.</cmd></step>
- <step><cmd>Remove the cover and place it in a safe place as well.</cmd></step>
- </steps>
- </taskbody>
- </task>
|