]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
various minor typos
authorAmbrose Li <ambrose.li@gmail.com>
Tue, 14 May 2024 08:25:25 +0000 (04:25 -0400)
committerAmbrose Li <ambrose.li@gmail.com>
Tue, 14 May 2024 08:25:25 +0000 (04:25 -0400)
man/shairport-sync.1.xml
shairport.c

index 240a8e45d2c93e8c2acf69408274b63fd583a65b..44a3ff36693ff600d498455a3b6acc8a5e220ac6 100644 (file)
          <option>
                <p><opt>--statistics</opt></p>
                <optdesc><p>
-               Print some performance information to <file>STDERR</file>, or to <opt>syslog</opt> if the <opt>-log-to-syslog</opt> command line option is also chosen.
+               Print some performance information to <file>STDERR</file>, or to <opt>syslog</opt> if the <opt>--log-to-syslog</opt> command line option is also chosen.
                </p></optdesc>
          </option>
 
          <option>
                <p><opt>-v | --verbose</opt></p>
                <optdesc><p>
-               Print debug information to the <file>STDERR</file>, or to <opt>syslog</opt> if the <opt>-log-to-syslog</opt> command line option is also chosen.
+               Print debug information to the <file>STDERR</file>, or to <opt>syslog</opt> if the <opt>--log-to-syslog</opt> command line option is also chosen.
                Repeat up to three times (i.e. <opt>-vv</opt> or <opt>-vvv</opt>) for more detail. You should use <opt>-vvv</opt> very sparingly -- it is really noisy.
                </p></optdesc>
          </option>
index c3c3b624216f5d5add6d1fee55b533e34ffc18ad..cb1e6cb306169671a21a4bf28fb424cf41c36363 100644 (file)
@@ -291,7 +291,7 @@ void usage(char *progname) {
     printf("    -c, --configfile=FILE   Read configuration settings from FILE. Default is %s.\n", configuration_file_path);
     printf("    -a, --name=NAME         Set service name. Default is the hostname with first letter capitalised.\n");
     printf("    --password=PASSWORD     Require PASSWORD to connect. Default is no password. (Classic AirPlay only.)\n");
-    printf("    -p, --port=PORT         Set RTSP listening port. Default 5000; 7000 for AirPlay 2./\n");
+    printf("    -p, --port=PORT         Set RTSP listening port. Default 5000; 7000 for AirPlay 2.\n");
     printf("    -L, --latency=FRAMES    [Deprecated] Set the latency for audio sent from an unknown device.\n");
     printf("                            The default is to set it automatically.\n");
     printf("    -S, --stuffing=MODE     Set how to adjust current latency to match desired latency, where:\n");