diff options
author | kvik <kvik@a-b.xyz> | 2021-06-19 12:03:53 +0000 |
---|---|---|
committer | kvik <kvik@a-b.xyz> | 2021-06-19 12:03:53 +0000 |
commit | e7015971091d3fd46b73fc47d8a290961047b71d (patch) | |
tree | 99ef7f593fab470242b86b83f34a9361fd81da5f | |
parent | 5e098228acee982a11484fc5f5b3d127a521dfdd (diff) | |
download | plan9front-e7015971091d3fd46b73fc47d8a290961047b71d.tar.xz |
nusbrc(8): fix typo (thanks igor@9lab.org)
-rw-r--r-- | sys/man/8/nusbrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/8/nusbrc b/sys/man/8/nusbrc index a82cad8c3..fcf9a7acb 100644 --- a/sys/man/8/nusbrc +++ b/sys/man/8/nusbrc @@ -31,5 +31,5 @@ and identified by the devices unique name assigned by usbd. When the environment variable .I nousbhname -is defined, devies are named by ther dynamically assigned +is defined, devices are named by ther dynamically assigned usb device address instead. This emulates the old behaviour. |