diff options
| author | Quentin Thébault <quentin.thebault@defenso.fr> | 2026-02-11 07:39:17 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-18 17:51:39 +0000 |
| commit | 59b7f3ed69df1031e11cdaa3a571248487af91ba (patch) | |
| tree | 26dc06abb408a0f787c36d0ab5fd03ff5424f74f | |
| parent | d685228989020f7bceebdaf6ea79be09305d2954 (diff) | |
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
| -rw-r--r-- | sbin/devd/devd.conf.5 | 8 |
1 files 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 |
