| 123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
- <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
- <!-- (C) Copyright IBM Corporation 2001, 2005. All Rights Reserved. -->
- <task id="spraypaint" xml:lang="en-us">
- <title>Spray painting</title>
- <shortdesc>When paint is applied using a spray nozzle, it is referred to as spray painting.</shortdesc>
- <taskbody>
- <context>
- <p>The garage is a good place to spray paint.</p></context>
- <steps>
- <step>
- <cmd>Move the car out of the garage to avoid getting paint on it.</cmd>
- </step>
- <step>
- <cmd>Place newspaper, cardboard, or a drop-cloth on the garage floor.</cmd>
- </step>
- <step>
- <cmd>Place the object to be painted on the covered area.</cmd>
- </step>
- <step>
- <cmd>Follow the directions on the paint can to paint the object.</cmd>
- </step>
- <step>
- <cmd>Let the paint dry thoroughly before you move the object.</cmd>
- </step>
- </steps>
- </taskbody>
- <related-links>
- <link href="../concepts/paint.xml" format="dita" type="concept"/>
- </related-links>
- </task>
|