summaryrefslogtreecommitdiffstats
path: root/call/call.1
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2009-11-11 23:35:54 +0000
committerThomas Osterried <thomas@osterried.de>2009-11-11 23:35:54 +0000
commitdead05d568a865a6c2fe165731a27327075d8b40 (patch)
tree622c5ba3f2a5a7acf2458c3a32a4c2b37d5c0653 /call/call.1
parent235fa050403c7335fb2287a280dc6ea8d2d7183b (diff)
- 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.
Diffstat (limited to 'call/call.1')
-rw-r--r--call/call.14
1 files changed, 4 insertions, 0 deletions
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