X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fexec.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fexec.in;h=7b0928684b96df5514746c3691337d2a26953534;hb=18d69a0a1fec438e241bb4f431506ed59a34066b;hp=d88af57fb1e705172a9c91feb7f939d30068fda6;hpb=f7be6adec0248118cddde9b04522c13cd90568cd;p=silc.git diff --git a/apps/irssi/docs/help/in/exec.in b/apps/irssi/docs/help/in/exec.in index d88af57f..7b092868 100644 --- a/apps/irssi/docs/help/in/exec.in +++ b/apps/irssi/docs/help/in/exec.in @@ -11,7 +11,8 @@ -window: Move the output of specified process to active window -close: Forcibly close (or "forget") a process that doesn't die. This only removes all information from irssi concerning the - process, it doesn't send SIGKILL or anything the process. + process, it doesn't send SIGKILL or any other signal + to the process. -: Send a signal to process. can be either numeric or one of the few most common ones (hup, term, kill, ...) @@ -27,7 +28,7 @@ Processes can be accessed either by their ID or name if you named it. Process identifier must always begin with '%%' character, like %%0 or %%name. -Once the process is started, it's output can still be redirected +Once the process is started, its output can still be redirected elsewhere with the -window, -msg, etc. options. You can send text to standard input of the process with -in option. @@ -36,5 +37,5 @@ kill the process. It is meant to remove the processes that don't die even with SIGKILL. This option just closes the pipes used to communicate with the process and frees all memory it used. -See also: CAT, CD +EXEC without any arguments displays the list of started processes.