%%s 0/0/0 %%d D 1.1 27-Mar-82 15:03:44 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- suspnd.r 408 asc 25-mar-82 09:41:22 v1.1 (sw-tools v1.1) #-h- main 335 asc 25-mar-82 09:41:18 v1.1 (sw-tools v1.1) DRIVER(suspnd) integer i, getarg, suspnd character arg(FILENAMESIZE), pid(PIDSIZE) call query("usage: suspnd pid [pid] ...") for (i=1; getarg(i, arg, FILENAMESIZE) != EOF; i=i+1) { call exppid(arg, pid) if (suspnd(pid) != OK) { call putlin("Error in suspending ", ERROUT) call remark(pid) } } DRETURN end #-h- suspnd.fmt 481 asc 25-mar-82 09:41:23 v1.1 (sw-tools v1.1) .so ~bin/manhdr .hd Suspnd (1) 8-Jun-79 suspend a running process .sy suspnd processid [processid ...] .ds suspnd suspends running processes specified by the processid's in the command line. The processid's are those returned by the shell when it spawns a background process. .fl none .sa sh - shell (command line interpreter) .br resume - resume a suspended process .di if the process cannot be suspended, an error message is displayed on error output. .au Joe Sventek (VAX) .bu %%E 1