Mercurial > hg > Members > kono > nitros9-code
changeset 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 | aabf3f1835f1 |
children | 3bdcf6cf1871 |
files | docs/nitros9guide/deiniz.refentry docs/nitros9guide/error.refentry docs/nitros9guide/park.refentry |
diffstat | 3 files changed, 116 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/deiniz.refentry Sat Aug 03 17:01:11 2002 +0000 @@ -0,0 +1,57 @@ +<refentry id="deiniz"> +<refnamediv> +<refname>DEINIZ</refname> +<refpurpose>Detach a device.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>DEINIZ</command> +<arg choice="opt"> + <option>devicename [...]</option> +</arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title>Description</title> +<para> +To remove a device from the system device table, type deiniz, followed +by the name of the module(s) to detach. <devicename> may begin with a +slash (/). +</para> +<refsect2> +<title>Options:</title> +<variablelist> +<varlistentry> +<term>devicename</term> +<listitem> +<para> +is the name of the device drivere you want to +detach. Specify as many device drivers as you +wish with one DEINIZ command. +</para> +</listitem> +</varlistentry> +</variablelist> +</refsect2> +<refsect2> +<title>Notes:</title> +<para> +Do not deiniz a module unless you have +explicitly iniz-ed it. If you do deiniz a device that you have not +iniz-ed, you could cause problems for other users who may be +using the module. +</para> +</refsect2> +</refsect1> +<refsect1> +<title>Example:</title> +<literallayout> + DEINIZ P T2 [ENTER] +</literallayout> +<para> +initializes the P (printer) and T2 (terminal 2) devices. +</para> +</refsect1> +</refentry>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/error.refentry Sat Aug 03 17:01:11 2002 +0000 @@ -0,0 +1,32 @@ +<refentry id="error"> +<refnamediv> +<refname>ERROR</refname> +<refpurpose>Outputs text error messages for given error numbers</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>ERROR</command> +<arg choice="plain"> + &replstart;errno&replend; +</arg> +<arg choice="plain"> + &repeatst;&replstart;errno&replend;&repeaten; +</arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +This command is used to look up the description of an error code. +/dd/sys/errmsg must be available. +</para> +</refsect1> +<refsect1><title>Examples</title> +<screen> +OS9: error 216 +PATH NAME NOT FOUND - can't find pathlist specified. +</screen> +</refsect1> +</refentry> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/park.refentry Sat Aug 03 17:01:11 2002 +0000 @@ -0,0 +1,27 @@ +<refentry id="park"> +<refnamediv> +<refname>PARK</refname> +<refpurpose>Park the heads on a hard disk device</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>PARK</command> +<arg choice="plain"> + &replstart;device name&replend; +</arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +This command parks the heads on a hard disk device. +</para> +</refsect1> +<refsect1><title>Examples</title> +<literallayout> +park /H0 +</literallayout> +</refsect1> +</refentry> +