Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / docs / help / in / exec.in
index d88af57fb1e705172a9c91feb7f939d30068fda6..7b0928684b96df5514746c3691337d2a26953534 100644 (file)
@@ -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.
      -<signal>: Send a signal to process. <signal> 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.