# HG changeset patch # User roug # Date 1042824736 0 # Node ID 03b151a3243c7cb9995117a34046873a8d5b315b # Parent b304b9aab9f02b6f4d6bebf783b352880d623ef3 I'm removing some refentries from the branch containing the original Microware docs. diff -r b304b9aab9f0 -r 03b151a3243c docs/nitros9guide/chap7.chapter --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/chap7.chapter Fri Jan 17 17:32:16 2003 +0000 @@ -0,0 +1,135 @@ + +System Command Descriptions + +This section contains descriptions for each of the command +programs that are supplied with OS-9. These programs are usually +called using the shell, but can be called from most other OS-9 +family programs such as BASIC09, Interactive Debugger, Macro Text +Editor, etc. Unless otherwise noted, these programs are designed to +run as individual processes. + + +WARNING +- ALTHOUGH MANY OS-9 COMMANDS MAY WORK ON LEVEL ONE OR LEVEL +TWO SYSTEMS, THERE ARE DIFFERENCES. TAKE CARE NOT TO MIX COMMAND +FILES FROM LEVEL ONE SYSTEMS ON LEVEL TWO, OR THE REVERSE. + +
+Formal Syntax Notation + +Each command description includes a syntax definition which +describes how the command sentence can be constructed. These are +symbolic descriptions that use the following notation: + + + + + + + + + [ ] + = Brackets indicate that the enclosed item(s) are optional. + + + &repeatst; &repeaten; + = Braces indicate that the enclosed item(s) can be + either omitted or repeated multiple times. + + + &replstart;path&replend; + = Represents any legal pathlist. + + + &replstart;devname&replend; + = Represents any legal device name. + + + &replstart;nodname&replend; + = Represents any legal memory module name. + + + &replstart;procID&replend; + = Represents a process number. + + + &replstart;opts&replend; + = One or more options defined in the command description. + + + &replstart;arglist&replend; + = a list of arguments (parameters). + + + &replstart;text&replend; + = a character string terminated by end-of-line. + + + + + + +NOTE: The syntax of the commands given does not include the shell's +built in options such as alternate memory size, I/O redirection, +etc. This is because the shell will filter its options out of the +command line before it is passed to the program being called. + +
+ +
+Commands + +&attrref; +&backupref; +&binexref; +&buildref; +&chdref; +&cmpref; +&cobblerref; +&configref; +©ref; +&dateref; +&dcheckref; +&delref; +&deldirref; +&dirref; +&displayref; +&dsaveref; +&dumpref; +&echoref; +&exref; +&formatref; +&freeref; +&go51ref; +&helpref; +&identref; +&inizref; +&killref; +&linkref; +&listref; +&loadref; +&loginref; +&makdirref; +&mdirref; +&mergeref; +&mfreeref; +&os9genref; +&printerrref; +&procsref; +&pwdref; +&renameref; +&saveref; +&setimeref; +&setprref; +&shellref; +&sleepref; +&teeref; +&tmoderef; +&tsmonref; +&tuneportref; +&unlinkref; +&verifyref; +&xmoderef; + +
+
diff -r b304b9aab9f0 -r 03b151a3243c docs/nitros9guide/makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/makefile Fri Jan 17 17:32:16 2003 +0000 @@ -0,0 +1,83 @@ +BOOK = os9guide +STYLESHEET = docbook-utils.dsl + +all: $(BOOK).pdf + +$(BOOK).pdf: $(BOOK).docbook $(SRCS) + docbook2pdf -d docbook-utils-a4.dsl#print $(BOOK).docbook + +$(BOOK).ps: $(BOOK).docbook $(SRCS) + docbook2ps -d docbook-utils-a4.dsl#print $(BOOK).docbook +# docbook2ps -d $(STYLESHEET) $(BOOK).docbook + +$(BOOK).html: $(BOOK).docbook $(SRCS) + $(RM) *.htm *.html +# jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(BOOK).docbook +# collateindex.pl -p -o index.docbook HTML.index + docbook2html -d docbook-utils-a4.dsl#html $(BOOK).docbook + +print: $(BOOK).ps + psnup -2 $(BOOK).ps | lpr + +clean: + $(RM) *.htm *.html $(BOOK).pdf $(BOOK).ps +SRCS = $(CHAPS) $(APXS) $(REFS) +CHAPS = intro.preface \ + chap1.chapter chap2.chapter chap3.chapter chap4.chapter \ + chap5.chapter chap6.chapter chap7.chapter +APXS = acia51.appendix display.appendix errorcodes.appendix keys.appendix +REFS = attr.refentry \ + backup.refentry \ + binex.refentry \ + build.refentry \ + chd.refentry \ + cmp.refentry \ + cobbler.refentry \ + config.refentry \ + copy.refentry \ + date.refentry \ + dcheck.refentry \ + deiniz.refentry \ + deldir.refentry \ + del.refentry \ + dir.refentry \ + display.refentry \ + dsave.refentry \ + dump.refentry \ + echo.refentry \ + error.refentry \ + ex.refentry \ + format.refentry \ + free.refentry \ + go51.appendix \ + go51.refentry \ + help.refentry \ + ident.refentry \ + iniz.refentry \ + kill.refentry \ + link.refentry \ + list.refentry \ + load.refentry \ + login.refentry \ + makdir.refentry \ + mdir.refentry \ + merge.refentry \ + mfree.refentry \ + os9gen.refentry \ + park.refentry \ + printerr.refentry \ + procs.refentry \ + pwd.refentry \ + rename.refentry \ + save.refentry \ + setime.refentry \ + setpr.refentry \ + shell.refentry \ + sleep.refentry \ + tee.refentry \ + tmode.refentry \ + tsmon.refentry \ + tuneport.refentry \ + unlink.refentry \ + verify.refentry \ + xmode.refentry diff -r b304b9aab9f0 -r 03b151a3243c docs/nitros9guide/os9guide.docbook --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/os9guide.docbook Fri Jan 17 17:32:16 2003 +0000 @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]> + + + OS-9 Operating System User's Guide + for OS-9 Level I + + + Cleglen Publishing Limited +
+ Cardiff +
+
+ + + 1983 + Dragon Data Ltd., and Microware Systems Corporation. + + + + All Rights Reserved. Reproduced under license from +Microware Systems Corporation. + + + +
+ +&preface; +&chap1; +&chap2; +&chap3; +&chap4; +&chap5; +&chap6; +&chap7; +&errorcodesapp; +&displayapp; +&keysapp; +&acia51app; + +