[fa.info-vax] default extensions for type and print

info-vax@ucbvax.ARPA (03/20/85)

From: Ira Winston <Ira%upenn.csnet@csnet-relay.arpa>

I have figured out the V4.0 patches for changing the default extensions for
the type and print commands from ".LIS" to "." (no extension).  The
two patch journal files follow:

  PATCH  Version 4-00    15-Sep-1984

IMAGE FILE BEING PATCHED:	"TYPE.EXE;1"
JOURNAL FILE:			"TYPE.JNL;1"
DATE/TIME OF PATCH:		17-MAR-1985 18:46:32.94

Image does not contain local symbols
Some or all global symbols not accessible
PATCH>repl/i 1814+73
OLD>  'movb #04,b^4d(r7)'
OLD>  exit
NEW>  'clrb b^4d(r7)'
NEW>  exit
old:	00001887:  MOVB    #04,B^4D(R7)
new:	00001887:  CLRB    B^4D(R7)
new:	0000188A:  NOP     
PATCH>update
Updating image file TYPE.EXE;2
PATCH>exit

  PATCH  Version 4-00    15-Sep-1984



IMAGE FILE BEING PATCHED:	"SUBMIT.EXE;1"
JOURNAL FILE:			"SUBMIT.JNL;1"
DATE/TIME OF PATCH:		17-MAR-1985 19:27:26.58

Image does not contain local symbols
Some or all global symbols not accessible
PATCH>ex/i 1418+360+85
000017FD:  MOVAB   W^023C(R6),B^0F4(FP)
PATCH>replace/inst 17fd
OLD>  'movab w^023c(r6),b^0f4(fp)'
OLD>  exit
NEW>  'clrw b^0f0(fp)'
NEW>  exit
old:	000017FD:  MOVAB   W^023C(R6),B^0F4(FP)
new:	000017FD:  CLRW    B^0F0(FP)
new:	00001800:  NOP     
new:	00001801:  NOP     
new:	00001802:  NOP     
PATCH>update
Updating image file SUBMIT.EXE;2