summaryrefslogtreecommitdiff
path: root/alsamixer/alsamixer.1
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-02-21 04:41:27 +0000
committerTim Janik <timj@gtk.org>1999-02-21 04:41:27 +0000
commitd47938eab34d6a10a7ff3c975635c4167feabc81 (patch)
tree75c9bf8c3c9356d1688727afa0410932f028bb59 /alsamixer/alsamixer.1
parent4775b4636276d46171218e3bf10f0c0d0de15586 (diff)
downloadalsa-utils-d47938eab34d6a10a7ff3c975635c4167feabc81.tar.gz
* Sun Feb 21 02:23:52 1999 Tim Janik <timj@gtk.org>
* * * don't abort if snd_mixer_* functions failed due to EINTR, * we simply retry on the next cycle. hopefully asoundlib preserves * errno states correctly (Jaroslav can you asure that?). * * * feature WINCH correctly, so we make a complete relayout on * screen resizes. don't abort on too-small screen sizes anymore, * but simply beep. * * * redid the layout algorithm to fix some bugs and to preserve * space for a flag indication line. the channels are * nicer spread horizontally now (i.e. we also pad on the left and * right screen bounds now). * * * various other minor fixes. * * * indicate whether ExactMode is active or not. * * * fixed coding style to follow the GNU coding conventions. * * * reverted record volume changes since they broke ExactMode display. * * * composed ChangeLog entries.
Diffstat (limited to 'alsamixer/alsamixer.1')
-rw-r--r--alsamixer/alsamixer.113
1 files changed, 6 insertions, 7 deletions
diff --git a/alsamixer/alsamixer.1 b/alsamixer/alsamixer.1
index 4d2a6a5..d5ca339 100644
--- a/alsamixer/alsamixer.1
+++ b/alsamixer/alsamixer.1
@@ -107,15 +107,14 @@ arecord(1)
\fP
.SH BUGS
-None known. Some terminal emulators (e.g. \fBnxterm\fP) may not
+There is no help screen implemented yet. Some terminal emulators
+(e.g. \fBnxterm\fP) may not
work quite right with ncurses, but that's their own damn
fault. Plain old \fBxterm\fP seems to be fine.
.SH AUTHOR
-\fBalsamixer\fP is by Jaroslav Kysela <perex@jcu.cz>
-This document is by Paul Winkler <zarmzarm@erols.com>.
-
-
-
-
+.B alsamixer
+has been written by Tim Janik <timj@gtk.org> and
+been furtherly improved by Jaroslav Kysela <perex@jcu.cz>.
+This manual page was provided by Paul Winkler <zarmzarm@erols.com>.