From 5c6ebb9f93f8e36ae33a7f2c0b31afa77cb70d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sat, 5 Sep 2009 13:18:10 +0000 Subject: [PATCH] Documentation cleanup. Thanks to Remco Lanting. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5098 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/help/in/ban.in | 2 +- 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. -: Send a signal to process. can be either numeric or one of the few most common ones (hup, term, kill, ...)