git: cfb1bb486a74 - stable/15 - devd.conf.5: Fix cross-references to devfs(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Apr 2026 18:31:02 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=cfb1bb486a741f2d585f7ccc15c8fc322c71133b
commit cfb1bb486a741f2d585f7ccc15c8fc322c71133b
Author: Quentin Thébault <quentin.thebault@defenso.fr>
AuthorDate: 2026-02-11 07:39:17 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-04-10 18:27:09 +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
(cherry picked from commit 59b7f3ed69df1031e11cdaa3a571248487af91ba)
---
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 67d73d4ebf49..a1d6a9051389 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
@@ -915,7 +915,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