aboutsummaryrefslogtreecommitdiff
path: root/lib/libsdp/sdp.3
Commit message (Collapse)AuthorAgeFilesLines
* Assorted markup fixes.Ruslan Ermilov2005-06-151-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=147402
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putMaksim Yevmenkin2005-05-271-1/+13
| | | | | | | | | 128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8). MFC after: 3 days Notes: svn path=/head/; revision=146691
* Sort sections.Ruslan Ermilov2005-01-201-2/+2
| | | | Notes: svn path=/head/; revision=140505
* Make whatis(1) happy about the NAME section.Ruslan Ermilov2004-07-051-57/+60
| | | | | | | Slightly fix markup and grammar. Notes: svn path=/head/; revision=131637
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+7
| | | | Notes: svn path=/head/; revision=131504
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131472
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.Maksim Yevmenkin2004-01-201-4/+86
| | | | | | | | | | | Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8). Reviewed by: imp (mentor) No objection: ru Notes: svn path=/head/; revision=124758
* Change sdp_open_local(3) API. It now takes a path to a control socketMaksim Yevmenkin2004-01-091-2/+8
| | | | | | | | | | | Teach sdpcontrol(8) how to talk to the local SDP server Update man pages s/u_int/uint Reviewed by: imp (mentor), ru Notes: svn path=/head/; revision=124317
* Prepare libsdp(3) for the upcoming sdpd importMaksim Yevmenkin2004-01-091-10/+10
| | | | | | | | | Also while i'm here s/u_int/uint Reviewed by: imp (mentor), ru Notes: svn path=/head/; revision=124305
* Update Bluetooth code.Maksim Yevmenkin2003-10-121-0/+309
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor) Notes: svn path=/head/; revision=121054