From 1c616a3910dcb34323eb35f95430283d993efcc4 Mon Sep 17 00:00:00 2001 From: andimik Date: Tue, 15 May 2018 21:34:48 +0200 Subject: Update example.ini --- doc/example.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/example.ini b/doc/example.ini index a4bfb4a..84c59c9 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -53,7 +53,7 @@ loop=0 ; 239.100.101.22 and receive data from port 12000 ;source=udp://192.168.1.22@239.100.101.22:12000 ; -; Bind to default interafce (which routes to multicast) and join multicast +; Bind to default interface (which routes to multicast) and join multicast ; group: 239.100.101.22 and receive data from port 12000 ;source=udp://@239.100.101.22:12000 ; @@ -174,7 +174,7 @@ output=uhd ; to make sure you don't create clipping. ; ; The format u8 is the same as s8, except that the values are mapped -; between 0 and 255. +; between 0 and 255. Use u8 for welle.io, qt-dab or other tools. ; ; Also supported is s16, with system endianness (little endian on x86_64 and ARM) ;format=s8 @@ -278,7 +278,7 @@ max_gps_holdover_time=600 ; on which port to listen for connections ; please see the Transports section in man zmq -; for more informat io the syntax +; for more information regarding the syntax listen=tcp://*:54001 ; what ZMQ socket type to use. Valid values: PUB, REP -- cgit v1.2.3