Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: alsaloop man page error #82

Closed
nootc opened this issue Mar 22, 2021 · 1 comment
Closed

man: alsaloop man page error #82

nootc opened this issue Mar 22, 2021 · 1 comment

Comments

@nootc
Copy link
Contributor

nootc commented Mar 22, 2021

There is a small typo in the alsaloop man page:

.TP
\fI\-c <channels>\fP | \fI\-\-channels=<channels>\fP
Channel count specification. Default value is 2.
.TP
\fI\-c <rate>\fP | \fI\-\-rate=<rate>\fP
Rate specification. Default value is 48000 (Hz).
.TP

"-c" is used for both "channels" and "rate". Thankfully, the source thinks otherwise and "-r" is used for "rate".

@nootc nootc changed the title alsaloop man page error man: alsaloop man page error Mar 24, 2021
nootc pushed a commit to nootc/alsa-utils that referenced this issue Mar 24, 2021
Resolves alsa-project#82
Change "rate" option from "-c" to "-r".
nootc added a commit to nootc/alsa-utils that referenced this issue Mar 24, 2021
Resolves alsa-project#82
Change "rate" option from "-c" to "-r".
nootc added a commit to nootc/alsa-utils that referenced this issue Mar 24, 2021
Resolves alsa-project#82
Change "rate" option from "-c" to "-r".
@perexg
Copy link
Member

perexg commented Apr 13, 2021

Fixed in 0369271 .

@perexg perexg closed this as completed Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants