summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2003-04-13 20:25:17 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2003-04-13 20:25:17 -0700
commitbe2b7d85335fcdbfbe438d02649d9058d8f8034b (patch)
tree8436d1492b54917006ba2575671f8445d8aee0fc /Documentation
parentb658322f894f61badaebd33adeb7720968cd58e3 (diff)
[PATCH] USB: DocBook/usb.tmpl patch
remove duplicated word, fix an unclear implication.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/usb.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/DocBook/usb.tmpl b/Documentation/DocBook/usb.tmpl
index 6a88c91579b6..52e4fd691c94 100644
--- a/Documentation/DocBook/usb.tmpl
+++ b/Documentation/DocBook/usb.tmpl
@@ -294,7 +294,7 @@
<title>The USB Filesystem (usbfs)</title>
<para>This chapter presents the Linux <emphasis>usbfs</emphasis>.
- You may prefer to avoid avoid writing new kernel code for your
+ You may prefer to avoid writing new kernel code for your
USB driver; that's the problem that usbfs set out to solve.
User mode device drivers are usually packaged as applications
or libraries, and may use usbfs through some programming library
@@ -355,7 +355,9 @@
configuration files.</emphasis>
Stable identifiers are available, for user mode applications
that want to use them. HID and networking devices expose
- these IDs.
+ these stable IDs, so that for example you can be sure that
+ you told the right UPS to power down its second server.
+ "usbfs" doesn't (yet) expose those IDs.
</para>
</sect1>