Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 04:51:41 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 270bfa34cd42 - stable/15 - devd.conf(5): Fix a typo in the manual page
Message-ID:  <6a434b5d.3de96.55aca391@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=270bfa34cd421039532e079e2549c02e4a7f88ea

commit 270bfa34cd421039532e079e2549c02e4a7f88ea
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-27 10:54:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-30 04:47:29 +0000

    devd.conf(5): Fix a typo in the manual page
    
    - s/betwen/between/
    
    (cherry picked from commit 050962ab04a68756b45ff967af42eb2541b0ff5f)
---
 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]+";


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a434b5d.3de96.55aca391>