Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110017394
D38118.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
814 B
Referenced Files
None
Subscribers
None
D38118.diff
View Options
diff --git a/lib/libmixer/mixer.3 b/lib/libmixer/mixer.3
--- a/lib/libmixer/mixer.3
+++ b/lib/libmixer/mixer.3
@@ -22,7 +22,7 @@
.\" $FreeBSD$
.\"
-.Dd March 19, 2022
+.Dd January 19, 2023
.Dt MIXER 3
.Os
.Sh NAME
@@ -108,7 +108,7 @@
A mixer is described by the following structure:
.Bd -literal
struct mixer {
- TAILQ_HEAD(, mix_dev) devs; /* device list */
+ TAILQ_HEAD(mix_devhead, mix_dev) devs; /* device list */
struct mix_dev *dev; /* selected device */
oss_mixerinfo mi; /* mixer info */
oss_card_info ci; /* audio card info */
@@ -212,7 +212,7 @@
float right; /* right volume */
} vol;
int nctl; /* number of controls */
- TAILQ_HEAD(, mix_ctl) ctls; /* control list */
+ TAILQ_HEAD(mix_ctlhead, mix_ctl) ctls; /* control list */
TAILQ_ENTRY(mix_dev) devs;
};
.Ed
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 13, 1:19 PM (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16628136
Default Alt Text
D38118.diff (814 B)
Attached To
Mode
D38118: mixer(3): Add HEADNAME to TAILQ_HEAD declarations in man page
Attached
Detach File
Event Timeline
Log In to Comment