summaryrefslogtreecommitdiffstats
path: root/call/call.1
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-07-09 21:32:42 +0000
committerThomas Osterried <thomas@osterried.de>2008-07-09 21:32:42 +0000
commit57ae32b4e8c1f6be71545bd7d1fff4f7b2c30ddb (patch)
tree79df23f2f069472506707f7417ec31eb0a5df151 /call/call.1
parent9e78ce7de2816d2ec02a113b2203980899a8d0c4 (diff)
- 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.
Diffstat (limited to 'call/call.1')
-rw-r--r--call/call.13
1 files changed, 3 insertions, 0 deletions
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