From dead05d568a865a6c2fe165731a27327075d8b40 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Wed, 11 Nov 2009 23:35:54 +0000 Subject: - Important bugfix (call did not work properly after my last patch) - Better error handling on read() == -1 and write() == -1. Previously, the return value was not honored correctly - and could cause unexpected results. - New option "-R": Disable all remote commands like autobin (#BIN#), 7plus downloads, //echo, etc. This is useful for scripting where you just don't like the remote site to trigger uncaught conditions here. --- call/call.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'call/call.1') diff --git a/call/call.1 b/call/call.1 index 2786975..e4236b8 100644 --- a/call/call.1 +++ b/call/call.1 @@ -71,6 +71,10 @@ Specify a specific maximum amount of data to be sent in each AX.25 packet. .BI "\-s mycall" Connect using the specified source call (you may need to be root). .TP 10 +.BI \-R +Disable all remote commands like autobin (#BIN#), 7plus downloads, //echo, etc. +This is useful for scripting where you just don't like the remote site to trigger uncaught conditions here. +.TP 10 .BI \-S Be silent. Useful for using call in shellscripts (together with option \-r) in order to be really transparent. .TP 10 -- cgit v1.2.3