diff options
author | Michael Forney <mforney@mforney.org> | 2021-01-23 19:46:57 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-01-23 19:46:57 -0800 |
commit | 443d5256bdb6b0fb73795706fc5d48a12a3cd0dc (patch) | |
tree | fc4fdbc06be53c83f11cc2d6d737c2f6a8303506 | |
parent | e8b8cec9c7ce157a67a22a84a5716e271245d049 (diff) | |
download | plan9front-443d5256bdb6b0fb73795706fc5d48a12a3cd0dc.tar.xz |
[9front] nusb(4): fix typo
-rw-r--r-- | sys/man/4/nusb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/4/nusb b/sys/man/4/nusb index bfc3ecf1a..6fe89b401 100644 --- a/sys/man/4/nusb +++ b/sys/man/4/nusb @@ -109,7 +109,7 @@ and are formatted as 4 digit hexadecimal. .I Csp is the device class, subclass, protocol indentifier -formatd as 6 digit hexadecimal. +formatted as 6 digit hexadecimal. .I Usbd assigns a stable device unique name based on the device descriptor for |