mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
Fix several typos in manpage and help strings.
Signed-off-by: Jordi Mallach <jordi@debian.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
888275e66c
commit
48554fc28b
4 changed files with 4 additions and 4 deletions
|
@ -248,7 +248,7 @@ _("Usage: %s [OPTION]... [FILE]...\n"
|
|||
printf(" %s", s);
|
||||
}
|
||||
printf(_("\nSome of these may not be available on selected hardware\n"));
|
||||
printf(_("The availabled format shortcuts are:\n"));
|
||||
printf(_("The available format shortcuts are:\n"));
|
||||
printf(_("-f cd (16 bit little endian, 44100, stereo)\n"));
|
||||
printf(_("-f cdr (16 bit big endian, 44100, stereo)\n"));
|
||||
printf(_("-f dat (16 bit little endian, 48000, stereo)\n"));
|
||||
|
|
|
@ -218,7 +218,7 @@ void dump_iec958(snd_aes_iec958_t *iec)
|
|||
printf("user-defined\n");
|
||||
break;
|
||||
default:
|
||||
printf("unkown\n");
|
||||
printf("unknown\n");
|
||||
break;
|
||||
}
|
||||
printf("Sample Bits: ");
|
||||
|
|
|
@ -167,7 +167,7 @@ static void usage(void)
|
|||
printf(_(" server mode: aseqnet [-options]\n"));
|
||||
printf(_(" client mode: aseqnet [-options] server_host\n"));
|
||||
printf(_("options:\n"));
|
||||
printf(_(" -p,--port # : sepcify TCP port (digit or service name)\n"));
|
||||
printf(_(" -p,--port # : specify TCP port (digit or service name)\n"));
|
||||
printf(_(" -s,--source addr : read from given addr (client:port)\n"));
|
||||
printf(_(" -d,--dest addr : write to given addr (client:port)\n"));
|
||||
printf(_(" -v, --verbose : print verbose messages\n"));
|
||||
|
|
|
@ -86,7 +86,7 @@ When 0 is given, the periods given by \fB\-P\fP option is used.
|
|||
The default value is 0.
|
||||
|
||||
.TP
|
||||
\fB\-P\fP | \fB\-\-nperiods\fP \fPERIODS\fP
|
||||
\fB\-P\fP | \fB\-\-nperiods\fP \fPPERIODS\fP
|
||||
Use number of periods. The default value is 4.
|
||||
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue