git: 9front

Download patch

ref: 149ad6ef6fda6adc1324881f291b2b144090212b
parent: 732f99fd7c7c4ed1ceb325c970ced6216134ee4b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Apr 24 16:31:45 EDT 2024

usbtree(8): document usbtree

--- /dev/null
+++ b/sys/man/8/usbtree
@@ -1,0 +1,14 @@
+.TH USBTREE 8
+.SH NAME
+usbtree \- print USB hubs and their attached devices
+.SH SYNOPSIS
+.B usbtree
+.SH DESCRIPTION
+.I Usbtree
+prints a indented tree of USB hubs with each
+hub listing the active ports and the attached
+devices recursively.
+.SH SOURCE
+.B /rc/bin/usbtree
+.SH SEE ALSO
+.IR usb (3)
--