diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:24:47 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:32:42 +0000 |
| commit | 76b44182c6c250a3307c4eecf24976c810e065c2 (patch) | |
| tree | 3e8f335e1e6c0d5e1d2186954add88099a3faaba | |
| parent | e47c294d005c7789f120d80b566c25f90e431278 (diff) | |
ahc.4: Fix a typo in the manual page
- s/configued/configured/
MFC after: 5 days
| -rw-r--r-- | share/man/man4/ahc.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 72a1e092f1bc..a2aa911c0646 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -144,7 +144,7 @@ system hang if memory mapped I/O is attempted. .Pp Most modern motherboards perform the initialization correctly and work fine with this option enabled and it is the default. This option can also be -dynamically configued through a device hint documented below. +dynamically configured through a device hint documented below. .Ed .Pp To statically configure one or more controllers to assume the target role: |
