git: 5c19fabbe34e - main - devinfo: xref devctl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Jul 2022 21:15:20 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=5c19fabbe34eeeabe5b30b2d19cb86b72bcd69c0
commit 5c19fabbe34eeeabe5b30b2d19cb86b72bcd69c0
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-05 21:15:08 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-07-05 21:15:08 +0000
devinfo: xref devctl
devctl has ways to get the different locator's paths to devices, while
devinfo does not. xref devctl in devinfo(8) as a hint.
Sponsored by: Netflix
---
usr.sbin/devinfo/devinfo.8 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/usr.sbin/devinfo/devinfo.8 b/usr.sbin/devinfo/devinfo.8
index 091248250830..16ac9683b2e0 100644
--- a/usr.sbin/devinfo/devinfo.8
+++ b/usr.sbin/devinfo/devinfo.8
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 1, 2021
+.Dd July 5, 2022
.Dt DEVINFO 8
.Os
.Sh NAME
@@ -73,6 +73,7 @@ back to the root of the device tree.
.Sh SEE ALSO
.Xr systat 1 ,
.Xr devinfo 3 ,
+.Xr devctl 8 ,
.Xr iostat 8 ,
.Xr pciconf 8 ,
.Xr vmstat 8 ,