diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-15 09:10:52 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-15 09:10:52 +0000 |
| commit | 10b1a35d11866462b5e776015a1b79f4f8f704a6 (patch) | |
| tree | 705a551281f1994824023ddd18efb52f4c5e9f9c | |
| parent | d9e0452f0c8af6b0c03b0bb2e3b824095021e168 (diff) | |
mixer.8: Fix a typo in the manual page
- s/thet/the/
MFC after: 5 days
| -rw-r--r-- | usr.sbin/mixer/mixer.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mixer/mixer.8 b/usr.sbin/mixer/mixer.8 index 2d12e6057797..2ba6cf031eb0 100644 --- a/usr.sbin/mixer/mixer.8 +++ b/usr.sbin/mixer/mixer.8 @@ -140,7 +140,7 @@ current settings by the amount specified. Note that relative percentages are still relative to 1.0, not to the current value. If the volume is currently 0.40 and an adjustment of +20% is specified, then -thet final volume will be set to 0.60. +the final volume will be set to 0.60. .Pp Volume can also be set using the shorthand .Ar dev Ns Cm =value . |
