From: Ambrose Li Date: Tue, 14 May 2024 08:25:25 +0000 (-0400) Subject: various minor typos X-Git-Tag: 4.3.4-dev~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe60d80e18b164b89d1b7d062f2bcfeb1b4ae3b;p=thirdparty%2Fshairport-sync.git various minor typos --- diff --git a/man/shairport-sync.1.xml b/man/shairport-sync.1.xml index 240a8e45..44a3ff36 100644 --- a/man/shairport-sync.1.xml +++ b/man/shairport-sync.1.xml @@ -353,7 +353,7 @@ @@ -416,7 +416,7 @@ diff --git a/shairport.c b/shairport.c index c3c3b624..cb1e6cb3 100644 --- a/shairport.c +++ b/shairport.c @@ -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");