Mercurial > hg > Members > kono > nitros9-code
changeset 906:81584f82ee74
Overhauld help files to make more consistent
author | boisy |
---|---|
date | Sat, 18 Jan 2003 15:54:02 +0000 |
parents | 1f6c644006f1 |
children | c8d81664cb86 |
files | level2/sys/gfx.hp level2/sys/gfx2.hp level2/sys/make.hp level2/sys/modpatch.hp level2/sys/montype.hp level2/sys/rdump.hp level2/sys/rlink.hp level2/sys/rma.hp level2/sys/scred.hp level2/sys/wcreate.hp |
diffstat | 10 files changed, 21 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/sys/gfx.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/gfx.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,4 +1,4 @@ @GFX -Syntax: RUN GFX(<funct><args>) +Syntax: RUN GFX(<func>,<args>) Usage : Graphics interface package for BASIC09 to do compatible VDG graphics commands
--- a/level2/sys/gfx2.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/gfx2.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,4 +1,4 @@ @GFX2 -Syntax: RUN GFX2([path]<funct><args>) +Syntax: RUN GFX2([<path>],<func>,<args>) Usage : Graphics interface package for BASIC09 to handle enhanced graphics/windowing commands.
--- a/level2/sys/make.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/make.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,12 +1,13 @@ @MAKE -Syntax: Make {[<-opts>] [<target file>] [<macros>]} +Syntax: Make [<opts>] [<target file>] [<macros>] Usage : Maintain, Update and Regenerate Groups of Programs -Opts : -b = don't use built in rules - -d = debug mode, print out the file dates in makefile - -f=<xxx> use <xxx> as makefile (default: makefile) - -i = ignore errors on commands, keep going - -n = don't execute commands, just print them out - -s = silent mode, execute commands without echoing them - -t = update the dates without executing the commands - -u = do the make whether it needs it or not - -z[=<path>] get list of files to make from stdin or path +Opts : + -b = don't use built in rules + -d = debug mode, print out the file dates in makefile + -f=<xxx> use <xxx> as makefile (default: makefile) + -i = ignore errors on commands, keep going + -n = don't execute commands, just print them out + -s = silent mode, execute commands without echoing them + -t = update the dates without executing the commands + -u = do the make whether it needs it or not + -z[=<path>] get list of files to make from stdin or path
--- a/level2/sys/modpatch.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/modpatch.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,5 +1,5 @@ @MODPATCH -Syntax: Modpatch <filename> [opts] +Syntax: Modpatch <pathlist> [<opts>] Usage : patch a module in memory from command file Opts : -s = silent mode
--- a/level2/sys/montype.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/montype.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,5 +1,5 @@ @MONTYPE -Syntax: Montype [opt] +Syntax: Montype [<opts>] Usage : Set monitor type Opts : r = rgb monitor
--- a/level2/sys/rdump.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/rdump.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,5 +1,5 @@ @RDUMP -Syntax: RDump <relocatable file> [-opts] +Syntax: RDump <pathlist> [<opts>] Usage : Dump a relocatable file Opts : -a = all information
--- a/level2/sys/rlink.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/rlink.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,5 +1,5 @@ @RLINK -Syntax: RLink [opts] <mainline> [<sub1>{<subn>}] [opts] +Syntax: RLink [<opts>] <mainline> [<sub1> [...]] [<opts>] Usage : Linker Opts : -o=<path> write linker object output to file specified
--- a/level2/sys/rma.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/rma.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,5 +1,5 @@ @RMA -Syntax: RMA filename [opts] [>listing] +Syntax: RMA filename [<opts>] [>listing] Usage : Relocatable Macro Assembler Opts : -o=path write relocatable output to file specified
--- a/level2/sys/scred.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/scred.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,5 +1,5 @@ @SCRED -Syntax: Scred [-opts][<filename>] +Syntax: Scred [<opts>] [<pathlist>] Usage : Screen Editor Opts : -e = embedded attributes on terminal
--- a/level2/sys/wcreate.hp Sat Jan 18 15:49:52 2003 +0000 +++ b/level2/sys/wcreate.hp Sat Jan 18 15:54:02 2003 +0000 @@ -1,5 +1,6 @@ @WCREATE -Syntax: Wcreate [opt] or /wX [-s=type] xpos ypos xsiz ysiz fcol bcol [bord] +Syntax: Wcreate [<opts>] + Wcreate /wX [-s=type] xpos ypos xsiz ysiz fcol bcol [<bord>] Usage : Initialize and create windows Opts : -? = display help