diff --git a/tools/sdptool.1 b/tools/sdptool.1
index 0f100e2..88ad818 100644
--- a/tools/sdptool.1
+++ b/tools/sdptool.1
.PP
\fBsdptool\fR provides the interface for
performing SDP queries on Bluetooth devices, and administering a
-local \fBsdpd\fR.
+local SDP database.
.SH "COMMANDS"
.PP
The following commands are available. In all cases \fBbdaddr\fR
specifies the device to search or browse. If \fIlocal\fP is used
-for \fBbdaddr\fP, then the local \fBsdpd\fR is searched.
+for \fBbdaddr\fP, then the local SDP database is searched.
.PP
Services are identified and manipulated with a 4-byte \fBrecord_handle\fP
(NOT the service name). To find a service's \fBrecord_handle\fP, look for the
Retrieve all possible service records.
.IP "\fBadd [ --handle=N --channel=N ]\fP" 10
Add a service to the local
-\fBsdpd\fR.
+SDP database.
.IP "" 10
You can specify a handle for this record using
the \fB--handle\fP option.
using the \fB--channel\fP option.
.IP "\fBdel record_handle\fP" 10
Remove a service from the local
-\fBsdpd\fR.
+SDP database.
.IP "\fBget [--tree] [--raw] [--xml] [--bdaddr bdaddr] record_handle\fP" 10
Retrieve a service from the local
-\fBsdpd\fR.
+SDP database.
.IP "\fBsetattr record_handle attrib_id attrib_value\fP" 10
Set or add an attribute to an SDP record.
.PP
Maxim Krasnyansky <maxk@qualcomm.com>. Man page written
by Edd Dumbill <ejad@debian.org>.
-
-.SH "SEE ALSO"
-.PP
-sdpd(8)
.\" created by instant / docbook-to-man, Thu 15 Jan 2004, 21:01