Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix typo and remove superfluous Pp.



details:   https://anonhg.NetBSD.org/src/rev/92fe97febb4d
branches:  trunk
changeset: 779248:92fe97febb4d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 13 11:57:05 2012 +0000

description:
Fix typo and remove superfluous Pp.

diffstat:

 share/man/man9/usbd_status.9 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c5796d977b31 -r 92fe97febb4d share/man/man9/usbd_status.9
--- a/share/man/man9/usbd_status.9      Sun May 13 10:57:09 2012 +0000
+++ b/share/man/man9/usbd_status.9      Sun May 13 11:57:05 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: usbd_status.9,v 1.1 2012/05/13 09:00:52 mrg Exp $
+.\"    $NetBSD: usbd_status.9,v 1.2 2012/05/13 11:57:05 wiz Exp $
 .\"
 .\" Copyright (c) 2012 Matthew R. Green
 .\" All rights reserved.
@@ -37,7 +37,6 @@
 .Sh DESCRIPTION
 This documents the full list of return values used by the generic USB code.
 Interface-specific definitions will be given with interface.
-.Pp
 .Sh RETURN VALUES
 Return values are split into two main groups: expected values
 and error values.
@@ -76,7 +75,7 @@
 The requested operation could not be performed due to the device
 having active connections, such as USB audio device currently playing.
 .It Dv USBD_NO_ADDR
-USB bus has reached it maximum limit of devices.
+USB bus has reached its maximum limit of devices.
 .It Dv USBD_SET_ADDR_FAILED
 Call to
 .Fn usbd_set_address



Home | Main Index | Thread Index | Old Index