Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2026 17:53:48 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Quent=?utf-8?Q?in Th=C3=A9?=bault <quentin.thebault@defenso.fr>
Subject:   git: 59b7f3ed69df - main - devd.conf.5: Fix cross-references to devfs(4)
Message-ID:  <6995fcac.3d10b.3a23ce11@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=59b7f3ed69df1031e11cdaa3a571248487af91ba

commit 59b7f3ed69df1031e11cdaa3a571248487af91ba
Author:     Quentin Thébault <quentin.thebault@defenso.fr>
AuthorDate: 2026-02-11 07:39:17 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-02-18 17:51:39 +0000

    devd.conf.5: Fix cross-references to devfs(4)
    
    Fixes:          1687d77197c0 (man filesystems: move driver pages)
    MFC after:      3 days
    Reviewed by:    ziaee
    Sponsored by:   Defenso
    Signed-off-by:  Quentin Thébault <quentin.thebault@defenso.fr>
    Closes:         https://github.com/freebsd/freebsd-src/pull/2015
---
 sbin/devd/devd.conf.5 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index 8df3e910e076..b1fca89991ed 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -246,7 +246,7 @@ The time this event was processed, in seconds since 1970 dot fraction.
 Device name of parent bus.
 .It Li cdev
 Device node path if one is created by the
-.Xr devfs 5
+.Xr devfs 4
 filesystem.
 .It Li class
 Device class.
@@ -400,11 +400,11 @@ String containing the temperature of the core that has become too hot.
 .It Li DEVFS
 .It Li DEVFS Ta Li CDEV Ta Li CREATE Ta
 The
-.Xr devfs 5
+.Xr devfs 4
 node is created.
 .It Li DEVFS Ta Li CDEV Ta Li DESTROY Ta
 The
-.Xr devfs 5
+.Xr devfs 4
 node is destroyed.
 .El
 .Pp
@@ -913,7 +913,7 @@ has many additional examples.
 .Sh SEE ALSO
 .Xr cam 4 ,
 .Xr coretemp 4 ,
-.Xr devfs 5 ,
+.Xr devfs 4 ,
 .Xr re_format 7 ,
 .Xr devd 8
 .Sh BUGS


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6995fcac.3d10b.3a23ce11>