Module Name: src
Committed By: wiz
Date: Tue May 12 10:32:46 UTC 2009
Modified Files:
src/lib/libbluetooth: sdp.3
Log Message:
New sentence, new line. Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libbluetooth/sdp.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libbluetooth/sdp.3
diff -u src/lib/libbluetooth/sdp.3:1.1 src/lib/libbluetooth/sdp.3:1.2
--- src/lib/libbluetooth/sdp.3:1.1 Tue May 12 10:05:06 2009
+++ src/lib/libbluetooth/sdp.3 Tue May 12 10:32:45 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: sdp.3,v 1.1 2009/05/12 10:05:06 plunky Exp $
+.\" $NetBSD: sdp.3,v 1.2 2009/05/12 10:32:45 wiz Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -82,7 +82,8 @@
.Xr sdp_data 3
library functions.
.Pp
-The ServiceSearchPattern is a list of UUID data elements. The list must
+The ServiceSearchPattern is a list of UUID data elements.
+The list must
contain at least one UUID and the maximum number of UUIDs is 12.
A service record will be matched when all the UUIDs from the
ServiceSearchPattern are contained in the record.
@@ -215,6 +216,8 @@
On failure,
.Ar errno
will be set to indicate the error.
+.Sh FILES
+.Pa /var/run/sdp
.Sh ERRORS
In addition to errors returned by the standard C library IO functions,
the following errors may be detected by
@@ -229,8 +232,6 @@
.Ar handle
did not exist on the server.
.El
-.Sh FILES
-.Pa /var/run/sdp
.Sh SEE ALSO
.Xr sdpquery 1 ,
.Xr bluetooth 3 ,