diff options
author | Thomas Osterried <thomas@osterried.de> | 2005-12-28 23:59:26 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2005-12-28 23:59:26 +0000 |
commit | a0cb4e4e7642bd4b1a7a63d11522a2933b543cea (patch) | |
tree | c8dfcd86b9210f6f1cc3c66bd45663bc7a57e07f /call/call.1 | |
parent | bfd8d3bf6eaa81c95141df29b753e98150c09e57 (diff) |
- New option "-s <sourcecall>" (like in ax25_call)
- usage: new function usage()
Diffstat (limited to 'call/call.1')
-rw-r--r-- | call/call.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/call/call.1 b/call/call.1 index 25b8c65..b5d460e 100644 --- a/call/call.1 +++ b/call/call.1 @@ -4,7 +4,7 @@ call \- make an AX.25, NET/ROM or Rose connection. .SH SYNOPSIS For AX.25 .br -.B call [-b l|e] [-d] [-h] [-m s|e] [-p paclen] [-r] [-t] [-v] [-w window] port callsign [[via] digipeaters.....] +.B call [-b l|e] [-d] [-h] [-m s|e] [-p paclen] [-s mycall] [-r] [-t] [-v] [-w window] port callsign [[via] digipeaters.....] .sp 1 For NET/ROM .br @@ -68,6 +68,9 @@ for extended (modulus 128) AX.25 operation. .BI "\-p paclen" Specify a specific maximum amount of data to be sent in each AX.25 packet. .TP 10 +.BI "\-s mycall" +Connect using the specified source call (you may need to be root). +.TP 10 .BI \-r Selects Raw mode. .TP 10 |