From 55a5866862f19bcf026bb3d0deffc7de3a0ea8d7 Mon Sep 17 00:00:00 2001 From: Tobias Blomberg Date: Sun, 20 Oct 2019 20:56:33 +0200 Subject: [PATCH] Add TX_ID doc in man-page --- src/doc/man/svxlink.conf.5 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/doc/man/svxlink.conf.5 b/src/doc/man/svxlink.conf.5 index 48b20d29..e1b94fd4 100644 --- a/src/doc/man/svxlink.conf.5 +++ b/src/doc/man/svxlink.conf.5 @@ -1,4 +1,4 @@ -.TH SVXLINK.CONF 5 "SEPTEMBER 2019" Linux "File Formats" +.TH SVXLINK.CONF 5 "OCTOBER 2019" Linux "File Formats" . .SH NAME . @@ -854,8 +854,8 @@ configuration variables are described below. Always "Local" for a local receiver. .TP .B RX_ID -A single char uniquely identifying this receiver. The RX identity can for -example be used in the TCL event scripts to get different rogers sounds for +A single character uniquely identifying this receiver. The RX identity can for +example be used in the TCL event scripts to get different roger sounds for different receivers when using a receiver voter. .TP .B AUDIO_DEV @@ -1875,6 +1875,11 @@ configuration variables are described below. .B TYPE Always "Local" for a local transmitter. .TP +.B TX_ID +A single character ident for this transmitter. It is for example used in state +events published by transmitters through a STATE_PTY or other state event +consumers within SvxLink. +.TP .B AUDIO_DEV Specify the audio device to use. Normally alsa:plughw:0. Have a look at the AUDIO DEVICE SPECIFICATIONS chapter for more information.