git: bb3bfc7ca87e - main - snd_dummy.4: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Nov 2025 09:13:58 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=bb3bfc7ca87ef9b2309bfac38aa0083727b27dc6
commit bb3bfc7ca87ef9b2309bfac38aa0083727b27dc6
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-11-21 09:13:39 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-21 09:13:39 +0000
snd_dummy.4: Fix a typo in the manual page
- s/devic/device/
MFC after: 3 days
---
share/man/man4/snd_dummy.4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man4/snd_dummy.4 b/share/man/man4/snd_dummy.4
index 172b8ed70729..5e9d8aa5dd89 100644
--- a/share/man/man4/snd_dummy.4
+++ b/share/man/man4/snd_dummy.4
@@ -60,7 +60,7 @@ Alias to the device's
.Pa /dev/dsp%d
file created by
.Xr sound 4 .
-This makes it easy for tests to open the dummy devic when there are more
+This makes it easy for tests to open the dummy device when there are more
devices present in the system.
.El
.Sh SEE ALSO