restart.dita 1.1 KB

123456789101112131415161718192021222324252627282930
  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="restart" xml:lang="en-us">
  9. <title>Restart your system</title>
  10. <shortdesc>This is standard procedure after installing any new software.</shortdesc>
  11. <prolog><metadata>
  12. <keywords><indexterm>Restarting</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, go to the start menu.</cmd>
  18. <substeps>
  19. <substep><cmd>Go to Start -> Shut Down...</cmd></substep>
  20. <substep><cmd>Select "Restart" and hit OK.</cmd></substep>
  21. </substeps>
  22. </step>
  23. <step><cmd>If you are on a Linux system, contact your system administrator
  24. for assistance. You may not need to restart.</cmd></step>
  25. <step><cmd>If you are on a Macintosh, go to Special -> Restart.</cmd>
  26. </step>
  27. </steps>
  28. </taskbody>
  29. </task>