The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=050962ab04a68756b45ff967af42eb2541b0ff5f
commit 050962ab04a68756b45ff967af42eb2541b0ff5f Author: Gordon Bergling <[email protected]> AuthorDate: 2026-06-27 10:54:18 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-06-27 10:54:18 +0000 devd.conf(5): Fix a typo in the manual page - s/betwen/between/ MFC after: 3 days --- sbin/devd/devd.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]+";
