closeprograms.dita 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.-->
  5. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  6. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  7. "../../dtd/task.dtd">
  8. <task id="closeprograms" xml:lang="en-us">
  9. <title>Close all of your programs</title>
  10. <shortdesc>You need to shut down everything else before installing major programs</shortdesc>
  11. <prolog><metadata>
  12. <keywords><indexterm>Close programs</indexterm><indexterm>web server</indexterm>
  13. <indexterm>database</indexterm></keywords>
  14. </metadata></prolog>
  15. <taskbody>
  16. <steps>
  17. <step><cmd>If you are on a Windows system, click the X in the corner of each
  18. program.</cmd></step>
  19. <step><cmd>If you are on a Linux system, type kill -9 [PID] for each of your
  20. programs. </cmd><tutorialinfo>You might want to save your data first.</tutorialinfo>
  21. </step>
  22. <step><cmd>If you are on a Macintosh, you will have to ask someone else. I
  23. have a wonderful little iPod, but that is the limit of my experience with
  24. Apple products.</cmd></step>
  25. </steps>
  26. </taskbody>
  27. </task>