diff options
author | Alexander Færøy <ahf@irssi.org> | 2009-09-05 13:18:10 +0000 |
---|---|---|
committer | ahf <ahf@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2009-09-05 13:18:10 +0000 |
commit | 5c6ebb9f93f8e36ae33a7f2c0b31afa77cb70d4f (patch) | |
tree | f5d3f6c9059a89ebef9be71560f980b41bf1eb29 /docs | |
parent | eedd174bac1419002634012b2cb9aeeb5aa9ee3a (diff) | |
download | irssi-5c6ebb9f93f8e36ae33a7f2c0b31afa77cb70d4f.zip |
Documentation cleanup. Thanks to Remco Lanting.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5098 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/ban.in | 2 | ||||
-rw-r--r-- | docs/help/in/exec.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/help/in/ban.in b/docs/help/in/ban.in index c05cffb1..8d6d02bf 100644 --- a/docs/help/in/ban.in +++ b/docs/help/in/ban.in @@ -13,7 +13,7 @@ the following: Domain - *!*@*.domain.net Custom [nick] [user] [host] [domain] -If no nick is given the current bans in this channel are displayed. +If no arguments are given the current bans in this channel are displayed. Examples: /BAN loser - Bans the nick 'loser' diff --git a/docs/help/in/exec.in b/docs/help/in/exec.in index 218ce8aa..36ae264c 100644 --- a/docs/help/in/exec.in +++ b/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. -<signal>: Send a signal to process. <signal> can be either numeric or one of the few most common ones (hup, term, kill, ...) |