File: closeprograms.dita

package info (click to toggle)
dita-ot 1.5.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,296 kB
  • sloc: xml: 29,334; java: 24,201; javascript: 1,299; makefile: 45
file content (28 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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="closeprograms" xml:lang="en-us">
<title>Close all of your programs</title>
<shortdesc>You need to shut down everything else before installing major programs</shortdesc>
<prolog><metadata>
<keywords><indexterm>Close programs</indexterm><indexterm>web server</indexterm>
<indexterm>database</indexterm></keywords>
</metadata></prolog>
<taskbody>
<steps>
<step><cmd>If you are on a Windows system, click the X in the corner of each
program.</cmd></step>
<step><cmd>If you are on a Linux system, type kill -9 [PID] for each of your
programs. </cmd><tutorialinfo>You might want to save your data first.</tutorialinfo>
</step>
<step><cmd>If you are on a Macintosh, you will have to ask someone else. I
have a wonderful little iPod, but that is the limit of my experience with
Apple products.</cmd></step>
</steps>
</taskbody>
</task>