diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:54:18 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:54:18 +0000 |
| commit | 050962ab04a68756b45ff967af42eb2541b0ff5f (patch) | |
| tree | e525d1dd15c641ce32d852d3246b894783671f11 | |
| parent | 1e36ffffe21042983304290a5742ad7e0e0ffe05 (diff) | |
devd.conf(5): Fix a typo in the manual page
- s/betwen/between/
MFC after: 3 days
| -rw-r--r-- | sbin/devd/devd.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index a1d6a9051389..7fa0ecd92b72 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -878,7 +878,7 @@ detach 0 { }; .Ed .Pp -The following example illustrates the difference betwen internal and shell variables: +The following example illustrates the difference between internal and shell variables: .Bd -literal attach 20 { device-name "umodem[0-9]+"; |
