Mercurial > hg > Members > kono > nitros9-code
changeset 1352:69e75af20e16
Added padrom help file
author | boisy |
---|---|
date | Wed, 17 Sep 2003 20:24:09 +0000 |
parents | 04b3b0436d6b |
children | 71b922b08d18 |
files | level1/sys/makefile level1/sys/padrom.hp level2/sys/makefile |
diffstat | 3 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/sys/makefile Wed Sep 17 20:19:40 2003 +0000 +++ b/level1/sys/makefile Wed Sep 17 20:24:09 2003 +0000 @@ -13,7 +13,8 @@ help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ list.hp load.hp login.hp makdir.hp \ mdir.hp merge.hp mfree.hp os9gen.hp \ - park.hp procs.hp prompt.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ + padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \ + rename.hp save.hp setime.hp \ setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp HELPMSG = helpmsg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/padrom.hp Wed Sep 17 20:24:09 2003 +0000 @@ -0,0 +1,5 @@ +@PADROM +Syntax: PadROM <padsize> <pathlist> [<devname>] [<opts>] +Usage : Pads a file to 'padsize' bytes +Opts : + -c=<char> = character to pad file with (in hex)
--- a/level2/sys/makefile Wed Sep 17 20:19:40 2003 +0000 +++ b/level2/sys/makefile Wed Sep 17 20:24:09 2003 +0000 @@ -23,7 +23,7 @@ link.hp list.hp load.hp login.hp \ makdir.hp mdir.hp merge.hp mfree.hp mmap.hp modpatch.hp montype.hp \ os9gen.hp \ - park.hp pmap.hp proc.hp procs.hp prompt.hp pwd.hp pxd.hp \ + padrom.hp park.hp pmap.hp proc.hp procs.hp prompt.hp pwd.hp pxd.hp \ reboot.hp rename.hp runb.hp \ save.hp setime.hp setpr.hp shell.hp sleep.hp smap.hp \ tee.hp tmode.hp touch.hp tsmon.hp tuneport.hp \