summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorMichal Nowak <mnowak@startmail.com>2019-06-18 09:49:42 +0200
committerDan McDonald <danmcd@joyent.com>2019-06-21 14:59:34 -0400
commitba6bf04be4fe9d821c75a16fdebd3af3bffdbf26 (patch)
treef356307b8e1a0aed3f5a3646dcfe8f099543bcaa /usr/src
parentcec8643b41ebefad6c677010fc784dc4bb0550f3 (diff)
downloadillumos-gate-ba6bf04be4fe9d821c75a16fdebd3af3bffdbf26.tar.gz
11254 usb_parse_data.9f: WARNING: skipping paragraph macro: PP after SH
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/man/man9f/usb_parse_data.9f7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/man/man9f/usb_parse_data.9f b/usr/src/man/man9f/usb_parse_data.9f
index 057caca64d..f3ac26e710 100644
--- a/usr/src/man/man9f/usb_parse_data.9f
+++ b/usr/src/man/man9f/usb_parse_data.9f
@@ -7,7 +7,6 @@
.SH NAME
usb_parse_data \- Tokenize and align the bytes of raw variable-format data
.SH SYNOPSIS
-.LP
.nf
#include <sys/usb/usba.h>
@@ -18,7 +17,6 @@ usb_parse_data \- Tokenize and align the bytes of raw variable-format data
.fi
.SH INTERFACE LEVEL
-.LP
Solaris DDI specific (Solaris DDI)
.SH PARAMETERS
.ne 2
@@ -71,7 +69,6 @@ exceed this value.
.RE
.SH DESCRIPTION
-.LP
The \fBusb_parse_data\fR function parses data such as a variable-format class-
or vendor-specific descriptor. The function also tokenizes and aligns the bytes
of raw descriptor data into fields of a variable-format descriptor.
@@ -91,13 +88,11 @@ While the USB specification defines bit ordering as little-endian, this routine
The \fIstructlen\fR parameter defines the size of the destination data buffer.
Data is truncated to this size if the destination data buffer is too small.
.SH RETURN VALUES
-.LP
On success: Returns the size (in bytes) of the parsed data result.
.sp
.LP
On failure: Returns 0. (Same as USB_PARSE_ERROR).
.SH CONTEXT
-.LP
May be called from user, kernel or interrupt context.
.SH EXAMPLES
.in +2
@@ -130,7 +125,6 @@ May be called from user, kernel or interrupt context.
.in -2
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -147,6 +141,5 @@ Interface stability Committed
.TE
.SH SEE ALSO
-.LP
\fBattributes\fR(5), \fBusb_get_dev_data\fR(9F),
\fBusb_get_string_descr\fR(9F), \fBusb_get_cfg\fR(9F)