# HG changeset patch
# User roug
# Date 1028394071 0
# Node ID 647e56c744cf466bcc9ca1a0cb9948310b3d0e70
# Parent aabf3f1835f1006c70636a51c8b5d34c0e0c9127
Added deiniz.refentry error.refentry park.refentry mainly as placeholders
since I don't have the actual documentation.
diff -r aabf3f1835f1 -r 647e56c744cf docs/nitros9guide/deiniz.refentry
--- /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 @@
+
+
+DEINIZ
+Detach a device.
+
+
+
+
+DEINIZ
+
+
+
+
+
+
+
+Description
+
+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 (/).
+
+
+Options:
+
+
+devicename
+
+
+is the name of the device drivere you want to
+detach. Specify as many device drivers as you
+wish with one DEINIZ command.
+
+
+
+
+
+
+Notes:
+
+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.
+
+
+
+
+Example:
+
+ DEINIZ P T2 [ENTER]
+
+
+initializes the P (printer) and T2 (terminal 2) devices.
+
+
+
diff -r aabf3f1835f1 -r 647e56c744cf docs/nitros9guide/error.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 @@
+
+
+ERROR
+Outputs text error messages for given error numbers
+
+
+
+
+ERROR
+
+ &replstart;errno&replend;
+
+
+ &repeatst;&replstart;errno&replend;&repeaten;
+
+
+
+
+Description
+
+This command is used to look up the description of an error code.
+/dd/sys/errmsg must be available.
+
+
+Examples
+
+OS9: error 216
+PATH NAME NOT FOUND - can't find pathlist specified.
+
+
+
+
diff -r aabf3f1835f1 -r 647e56c744cf docs/nitros9guide/park.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 @@
+
+
+PARK
+Park the heads on a hard disk device
+
+
+
+
+PARK
+
+ &replstart;device name&replend;
+
+
+
+
+Description
+
+This command parks the heads on a hard disk device.
+
+
+Examples
+
+park /H0
+
+
+
+