changeset 287:cc0d5795003f

Moved touch.hp to Level Two
author boisy
date Sun, 21 Jul 2002 22:16:08 +0000
parents 326238550911
children 5d7100ada981
files level1/sys/makefile level1/sys/touch.hp
diffstat 2 files changed, 9 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/level1/sys/makefile	Sun Jul 21 22:12:06 2002 +0000
+++ b/level1/sys/makefile	Sun Jul 21 22:16:08 2002 +0000
@@ -3,15 +3,16 @@
 DEPENDS		= ./Makefile
 
 DEFS		= errmsg motd password
-HELPFILES	= asm.hp attr.hp backup.hp build.hp chd.hp \
+HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
 		chx.hp cmp.hp cobbler.hp config.hp copy.hp date.hp \
-		dcheck.hp deiniz.hp del.hp deldir.hp dir.hp display.hp \
-		dsave.hp echo.hp edit.hp error.hp ex.hp format.hp \
-		free.hp gfx.hp help.hp ident.hp iniz.hp \
-		inkey.hp kill.hp link.hp list.hp load.hp makdir.hp mdir.hp \
-		merge.hp mfree.hp modpatch.hp montype.hp os9gen.hp procs.hp \
-		pwd.hp pxd.hp rename.hp setime.hp setpr.hp shell.hp \
-		tmode.hp tuneport.hp unlink.hp xmode.hp
+		dcheck.hp debug.hp deiniz.hp del.hp deldir.hp dir.hp \
+		display.hp dsave.hp dump.hp echo.hp edit.hp error.hp ex.hp \
+		exbin.hp format.hp free.hp help.hp ident.hp iniz.hp \
+		inkey.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 pwd.hp pxd.hp rename.hp save.hp setime.hp \
+		setpr.hp shell.hp sleep.hp tee.hp tmode.hp tsmon.hp \
+		tuneport.hp unlink.hp verify.hp xmode.hp
 ALLOBJS		= $(DEFS)
 HELPMSG		= helpmsg
 
--- a/level1/sys/touch.hp	Sun Jul 21 22:12:06 2002 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@TOUCH
-Syntax: Touch [<opts>] {<path> [<opts>]}
-Function: update the date of a file
-Options:
-     -c = don't create files
-     -q = don't quit on error
-     -x = search execution directory
-     -z = get file names from standard input
-     -z=<file> get list of file names from <file>