The branch main has been updated by ziaee:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4cf5878d27ddc9d3ca3ed870f88112c3b4f6fb69

commit 4cf5878d27ddc9d3ca3ed870f88112c3b4f6fb69
Author:     Alexander Ziaee <zi...@freebsd.org>
AuthorDate: 2025-08-28 20:25:27 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-08-29 12:43:45 +0000

    devinfo.8: Document libxo support
    
    PR:             289151
    Fixes:          c759aca606cee (Add support for libxo)
    MFC after:      3 days
    Reviewed by:    imp
    Closes:         https://github.com/freebsd/freebsd-src/pull/1829
---
 usr.sbin/devinfo/devinfo.8 | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/usr.sbin/devinfo/devinfo.8 b/usr.sbin/devinfo/devinfo.8
index 15a6059c166f..c34713d367ff 100644
--- a/usr.sbin/devinfo/devinfo.8
+++ b/usr.sbin/devinfo/devinfo.8
@@ -34,10 +34,13 @@
 .Nd print information about system device configuration
 .Sh SYNOPSIS
 .Nm
+.Op Fl -libxo
 .Op Fl rv
 .Nm
+.Op Fl -libxo
 .Fl p Ar dev Op Fl v
 .Nm
+.Op Fl -libxo
 .Fl u Op Fl v
 .Sh DESCRIPTION
 The
@@ -48,7 +51,14 @@ in the system, starting from the
 device.
 .Pp
 The following options are accepted:
-.Bl -tag -width indent
+.Bl -tag -width "--libxo"
+.It Fl -libxo
+Generate output via
+.Xr libxo 3
+in a selection of different human and machine readable formats.
+See
+.Xr xo_options 7
+for details on command line arguments.
 .It Fl p Ar dev
 Display the path of
 .Ar dev
@@ -73,6 +83,8 @@ This flag also displays verbose information about each device.
 .Sh SEE ALSO
 .Xr systat 1 ,
 .Xr devinfo 3 ,
+.Xr libxo 3 ,
+.Xr xo_options 7 ,
 .Xr devctl 8 ,
 .Xr iostat 8 ,
 .Xr pciconf 8 ,

Reply via email to