comparison docs/nitros9guide/park.refentry @ 363:647e56c744cf

Added deiniz.refentry error.refentry park.refentry mainly as placeholders since I don't have the actual documentation.
author roug
date Sat, 03 Aug 2002 17:01:11 +0000
parents
children c565a4700689
comparison
equal deleted inserted replaced
362:aabf3f1835f1 363:647e56c744cf
1 <refentry id="park">
2 <refnamediv>
3 <refname>PARK</refname>
4 <refpurpose>Park the heads on a hard disk device</refpurpose>
5 </refnamediv>
6
7 <refsynopsisdiv>
8 <cmdsynopsis>
9 <command>PARK</command>
10 <arg choice="plain">
11 &replstart;device name&replend;
12 </arg>
13 </cmdsynopsis>
14 </refsynopsisdiv>
15
16 <refsect1><title>Description</title>
17 <para>
18 This command parks the heads on a hard disk device.
19 </para>
20 </refsect1>
21 <refsect1><title>Examples</title>
22 <literallayout>
23 park /H0
24 </literallayout>
25 </refsect1>
26 </refentry>
27