Module Name:    src
Committed By:   wiz
Date:           Sun May 13 11:57:06 UTC 2012

Modified Files:
        src/share/man/man9: usbd_status.9

Log Message:
Fix typo and remove superfluous Pp.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/usbd_status.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/usbd_status.9
diff -u src/share/man/man9/usbd_status.9:1.1 src/share/man/man9/usbd_status.9:1.2
--- src/share/man/man9/usbd_status.9:1.1	Sun May 13 09:00:52 2012
+++ src/share/man/man9/usbd_status.9	Sun May 13 11:57:05 2012
@@ -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 @@ for more details about USB pipes.
 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

Reply via email to