diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2025-10-22 11:51:15 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2025-10-22 11:51:15 +0000 |
| commit | d6432907f6120ff4993de7352ca62f6986fb910c (patch) | |
| tree | 8b0eb3d0d1cd047b63ff648d2105c60b5cde7d3d | |
| parent | 2693d6c7c9cab28967de13233342fcf9281e5636 (diff) | |
| -rw-r--r-- | share/man/man4/snd_dummy.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/snd_dummy.4 b/share/man/man4/snd_dummy.4 index 4ede8a806b6a..172b8ed70729 100644 --- a/share/man/man4/snd_dummy.4 +++ b/share/man/man4/snd_dummy.4 @@ -47,8 +47,9 @@ physical sound card. It is intended for testing, so that test programs do not need to rely on hardware being present in the machine in order to run. .Pp -The driver attaches as a regular PCM device, with two channels (one playback -and one recording), as well as a mixer. +The driver attaches as a regular +.Xr sound 4 +device, with two channels (one playback and one recording), as well as a mixer. .Pp Playback works by discarding all input, and recording by returning silence (zeros). |
