usbtree(8): document usbtree

This commit is contained in:
cinap_lenrek 2024-04-24 20:31:45 +00:00
parent b7da224d10
commit 498f4f15b5

14
sys/man/8/usbtree Normal file
View file

@ -0,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)