%%s 0/0/0 %%d D 1.1 27-Mar-82 14:59:59 v1.1 1 0 %%c Version 1.1 is the Spring 1982 Distribution of the LBL/Hughes release %%c of the Software Tools Virtual Operating System software and documentation. %%T %%I 1 #-h- resume.r 406 asc 25-mar-82 09:39:56 v1.1 (sw-tools v1.1) #-h- main 333 asc 25-mar-82 09:39:51 v1.1 (sw-tools v1.1) DRIVER(resume) integer i, getarg, resume character arg(FILENAMESIZE), pid(PIDSIZE) call query("usage: resume pid [pid] ...") for (i=1; getarg(i, arg, FILENAMESIZE) != EOF; i=i+1) { call exppid(arg, pid) if (resume(pid) != OK) { call putlin("Error in resuming ", ERROUT) call remark(pid) } } DRETURN end #-h- resume.fmt 482 asc 25-mar-82 09:39:56 v1.1 (sw-tools v1.1) .so ~bin/manhdr .hd Resume (1) 8-Jun-79 resume a suspended process .sy resume processid [processid ...] .ds resume resumes a suspended process which has been suspended by the utility suspnd. The processid's are returned by the shell when a background process is spawned. .fl none .sa suspnd - suspend a running process .br sh - shell (command line interpreter) .di If the process cannot be resumed, an error message will be displayed on the error output. .au Joe Sventek (VAX) .bu %%E 1