Mercurial > hg > Members > kono > nitros9-code
changeset 840:72b6bd4532fc
Changed format of output slightly
author | boisy |
---|---|
date | Tue, 14 Jan 2003 14:51:32 +0000 |
parents | 0303f3fa9df5 |
children | d5c84431e734 |
files | level1/sys/attr.hp level1/sys/backup.hp level1/sys/dcheck.hp level1/sys/del.hp level1/sys/dir.hp level1/sys/dsave.hp level1/sys/format.hp level1/sys/help.hp level1/sys/ident.hp level1/sys/mdir.hp level1/sys/os9gen.hp level1/sys/procs.hp level1/sys/verify.hp |
diffstat | 13 files changed, 60 insertions(+), 46 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/sys/attr.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/attr.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,14 +1,16 @@ @ATTR Syntax: Attr filename [permissions] Usage : Examine or change the security permissions of a file -Opts : -perm = turn off specified permission - perm = turn on specified permission - -a = inhibit printing of attrs after change -Perms : d - directory file - s - non-sharable file - r - read permit to owner - w - write permit to owner - e - execute permit to owner - pr - read permit to public - pw - write permit to public - pe - execute permit to public +Opts : + -perm = turn off specified permission + perm = turn on specified permission + -a = inhibit printing of attrs after change +Perms : + d - directory file + s - non-sharable file + r - read permit to owner + w - write permit to owner + e - execute permit to owner + pr - read permit to public + pw - write permit to public + pe - execute permit to public
--- a/level1/sys/backup.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/backup.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,6 +1,7 @@ @BACKUP Syntax: Backup [e][s][-v][dev][dev] Usage : Copies all data from one device to another -Opts : e = exit if read error occurs - s = single disk backup - -v = do not verify writes +Opts : + e = exit if read error occurs + s = single disk backup + -v = do not verify writes
--- a/level1/sys/dcheck.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/dcheck.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,9 +1,10 @@ @DCHECK Syntax: Dcheck [-opts] <devname> Usage : Check disk file structure -Opts : -w=path = pathlist to directory for work files - -p = print pathlists for questionable clusters - -m = save allocation map work files - -b = suppress listing of unused clusters - -s = display count of files and directories only - -o = print options for DCheck +Opts : + -w=path = pathlist to directory for work files + -p = print pathlists for questionable clusters + -m = save allocation map work files + -b = suppress listing of unused clusters + -s = display count of files and directories only + -o = print options for DCheck
--- a/level1/sys/del.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/del.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,4 +1,5 @@ @DEL -Syntax: Del [-x] filename [...] +Syntax: Del [-x] <path> {<path>} [-x] Usage : Deletes the specified file(s) -Opts : -x = delete relative to execution directory +Opts : + -x = delete relative to execution directory
--- a/level1/sys/dir.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/dir.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,5 +1,6 @@ @DIR Syntax: Dir [e][x][dir or path] Usage : Displays formatted list of the file names in a directory -Opts : e = print extended directory - x = print execution directory +Opts : + e = print extended directory + x = print execution directory
--- a/level1/sys/dsave.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/dsave.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,9 +1,10 @@ @DSAVE Syntax: Dsave [-opts][dev][pathname] Usage : Generates procedure file to copy all files in a directory system -Opts : -b = make a system disk by using OS9boot if present - -b=<path> = make system disk using path as source - -i = indent for directory levels - -l = do not process below the current level - -m = do not include makdir commands in procedure file - -s<num> = set copy size to num K +Opts : + -b = make a system disk by using OS9boot if present + -b=<path> = make system disk using path as source + -i = indent for directory levels + -l = do not process below the current level + -m = do not include makdir commands in procedure file + -s<num> = set copy size to num K
--- a/level1/sys/format.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/format.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,9 +1,10 @@ @FORMAT Syntax: Format <devname> Usage : Initializes an OS-9 diskette -Opts : R - Ready - L - Logical format only - "disk name" - 1/2 - number of sides - 'No. of cylinders' (in decimal) - :Interleave value: (in decimal) +Opts : + R - Ready + L - Logical format only + "disk name" + 1/2 - number of sides + 'No. of cylinders' (in decimal) + :Interleave value: (in decimal)
--- a/level1/sys/help.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/help.hp Tue Jan 14 14:51:32 2003 +0000 @@ -2,4 +2,5 @@ Syntax: Help [subject][-?] Usage : Give on-line help to users will prompt if no subjects given -Opts : -? give list of help topics +Opts : + -? give list of help topics
--- a/level1/sys/ident.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/ident.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,7 +1,8 @@ @IDENT Syntax: Ident <pathlist> [-opts] Usage : Displays header information from OS-9 memory modules -Opts : -m = look at module in memory - -s = use single line output - -v = do not verify module CRC - -x = pathlist begins at execution directory +Opts : + -m = look at module in memory + -s = use single line output + -v = do not verify module CRC + -x = pathlist begins at execution directory
--- a/level1/sys/mdir.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/mdir.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,4 +1,5 @@ @MDIR -Syntax: Mdir [e] +Syntax: Mdir [-e] Usage : Displays the present memory module directory -Opts : e = print extended module directory +Opts : + -e = print extended module directory
--- a/level1/sys/os9gen.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/os9gen.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,4 +1,5 @@ @OS9GEN Syntax: OS9Gen devname [-s] Usage : Creates and links an OS-9 bootstrap file -Opts : -s = single drive option +Opts : + -s = single drive option
--- a/level1/sys/procs.hp Tue Jan 14 14:45:41 2003 +0000 +++ b/level1/sys/procs.hp Tue Jan 14 14:51:32 2003 +0000 @@ -1,4 +1,5 @@ @PROCS Syntax: Procs [e] Usage : Displays a list of processes running in the system -Opts : e = display all processes in the system +Opts : + e = display all processes in the system