summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/sdpd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-06-13 18:03:44 +0000
committerru <ru@FreeBSD.org>2004-06-13 18:03:44 +0000
commitdc54ee200dab740096fd4997039f2302d14b51a8 (patch)
treee4d45856de5a93b28664efbde6da61414385ed32 /usr.sbin/bluetooth/sdpd
parent96506200e2164afdb124f0f53d113bb21a9c47be (diff)
downloadFreeBSD-src-dc54ee200dab740096fd4997039f2302d14b51a8.zip
FreeBSD-src-dc54ee200dab740096fd4997039f2302d14b51a8.tar.gz
Assorted markup, grammar, and spelling fixes.
Diffstat (limited to 'usr.sbin/bluetooth/sdpd')
-rw-r--r--usr.sbin/bluetooth/sdpd/sdpd.820
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/bluetooth/sdpd/sdpd.8 b/usr.sbin/bluetooth/sdpd/sdpd.8
index 38f4c6b..3bd46c8 100644
--- a/usr.sbin/bluetooth/sdpd/sdpd.8
+++ b/usr.sbin/bluetooth/sdpd/sdpd.8
@@ -79,24 +79,24 @@ The default path is
Specifies the group the
.Nm
should run as after it initializes.
-The value specified may be either a group name or a numeric group id.
+The value specified may be either a group name or a numeric group ID.
This only works if
.Nm
was started as root.
The default group name is
-.Dq nobody .
+.Dq Li nobody .
.It Fl h
Display usage message and exit.
.It Fl u Ar user
Specifies the user the
.Nm
should run as after it initializes.
-The value specified may be either a user name or a numeric user id.
+The value specified may be either a user name or a numeric user ID.
This only works if
.Nm
was started as root.
The default user name is
-.Dq nobody .
+.Dq Li nobody .
.El
.Sh CAVEAT
The
@@ -107,21 +107,21 @@ will listen for incoming L2CAP connections on a wildcard BD_ADDR.
In case of multiple Bluetooth devices connected to the same host it is
possible to specify which services should be
.Dq bound
-to which Bluetooth device. Such assigment should be done at service
-registration time.
+to which Bluetooth device.
+Such assigment should be done at service registration time.
.Pp
Access rights on the control socket define which application can register,
remove or change the service.
The application must be able to write to and read from the control socket
-in order to perform any query to the Service Database via control socket.
+in order to perform any query to the Service Database via control socket.
.Pp
The
.Nm
-daemon does not checks for duplicated Service Records.
-It only performs minimal check on the service data sent in the Service
+daemon does not check for duplicated Service Records.
+It only performs minimal checking on the service data sent in the Service
Register request.
It is assumed that application must obtain all required resources such
-as RFCOMM channels etc. before registering the service.
+as RFCOMM channels etc., before registering the service.
.Sh BUGS
Most likely.
Please report if found.
OpenPOWER on IntegriCloud