From 57ae32b4e8c1f6be71545bd7d1fff4f7b2c30ddb Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Wed, 9 Jul 2008 21:32:42 +0000 Subject: - new option -S: be silent. useful for using call in shellscripts. - call was not usable as a pipe in scripts because it read 511 bytes, tried to write these 511 bytes (but 256 is max for ax25 I-frames), got -1 EMSGSIZE (Message too long) and terminated. --- call/call.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'call/call.1') diff --git a/call/call.1 b/call/call.1 index b5d460e..a10465b 100644 --- a/call/call.1 +++ b/call/call.1 @@ -71,6 +71,9 @@ 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 \-S +Be silent. Useful for using call in shellscripts (together with option \-r) in order to be really transparent. +.TP 10 .BI \-r Selects Raw mode. .TP 10 -- cgit v1.2.3