summaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
commit6fb9b618f59bb8cf57ee05626515d113a8be92d3 (patch)
tree2fcd325b0ae82cec9ec2820bb4009fa44253edec /usr.sbin/bluetooth
parent48c912e4cef9b38b00d2fff7b1a71849537f62bf (diff)
Notes
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r--usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.86
-rw-r--r--usr.sbin/bluetooth/sdpd/sdpd.84
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8
index d516001a8546..c40246111581 100644
--- a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8
+++ b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8
@@ -76,8 +76,8 @@ and connect to the Internet.
.Pp
In the server mode,
.Nm
-opens an RFCOMM socket and listens for incomming connections from remote clients.
-Once the new incomming connection is accepted,
+opens an RFCOMM socket and listens for incoming connections from remote clients.
+Once the new incoming connection is accepted,
.Nm
forks and executes
.Xr ppp 8
@@ -278,7 +278,7 @@ The RFCOMM server will listen on local address
.Li 00:01:02:03:04:05
and channel
.Li 1 .
-Once the incomming connection has been accepted,
+Once the incoming connection has been accepted,
.Nm
will execute
.Xr ppp 8
diff --git a/usr.sbin/bluetooth/sdpd/sdpd.8 b/usr.sbin/bluetooth/sdpd/sdpd.8
index 753ee0884de8..571e9088f680 100644
--- a/usr.sbin/bluetooth/sdpd/sdpd.8
+++ b/usr.sbin/bluetooth/sdpd/sdpd.8
@@ -43,7 +43,7 @@ The
daemon keeps track of the Bluetooth services registered on the host
and responds to Service Discovery inquiries from the remote Bluetooth devices.
.Pp
-In order to use any service remote Bluetooth device need to send Sevice
+In order to use any service remote Bluetooth device need to send Service
Search and Service Attribute or Service Search Attribute request over
Bluetooth L2CAP connection on SDP PSM (0x0001).
The
@@ -108,7 +108,7 @@ 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.
+Such assignment should be done at service registration time.
.Pp
Access rights on the control socket define which application can register,
remove or change the service.