The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=59b7f3ed69df1031e11cdaa3a571248487af91ba
commit 59b7f3ed69df1031e11cdaa3a571248487af91ba Author: Quentin Thébault <[email protected]> AuthorDate: 2026-02-11 07:39:17 +0000 Commit: Alexander Ziaee <[email protected]> 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 <[email protected]> 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
