diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 23:52:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 23:52:20 +0000 |
commit | 01548ace1533487f9c0488f55112c9d8641f8184 (patch) | |
tree | 23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libsdp | |
parent | 47f5e31e2bb626743fa9e912918201fe505b1419 (diff) | |
download | FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.zip FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'lib/libsdp')
-rw-r--r-- | lib/libsdp/sdp.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libsdp/sdp.3 b/lib/libsdp/sdp.3 index 24b0779..8954792 100644 --- a/lib/libsdp/sdp.3 +++ b/lib/libsdp/sdp.3 @@ -101,7 +101,8 @@ and macros are used to get byte, short, long, long long and 128-bit integer from the buffer pointed by .Vt cp -pointer. The pointer is automatically advanced. +pointer. +The pointer is automatically advanced. .Pp The .Fn SDP_PUT8 , @@ -113,7 +114,8 @@ and macros are used to put byte, short, long, long long and 128-bit integer into the buffer pointed by .Vt cp -pointer. The pointer is automatically advanced. +pointer. +The pointer is automatically advanced. .Pp .Fn sdp_open and @@ -192,7 +194,8 @@ parameter is the length of the Service Search pattern. The .Vt ap parameter is a Attribute ID Range List - an array of one or more SDP Attribute -ID Range. Each attribute ID Range is encoded as a 32-bit unsigned integer data +ID Range. +Each attribute ID Range is encoded as a 32-bit unsigned integer data element, where the high order 16 bits are interpreted as the beginning attribute ID of the range and the low order 16 bits are interpreted as the ending attribute ID of the range. @@ -241,7 +244,7 @@ The .Fn sdp_search function will fill each .Vt sdp_attr_t -structure with attribute and value, i.e. it will set +structure with attribute and value, i.e., it will set .Vt flags , .Vt attr and |