[2016] in testers

home help back first fref pref prev next nref lref last post

decmips 7.4E: attach

daemon@ATHENA.MIT.EDU (mhpower@Athena.MIT.EDU)
Thu Jun 4 19:01:20 1992

From: mhpower@Athena.MIT.EDU
To: testers@Athena.MIT.EDU
Date: Thu, 04 Jun 92 19:00:52 EDT

System name:		podge
Type and version:	KN01 7.4E (1 update(s) to same version)
Display type:		PMAX-MFB

What were you trying to do?

        Find out what the -P option to attach does.

What's wrong:

        % attach -P
        Must specify attach, detach nfsid, fsid, or zinit!

What should have happened:

        The missing comma should have been there, e.g.,

*** main.c.old	Thu Jun  4 18:50:14 1992
--- main.c	Thu Jun  4 18:50:51 1992
***************
*** 139,145 ****
  			    argc -= 2;
  		    } else {
  			    fprintf(stderr,
! 				    "Must specify attach, detach nfsid, fsid, or zinit!\n");
  			    exit(ERR_BADARGS);
  		    } 
  	    } 
--- 139,145 ----
  			    argc -= 2;
  		    } else {
  			    fprintf(stderr,
! 				    "Must specify attach, detach, nfsid, fsid, or zinit!\n");
  			    exit(ERR_BADARGS);
  		    } 
  	    } 

Please describe any relevant documentation references:

        attach(1)

home help back first fref pref prev next nref lref last post