diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 02:06:36 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 02:06:36 +0200 |
commit | e891b29aef7421b6b8679bf73b072b9ef69ec1a2 (patch) | |
tree | c433e428605020c342061476e7273db5ef4f3001 /docs | |
parent | f4393e44b6779722d054221c003f0ab9b8fc717f (diff) | |
download | irssi-e891b29aef7421b6b8679bf73b072b9ef69ec1a2.zip |
Improved some examples
Improved some examples.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/completion.in | 4 | ||||
-rw-r--r-- | docs/help/in/exec.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/help/in/completion.in b/docs/help/in/completion.in index 88fcc1b4..b37c71bf 100644 --- a/docs/help/in/completion.in +++ b/docs/help/in/completion.in @@ -23,8 +23,8 @@ %9Examples:%9 /COMPLETION w/h without - /COMPLETION -auto compr compromised - /COMPLETION -delete 'compr' + /COMPLETION -auto anywya anyway + /COMPLETION -delete 'anywya' /COMPLETION -delete without %9See also:%9 BIND diff --git a/docs/help/in/exec.in b/docs/help/in/exec.in index f12d7dcc..ef34cf5f 100644 --- a/docs/help/in/exec.in +++ b/docs/help/in/exec.in @@ -41,7 +41,7 @@ /EXEC ls /EXEC -msg #irssi cat unicorn.txt /EXEC -out cat /etc/passwd | grep $USER | awk -F: '{print $5}' - /EXEC -name mailserver -interactive telnet gmail.google.com. 25 + /EXEC -name ssh -nosh -interactive -window ssh office.google.com /EXEC -close mailserver /EXEC -close %%0 |